File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,37 @@ All notable changes to this project will be documented in this file.
3131The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
3232and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3333
34+ ## 1.3.3 - 2022-01-16
35+
36+ ### Fixed
37+
38+ - Fixed release version
39+
40+ ## 1.3.2 - 2022-01-16
41+
42+ ### Added
43+
44+ - Added command line tests
45+ - Added PyPI badge
46+ - Added multiple pages to download (for many articles)
47+ - Added handling for http status 404 when aritcle is not found
48+ - Added logic to find if running on github actions or local (replaced timestamp arguments)
49+ - Added SyncStatus class
50+ - Added sub functions used when checking the diff
51+ - Added qsync_foreach, qsync_do_sync, qsync_do_check, qsync_do_purge
52+ - Added purge sub command (for test purpose)
53+ - Added test cases
54+
55+ ### Changed
56+
57+ - Changed the logic to get timestamp (git on github actions, file mtime on local)
58+ - Removed handling for http status 429 (Too much request)
59+ - Removed old comand handler functions
60+
61+ ### Fixed
62+
63+ - Fixed CHANGELOG.md
64+
3465## 1.2.0 - 2022-01-11
3566
3667### Added
You can’t perform that action at this time.
0 commit comments