Skip to content

Releases: DeepLcom/deepl-tui

v0.3.0

16 Jun 13:13
Compare
Choose a tag to compare

Changelog

  • e7d024a chore(release): Release v0.3.0
  • 92e0944 docs: Drop 'go install' from install instructions
  • d12f9f6 feat: Support copy/paste to/from system clipboard for translate text areas
  • 853b7ca patch: Draw app after each translation update and show errors
  • 90e5dc6 chore: Upgrade go version and dependencies

v0.2.1

04 Jan 20:41
Compare
Choose a tag to compare

Changelog

  • c3f3ff6 Release v0.2.1
  • 2d7c95a chore: go mod tidy
  • 0230630 fix: Handle possibly changed name when updating glossaries
  • 2cd6b71 refactor: Unselect any glossary editor table entry on glossary change

v0.2.0

01 Jan 20:32
Compare
Choose a tag to compare

Changelog

  • f722df4 Release v0.2.0
  • 756f95c docs: Update install instructions in README.md
  • 68f3180 chore: Create distribution archives instead of only binaries
  • 321bf18 fixup! chore: Update demo
  • a92b645 chore: Update demo
  • c634749 fixup! feat: Add glossary editor page
  • 93b04c0 feat: Add glossary editor page
  • 62d4bb0 feat: Add formality and basic glossary support
  • 82b348a refactor: Quit on Ctrl-Q instead Ctrl-C
  • 5c84b31 feat: Split up main ui implementation
  • 65aa65b refactor: Move ui implementation to internal package
  • 9652f71 feat: Prepare multi-page ui
  • 35e8f3a docs: Fix install instruction in README.md

v0.1.0

01 Dec 13:06
Compare
Choose a tag to compare

Changelog

  • 69c57ef Release v0.1.0
  • 7e20219 chore: Move project to github.com/DeepLcom namespace
  • d48d48a docs: Update README.md
  • 606ef27 chore: Add justfile and scripts for task management
  • b3c86c8 feat: Make widgets adjust to screen size
  • 449756d feat: Add key bindings to focus widgets
  • 9d31f2f style: Format main.go
  • 14de6a1 Initial commit, proof of concept