changelog

This commit is contained in:
Sebastian Goscik
2023-03-24 12:22:17 +00:00
parent cec323f803
commit 561ce181ea

View File

@@ -4,18 +4,24 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.8.8]- 2022-12-30 ## [0.9.0] - 2023-03-24
### Added
- The ability to send logging out via apprise notifications
- Color logging is now optional
- Events are now permanently ignored if they fail to download 10 times
## [0.8.8] - 2022-12-30
### Added ### Added
- Added ability to configure purge interval - Added ability to configure purge interval
### Fixed ### Fixed
- Purge interval returned to previous default of once a day - Purge interval returned to previous default of once a day
## [0.8.7]- 2022-12-11 ## [0.8.7] - 2022-12-11
### Fixed ### Fixed
- Fix improper unpacking of upload events - Fix improper unpacking of upload events
## [0.8.6]- 2022-12-10 ## [0.8.6] - 2022-12-10
### Fixed ### Fixed
- check that current event is not none before trying to get it its ID - check that current event is not none before trying to get it its ID
- downloader/uploaded clear their current event once its been processed - downloader/uploaded clear their current event once its been processed