Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 22:01
· 167 commits to main since this release
7d86f74
  • 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)