servers/CHANGELOG.md

36 lines
1003 B
Markdown
Raw Normal View History

2022-06-17 12:15:09 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased]
2022-06-26 11:05:57 +00:00
## [0.2.0] - 2022-06-26
### Features
- **plugins**: add `Result<()>` in `fn execute()` (Event and Command traits)
- **websocket**: WS Client <-> TCP Proxy (default port 9998) <-> TCP (default port 9999)
2022-06-17 12:15:09 +00:00
2022-06-26 11:05:57 +00:00
### Chore
- **deps**: upgrade
2022-06-17 12:15:09 +00:00
## [0.1.0] - 2022-06-17
### Default commands
- help
### Dynamic plugins loader
You can create custom commands and events (events executed if client connected or send message)
### Cli
You set custom host and port `./servers --host 0.0.0.0 --port 9999`
Show cli help `./servers --help`
<!-- next-url -->
2022-06-26 11:05:57 +00:00
[Unreleased]: https://github.com/MedzikUser/servers/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/MedzikUser/servers/commits/v0.2.0
2022-06-17 12:15:09 +00:00
[0.1.0]: https://github.com/MedzikUser/servers/commits/v0.1.0