Skip to content

Commit 67f7429

Browse files
authored
Merge pull request #52 from ryokat3/id47
Id47
2 parents a106fe5 + ff8d3aa commit 67f7429

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,37 @@ All notable changes to this project will be documented in this file.
3131
The format is based on [Keep a Changelog](http://keepachangelog.com/)
3232
and 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

0 commit comments

Comments
 (0)