Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

69 lines (35 loc) · 1.01 KB

Changelog

6.6.0 (unreleased)

  • ...

6.5.0 (2022-01-24)

  • Compatible with Taiga 6.5.0

6.4.0 (2021-09-06)

  • Compatible with Taiga 6.4.0
  • (feat) Support serving Taiga in subpath

6.3.0 (2021-08-10)

  • New crypto module, compatible with the new auth system (history #tg-4625, issue #tgg-626)

6.2.3 (2021-07-29)

  • Fix an error related to the close connection process.

6.2.2 (2021-07-15)

  • Compatible with Taiga 6.2.2

6.2.1 (2021-06-22)

  • Compatible with Taiga 6.2.1

6.2.0 (2021-06-09)

  • Upgrade dependencies.
  • Allow self-notification.

6.1.1 (2021-05-18)

  • Compatible with Taiga 6.1.1

6.1.0 (2021-05-04)

  • Update github templates

misc

Fixed a critical bug related to channels not closed after WS connections ended.

6.0.1 (2020-02-08)

misc

improve logger messages.

6.0.0 (2020-02-02)

Major update: rewrited coffeescript to pure JS ES6.

Features

  • Generate docker image

Misc

  • Migration from JSON config store to dotenv (evironment variables)

  • Fix bugs