1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

Update changelog

This commit is contained in:
Ash Keel 2021-12-09 13:41:16 +01:00
parent dc39bc0cd9
commit b8465ceb38
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -5,6 +5,16 @@ 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).
## [CURRENT]
### Added
- **Manual garbage collection**: You can now launch strimertul with `--run-gc` to manually trigger garbage collection for the database. This will launch strimertul, execute a round of garbage collection and exit.
### Changed
- Database schema has slightly changed, strimertul will auto-migrate to the new format if it detects old schema in use.
## [1.7.0] - 2021-12-07
### Added