@@ -6,19 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
88[ // ] : # ( Types of changes )
9-
109[ // ] : # ( - **Added** for new features. )
11-
1210[ // ] : # ( - **Changed** for changes in existing functionality. )
13-
1411[ // ] : # ( - **Deprecated** for soon-to-be removed features. )
15-
1612[ // ] : # ( - **Removed** for now removed features. )
17-
1813[ // ] : # ( - **Fixed** for any bug fixes. )
19-
2014[ // ] : # ( - **Security** in case of vulnerabilities. )
2115
16+ ## [ 2.0.0] - 2023-07-22
17+
18+ ### Fixed
19+ - [ Issue #2 ] ( https://github.com/Jemeni11/FicImage/issues/2 ) . A bug in the file path of the ` load_config_json ` function caused a ` FileNotFoundError ` .
20+
21+ ### Added
22+ - Added a new ` except ` block to the ` load_config_json ` function.
23+ This should make finding errors like [ Issue #2 ] ( https://github.com/Jemeni11/FicImage/issues/2 ) easier.
24+ - Added a new command (-v) to return the project version.
25+ - Added a new command (-r) to update all files in the directory path given and its subdirectories.
26+
27+ ### Changed
28+ - Moved the project version from ` __init__.py ` to ` main.py ` .
29+ - ` path_to_epub ` is now an optional command.
30+ - FicImage will now save new epubs in the same location
31+ as the old epub instead of the current working directory.
32+
2233## [ 1.0.2] - 2023-05-12
2334
2435### Added
@@ -48,6 +59,7 @@ match the new README format. The content type was updated from `text/markdown` t
4859- Released FicImageScript
4960
5061
62+ [ 2.0.0 ] : https://github.com/Jemeni11/FicImage/compare/v1.0.2...v2.0.0
5163[ 1.0.2 ] : https://github.com/Jemeni11/FicImage/compare/v1.0.1...v1.0.2
5264[ 1.0.1 ] : https://github.com/Jemeni11/FicImage/compare/v1.0.0...v1.0.1
5365[ 1.0.0 ] : https://github.com/Jemeni11/FicImage/releases/tag/v1.0.0
0 commit comments