Releases: nixys/nxs-chat-srv
Releases · nixys/nxs-chat-srv
v1.0.2
v1.0.1
Added compatible with Redmine v4.0.3
v1.0.0
Support Redmine 4.2
v0.3.1
- 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
v0.2.1
- Added CentOS 7 support
- Fixed some bugs
v0.2.0
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
First public release