2.3.0 release with changelogs
This commit is contained in:
11
Changelog
11
Changelog
@@ -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
11
client/CHANGELOG.md
Normal 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
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "TellMe",
|
"name": "TellMe",
|
||||||
"version": "3.0.0",
|
"version": "2.3.0",
|
||||||
"description": "TellMe CLI",
|
"description": "TellMe CLI",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack-dev-server --inline --hot"
|
"dev": "webpack-dev-server --inline --hot"
|
||||||
|
|||||||
29
server/CHANGELOG.md
Normal file
29
server/CHANGELOG.md
Normal 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
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "TellMe Server",
|
"name": "TellMe Server",
|
||||||
"version": "3.0.0",
|
"version": "2.3.0",
|
||||||
"description": "TellMe Server",
|
"description": "TellMe Server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack-dev-server --inline --hot"
|
"dev": "webpack-dev-server --inline --hot"
|
||||||
|
|||||||
Reference in New Issue
Block a user