Releases: LukWebsForge/TldrProgress
Releases · LukWebsForge/TldrProgress
Release v1.1.3
- Stores the SSH keys using a Docker volume
Release v1.1.2
- Highlights a row if the pointer hovers over it
Release v1.1.1
- The build of the React website supports relative paths
- Commits deleted files
Release v1.1.0
- 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
- All progress information is stored in a
- 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
- Adds the
- Improves the commit messages (#4 - thanks @bl-ue)
Release v1.0.1
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
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.