Sharry v1.5.0 Release Notes

Release Date: 2020-11-07 // over 3 years ago
  • ๐Ÿš€ This release has some little improvements and bug fixes.

    • ๐Ÿ‘ Map internal database messages to user messages for supporting extensions like snakeoil (#285 , #255 )
    • ๐Ÿ’ป Replace sematic-ui with fomantic-ui and get rid of the request to google for obtaining a font. This makes sharry finally better usable without any internet connection.
    • โž• Add a "shallow" pwa service worker to be better installable on android devices (#289 )
    • Hide the change password form for "external" accounts. (#287 , #262)
    • ๐Ÿ›  Fix a bug in the documentation regarding nginx reverse proxy (#278 , thanks @gboudreau )
    • ๐Ÿ›  Fix a bug where the internal "fixed" account was not added as admin (#286, #279 )
    • ๐Ÿ‘Œ Improve cookie settings and retrieve base-url dynamically if not changed in the config. This makes it easier to setup (#290)

Previous changes from v1.4.3

  • ๐Ÿš€ Yet another bug fix release :). This time the only change is an update to the emil library that does all the mail handling in Sharry.

    • ๐Ÿ›  fixes sending mails without authentication (#243)