From b9acf4d2aec02098ceb9bfddd481e524cf693d82 Mon Sep 17 00:00:00 2001 From: Josako Date: Mon, 2 Sep 2024 14:04:44 +0200 Subject: [PATCH] - Add CHANGELOG.md --- CHANGELOG.md | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e5f3f48 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,80 @@ +# Changelog + +All notable changes to EveAI 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] + +### Added +- For new features. + +### Changed +- For changes in existing functionality. + +### Deprecated +- For soon-to-be removed features. + +### Removed +- For now removed features. + +### Fixed +- For any bug fixes. + +### Security +- In case of vulnerabilities. + +## [1.0.5-alfa] - 2024-09-02 + +### Added +- Allow chatwidget to connect to multiple servers (e.g. development and production) +- Start implementation of API +- Add API-key functionality to tenants +- Deduplication of API and Document view code +- Allow URL addition to accept all types of files, not just HTML +- Allow new file types upload: srt, mp3, ogg, mp4 +- Improve processing of different file types using Processor classes + +### Removed +- Removed direct upload of Youtube URLs, due to continuous changes in Youtube website + +## [1.0.4-alfa] - 2024-08-27 +Skipped + +## [1.0.3-alfa] - 2024-08-27 + +### Added +- Refinement of HTML processing - allow for excluded classes and elements. +- Allow for multiple instances of Evie on 1 website (pure + Wordpress plugin) + +### Changed +- PDF Processing extracted in new PDF Processor class. +- Allow for longer and more complex PDFs to be uploaded. + +## [1.0.2-alfa] - 2024-08-22 + +### Fixed +- Bugfix for ResetPasswordForm in config.py + +## [1.0.1-alfa] - 2024-08-21 + +### Added +- Full Document Version Overview + +### Changed +- Improvements to user creation and registration, renewal of passwords, ... + +## [1.0.0-alfa] - 2024-08-16 + +### Added +- Initial release of the project. + +### Changed +- None + +### Fixed +- None + +[Unreleased]: https://github.com/username/repo/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/username/repo/releases/tag/v1.0.0 \ No newline at end of file