Skip to content

Releases: nixys/nxs-chat-srv

v1.0.2

05 Oct 11:10
Compare
Choose a tag to compare

Fixed DST Root CA X3 issue

v1.0.1

03 Sep 11:37
Compare
Choose a tag to compare

Added compatible with Redmine v4.0.3

v1.0.0

15 Jul 17:44
c98142d
Compare
Choose a tag to compare

Support Redmine 4.2

v0.3.1

25 Jul 23:55
Compare
Choose a tag to compare
  • Improved Docker images build
  • Added examples to deploy nxs-chat-srv with Docker Compose
  • Added examples to deploy nxs-chat-srv into Kubernetes

v0.3.0

15 Apr 23:56
fc36efb
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

New in version 0.3.0:

  • Added ability to connect to Telegram API via proxy. See Readme for set up.

v0.2.1

14 Mar 23:31
Compare
Choose a tag to compare
  • Added CentOS 7 support
  • Fixed some bugs

v0.2.0

05 Feb 23:28
Compare
Choose a tag to compare

New in version 0.2.0:

  • Redmine webhooks events field data.issue.description not required
  • Added bot interface multi language support
    For multi language support required nxs-chat-redmine plugin v2.0
  • Added ability to customize the Telegram bot greeting message
  • Added value check for config file option telegram.bot_api_key
    Now if value starts with 'bot' prefix nxs-chat-srv will be terminate
    with an error.
  • Statistic improved
    • Improved statistic calculation algorithms
    • Changed field names in json and html output formats
    • Added Telegram activity ratio of total Redmine activity
  • Added new config file option redmine.url
    This option is used to create links to Redmine issues in Telegram
    messages. It's useful to make for users a valid links in case if Redmine
    has host address in internal network (e.g. in Docker installations).
    If not specified, redmine.host option value will be used.
  • Nxs-chat-srv packages for Debian 8 and 9 are available in Nixys repository

v0.1.14

05 Feb 23:20
Compare
Choose a tag to compare

First public release