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

View File

@@ -1,11 +0,0 @@
TellMe Server (2.2.0)
* Moved the notifier into tellmesrv
TellMe Server (2.1.0)
* Added support for GoAlert messages
TellMe Server (2.0.0b2)
* Add logging
TellMe Server (2.0.0b1)
* First standalone bot with SimpleX support

11
client/CHANGELOG.md Normal file
View File

@@ -0,0 +1,11 @@
# Changelog
## [2.3.0] - 2026-05-04
### Added
- Client version 2.3.0 release
### Features
- Send messages: `-m "Your message"` - Send custom notifications
- Monitor processes: `-p <pid>` - Wait for a process to exit, then notify
- Watch commands: `-w "command"` - Run a command periodically and notify on output
- Ping hosts: `-P <host>` - Monitor host availability until it's reachable

View File

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

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"