All Versions
18
Latest Version
Avg Release Cycle
34 days
Latest Release
1309 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:

    Server:

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

    💻 UI:

    🛠 Fixed typo in readme (@mikeshatch #155)