2023-06-04 08:55:31 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased](https://git.rustybever.be/Chewing_Bever/alex/src/branch/dev)
|
|
|
|
|
2023-06-13 12:49:31 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* `--dry` flag to inspect command that will be run
|
|
|
|
|
2023-06-13 13:00:42 +02:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* JVM flags now narrowely follow Aikar's specifications
|
|
|
|
|
2023-06-13 11:40:18 +02:00
|
|
|
## [0.2.0](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.2.0)
|
|
|
|
|
2023-06-06 20:49:00 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Rudimentary signal handling for gently stopping server
|
|
|
|
* A single stop signal will trigger the Java process to shut down, but Alex
|
|
|
|
still expects to be run from a utility such as dumb-init
|
|
|
|
* Properly back up entire config directory
|
|
|
|
* Inject Java optimisation flags
|
|
|
|
|
2023-06-05 11:40:33 +02:00
|
|
|
## [0.1.1](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.1.1)
|
|
|
|
|
2023-06-05 11:33:44 +02:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Better env var support
|
|
|
|
|
2023-06-05 10:41:55 +02:00
|
|
|
## [0.1.0](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.1.0)
|
|
|
|
|
2023-06-04 08:55:31 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* CLI interface
|
|
|
|
* Working backup command
|
|
|
|
* Thread for periodic backups
|
2023-06-05 10:41:55 +02:00
|
|
|
* Env var support
|