2.3.0 release with changelogs

This commit is contained in:
2026-05-04 10:08:15 +02:00
parent ec7b330b90
commit 4c6ed4c514
5 changed files with 42 additions and 13 deletions

29
server/CHANGELOG.md Normal file
View File

@@ -0,0 +1,29 @@
# Changelog
## [2.3.0] - 2026-05-04
### Added
- Matrix/Element support via matrix-nio
- Auto-join Matrix rooms on invite
- Matrix access token instructions in README
### Fixed
- Fixed Code typo in GoAlert verification message
## [2.2.0] - 2025-02-04
### Changed
- Moved the notifier into tellmesrv
### Added
- Support for GoAlert messages
## [2.1.0] - 2025-02-04
### Added
- Added support for GoAlert messages
## [2.0.0b2] - 2025-02-04
### Added
- Add logging
## [2.0.0b1] - 2025-02-04
### Added
- First standalone bot with SimpleX support

View File

@@ -1,6 +1,6 @@
{
"name": "TellMe Server",
"version": "3.0.0",
"version": "2.3.0",
"description": "TellMe Server",
"scripts": {
"dev": "webpack-dev-server --inline --hot"