Uniqush-Push v2.6.1 Release Notes

Release Date: 2018-07-21 // almost 6 years ago

    ๐Ÿ’… Maintenance: Fix various code style warnings from code linters (e.g. gometalinter). Refactor and document code.

    ๐Ÿ›  Bugfix: Fix the rare "No device" errors seen when retrying a push. (PR #222)

    ๐Ÿ›  Bugfix: Fix the regular expression used as a sanity check of subscriptions and services. (PR #222)
    The intended accepted characters for use in services and subscriptions were a-z, A-Z, 0-9, -, _, @ or .

    Forbid using the backtick in service and subscription names (this was accidentally permitted by the invalid regex).

    Continue allowing a small number of other invalid characters for now,
    ๐Ÿš€ those may be deprecated in future releases.