|
|
|
@ -7,6 +7,75 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
|
|
## [0.7.2] - 2023-10-21
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Update the CHANGELOG.
|
|
|
|
|
- Update the version.
|
|
|
|
|
- Update the README.
|
|
|
|
|
- Update the CI/CD configuration to publish the artifacts to the release.
|
|
|
|
|
|
|
|
|
|
## [0.7.1] - 2023-10-20
|
|
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
- Remove the test for FrequencyAnalyzer.
|
|
|
|
|
- Remove the option for FrequencyAnalyzer.
|
|
|
|
|
|
|
|
|
|
## [0.7.0] - 2023-10-20
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Refactor to move actions to separated files.
|
|
|
|
|
|
|
|
|
|
## [0.6.3] - 2023-10-14
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add the IsNonsense interface for FrequencyAnalyzer.
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Update the frequency analyzer.
|
|
|
|
|
|
|
|
|
|
## [0.6.2] - 2023-10-14
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add the analyzer options and their actions.
|
|
|
|
|
- Add the available ciphers and analyzer for the help.
|
|
|
|
|
- Add validations to check if a cipher or an analyzer is available.
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Refactor to move options to a separated file.
|
|
|
|
|
|
|
|
|
|
## [0.6.1] - 2023-10-13
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add the function to make a frequency string from a map.
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- Fix the bug that the default language symbols override the symbols.
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Update the FrequencyAnalyzer to use the frequency string instead.
|
|
|
|
|
|
|
|
|
|
## [0.6.0] - 2023-10-12
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- Fix the typo "frequences" to frequencies.
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Refactor the project structure.
|
|
|
|
|
|
|
|
|
|
## [0.5.5] - 2023-10-09
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add the Gitlab CI/CD configuration.
|
|
|
|
|
|
|
|
|
|
## [0.5.4] - 2023-10-05
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add the java source path.
|
|
|
|
|
- Add the Caesar decrypted interface for Java.
|
|
|
|
|
- Add a frequency analyzer as a stub.
|
|
|
|
|
- Add the clojure wrapper for the frequency analizer and its test.
|
|
|
|
|
|
|
|
|
|
## [0.5.3] - 2023-10-05
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|