Releases: nikolaydubina/calendarheatmap
Releases · nikolaydubina/calendarheatmap
v1.7.2
v1.7.1
- security
Added more SVG options
- turn off/on labels in SVG
- month separator in SVG
- web UI uses SVG by default for faster page load
Web UI with WebAssembly
- 🌸 https://calendarheatmap.io WebAssembly based Web UI hosted in GitHub Pages
- 🛠 bugfixes
- improves SVG output
- more customization for fonts
- can render much small JPEG, PNG images
- fixed label positioning for SVG and non Korean languages
Embedding default assets
- Embedding default assets for easier usage
- Updated Go to 1.16
Bug fixes, assets refactoring
- fixed bug with SVG months labels not displayed at right offset
- moved colorscales to files
- added weekday label selection for SVG
- made tests actually check expected output
- moved readme examples generation to makefile
- various bug fixes
SVG support
v1.4.0 Update README.md
Added support for UTF-8 and custom fonts
v1.3.0 Update README.md
Better input and output to script
Removed filename argument. Instead pass data using stdin and get data using stdout. This will make script plugable with other utilities like jq
. Maybe you can fetch data from Github and render it in single line?
Better examples for script
Merge pull request #7 from nikolaydubina/feature/better-example better readme