Skip to content

Releases: nikolaydubina/calendarheatmap

v1.7.2

21 Mar 10:38
ca5d7db
Compare
Choose a tag to compare
  • security

v1.7.1

21 Mar 08:42
0e00ce5
Compare
Choose a tag to compare
  • security

Added more SVG options

21 Aug 04:03
Compare
Choose a tag to compare
  • turn off/on labels in SVG
  • month separator in SVG
  • web UI uses SVG by default for faster page load

Web UI with WebAssembly

10 Aug 11:50
3f0ecb1
Compare
Choose a tag to compare
  • 🌸 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

22 Apr 07:35
89f5770
Compare
Choose a tag to compare
  • Embedding default assets for easier usage
  • Updated Go to 1.16

Bug fixes, assets refactoring

28 Feb 02:01
4bd30dc
Compare
Choose a tag to compare
  • 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

07 Dec 11:59
23959a3
Compare
Choose a tag to compare
v1.4.0

Update README.md

Added support for UTF-8 and custom fonts

30 Oct 09:45
1f16daf
Compare
Choose a tag to compare

Better input and output to script

11 Jul 13:00
4a9956d
Compare
Choose a tag to compare

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

11 Jul 11:17
7a7cfe4
Compare
Choose a tag to compare
Merge pull request #7 from nikolaydubina/feature/better-example

better readme