Skip to content

Commit

Permalink
Released version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akronix committed Oct 31, 2018
1 parent ba0d757 commit 58487f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log for WikiChron

## 1.1.1 - 2018-10-31
### Added
- Icon in the header which displays a dialog showing sharing and downloading links for current selection. Closes #53
- deps: sd-material-ui
### Changed
- stylesheets and js files divided depending on their scope
- download now returns a zip with one csv per wiki. Re-Closes #21
- moved dump_parser to an independant pypi package and use it as a dependency
- Some improvements in query_bot_users.py script.
### Fixed
- Missing help icons (?) next to the metrics checklist.
### Updated
- deps: dash-core-components, requests.


## 1.1.0 - 2018-10-10
### Added
- Button to download in csv format the current selection of wikis and metrics. See [26](https://github.com/Grasia/WikiChron/issues/26).
Expand Down
4 changes: 2 additions & 2 deletions wikichron/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Created on: 22-nov-2017
Copyright 2017-2018-2018 Abel 'Akronix' Serrano Juste <akronix5@gmail.com>
Copyright 2017-2018 Abel 'Akronix' Serrano Juste <akronix5@gmail.com>
"""
__version__ = '1.1.0'
__version__ = '1.1.1'

0 comments on commit 58487f5

Please sign in to comment.