Releases: Grasia/WikiChron
Releases · Grasia/WikiChron
Released version 1.1.1
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.
Released version 1.1.0
Added
- Button to download in csv format the current selection of wikis and metrics. See 26.
- Now the current selection of wikis and metrics is displayed in the URL in the query string section. This allows sharing the your selection with others. See 21.
Changed
- File structure of the project. Now the source files are under
wikichron/
. - Moved main data from hidden div to caching and signaling in server. This commit do the trick: fd0fe05. See this to learn more about sharing data between callbacks.
Updated
- deps: dash, dash-renderer, dash-core-components, etc.
Released version 1.0.0
First stable version with MVP!
Here it's the changelog:
- Improvements to the slider. See #22.
- Updated dependencies to last versions
- Clean up of repo and code
Released version 1.0.0-beta
- Added multi-user and multi-threading support
- Updated dependencies to last versions
- Inner improvements