Skip to content

Commit

Permalink
Add CHANGELOG entry for v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Sep 9, 2017
1 parent c8164f0 commit e8816b6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Milestones in general

- v0.1
* search: mal anime-regex
* filtering: mal [sublist]
Expand Down Expand Up @@ -73,3 +71,13 @@
* Add --user option for filter command
* Add a new command `add` to add new animes to user list
* Fix issues on login and CONFIG_FILE creation
- v0.3.2
* Add version -v and --version flags
* Add requirements-dev.txt to build packages and docs
* Add basic documentation on docs/source/index.rst from README.md (used pandoc)
* Remove support for watch and download commands
* Use RawConfigParser instead of ConfigParser for configuration
* Setup ReadTheDocs on docs/ and integrate with mal package to fetch the new
version from `mal.__version__` variable.
* Note: old users should fix date_format on ~/.config/mal/myanimelist.ini
manually changing from %%d-%%m-%%Y to %d-%m-%Y.

0 comments on commit e8816b6

Please sign in to comment.