Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: glutanimate/review-heatmap

Tags

v1.0.1

Toggle v1.0.1's commit message
Bump version: 1.0.0 → 1.0.1

v1.0.0

Toggle v1.0.0's commit message
Bump version: 1.0.0-beta.2 → 1.0.0

v1.0.0-beta.2

Toggle v1.0.0-beta.2's commit message
Bump version: 1.0.0-beta.1 → 1.0.0-beta.2

v1.0.0-beta.1

Toggle v1.0.0-beta.1's commit message
Bump version: 0.7.0-beta.1 → 1.0.0-beta.1

v0.7.0-beta.1

Toggle v0.7.0-beta.1's commit message
Bump version

v0.6.1-anki21-alpha

Toggle v0.6.1-anki21-alpha's commit message
Temporary 2.1 alpha release to bridge the gap until v0.7.0 is ready

v0.6.0

Toggle v0.6.0's commit message
Update .gitignore; add .gitattributes; add build script

v0.5.2

Toggle v0.5.2's commit message
Fix review count tooltips for counts over 999 (#3)

v0.5.1

Toggle v0.5.1's commit message
Update documentation

v0.5.0

Toggle v0.5.0's commit message
- **New**: Stats on average review counts and days learned, each grad…

…ed with a custom color scale

- **New**: Customizable calendar modes - display the days as a continuous year, or split them up into months
- **New**: Customizable color schemes - choose between 5 different color palettes
- **New**: You can now decide where the heatmap will appear
- **New**: All of the above and all other settings can now be contolled through an options menu
- **New**: The heatmap will also appear in the stats window now. This one is unaffacted by any limits and follows the interval settings set in the stats window.
- Limit heatmap data range to 365 days for past reviews and 90 for pending reviews by default. This should improve performance on lower-end machines. These limits can be lifted in the options menu.
- Lots of bug fixes and improvements