Skip to content

Releases: LukWebsForge/TldrProgress

Release v1.1.3

18 Mar 22:33
9a1a0ba
Compare
Choose a tag to compare
  • Stores the SSH keys using a Docker volume

Release v1.1.2

14 Mar 21:12
dc9ea8d
Compare
Choose a tag to compare
  • Highlights a row if the pointer hovers over it

Release v1.1.1

14 Mar 18:11
e9247fc
Compare
Choose a tag to compare
  • The build of the React website supports relative paths
  • Commits deleted files

Release v1.1.0

13 Mar 22:01
7d86f74
Compare
Choose a tag to compare
  • Uses React + TypeScript for the website (#6)
    • All progress information is stored in a data.json file
    • Every cell is clickable and links to ...
      • the translation if it exists
      • an editor to create the translation otherwise
    • Uses go:embed for embedding the static website assets in the binary application
  • The application now runs continuous and schedules updates by itself (#5)
    • Adds the RUN_ONCE environment variable to execute a single update
    • Packages the application as a Docker container
  • Improves the commit messages (#4 - thanks @bl-ue)

Release v1.0.1

14 Nov 18:38
a144472
Compare
Choose a tag to compare

Changes in this Release

  • Minify the HTML output by activating the environment variable MINIFY_HTML
  • While sorting strings their capitalization will be ignored

Release v1.0.0

04 Nov 21:30
6ef0e4c
Compare
Choose a tag to compare

This the first release. If you spot any bugs, please let us know.

Detailed changes: CHANGELOG.md

This release ships with builds for linux_amd64, linux_arm and windows.