All Versions
18
Latest Version
Avg Release Cycle
34 days
Latest Release
902 days ago

Changelog History
Page 2

  • v2.0.10 Changes

    October 19, 2019

    API:

    • no changes

    Server:

    ๐Ÿ’ป UI:

    • โž• Add refresh button to messages list (#171 fixed in #233 by @foxbit19)
    • ๐Ÿ›  Fix invisible text with light theme on plugin page (#230 fixed in #232)
  • v2.0.9 Changes

    October 13, 2019

    API:

    • no changes

    ๐Ÿ’ป UI:

  • v2.0.8 Changes

    September 30, 2019

    ๐Ÿง Use older glibc version to support older linux distros.

  • v2.0.7 Changes

    September 28, 2019

    API:

    • โž• Add health api /health (#208)

    Server:

    • โšก๏ธ Updated to go 1.13.1 (#221 fixed by #222)
    • ๐Ÿ›  Fix cert errors in docker (#211 fixed by #212)
    • ๐Ÿ›  Fix dependency bug which prevented the build (#214 fixed by #216)
    • โž• Add gotify/server-arm7 docker build (#218 fixed by #223)

    ๐Ÿ’ป UI:

    • ๐Ÿšš Move from npm to yarn (#222)
    • Migrate from react-scripts-ts to react-scripts (#222)
    • โšก๏ธ Update some deps (#222)
  • v2.0.6 Changes

    July 17, 2019

    API:

    • no changes

    Server

    • ๐Ÿ‘Œ Support longer plugin storage and message extras (#195 fixed in #196)
      • On mysql these fields were limited to varchar(255)
    • ๐Ÿ›  Handle db errors more carefully (#190 fixed in #191)
    • ๐Ÿ›  Fixed plugin storage update during enable & disable (#188)

    ๐Ÿ’ป UI:

    • Display 500 Error messages per snack message (#193)
  • v2.0.5 Changes

    April 14, 2019

    0๏ธโƒฃ > Messages are now rendered as text/plain by default. In v2.0.4 it was text/markdown.

    API:

    • No changes

    Server:

    • ๐Ÿ›  Fixed table creation with MariaDB (#174 fixed in #184)

    ๐Ÿ’ป UI:

    ๐Ÿ‘Œ Improved contributing.md #181

  • v2.0.4 Changes

    March 30, 2019

    API:

    • No changes

    Server:

    • ๐Ÿ›  Fix field length in mysql (#97 fixed in #173)

    ๐Ÿ’ป UI

    • โœ‚ Removed a 404 /still loading-request (#169 fixed in #170)
    • ๐Ÿ‘‰ Show banner on network lost (#178)
    • โž• Added markdown support (#129 fixed in #180)

    โž• Added issue templates #172

  • v2.0.3 Changes

    March 16, 2019

    ๐Ÿ”’ > It is recommended to upgrade to this version, older versions have the security issue described in #160.

    API:

    • โž• Added PUT /client/{id} api for updating clients (#101 fixed in #164 by @GianOrtiz)

    Server:

    • ๐Ÿ›  Fixed WebSocket allowed origin verification with ports (#149 fixed in #150)
    • ๐Ÿ›  Use cryptographic random source for token generation (#160 fixed in #161)

    ๐Ÿ’ป UI:

    • โž• Added updating client dialog (#101 fixed in #164 by @GianOrtiz)
    • โœ… Run e2e tests in prod mode (#157)

    ๐Ÿ›  Fixed typo in readme (@mikeshatch #155)