Skip to content

Commit

Permalink
Releases the version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukbukkit committed Mar 13, 2021
1 parent d313dd8 commit 7d86f74
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Uses React for the website
- 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

## [1.1.0] - 13th March 2021
- Uses React + TypeScript for the website
- 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
- Adds the `RUN_ONCE` environment variable to just do one update
- Packages the application as a (Docker) container
- 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)

## [1.0.1] - 14th November 2020
- Minify the HTML output by activating the environment variable `MINIFY_HTML`
Expand All @@ -31,6 +34,7 @@ This is the first release. If you spot any bugs, please let us know.
- Configuration files for systemd
- This Changelog

[Unreleased]: https://github.com/LukWebsForge/TldrProgress/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/LukWebsForge/TldrProgress/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/LukWebsForge/TldrProgress/releases/tag/v1.1.0
[1.0.1]: https://github.com/LukWebsForge/TldrProgress/releases/tag/v1.0.1
[1.0.0]: https://github.com/LukWebsForge/TldrProgress/releases/tag/v1.0.0

0 comments on commit 7d86f74

Please sign in to comment.