Releases: Aaronmacaron/dict
Releases · Aaronmacaron/dict
v0.1.2
v0.1.1
v0.1.0
Changelog
- b11c8b6 Add DS_Store to gitignore
- a4e9da7 Add dictionary management commands
- 326e216 Add goreleaser and github workflow for automatic releases
- 8d60371 Add goreleaser to flake and update todo
- 20b9c24 Add test to project
- cee483f Add usage documentation
- e4670c6 Adjust scoring slightly
- a89fc67 Clean up data structures used to represent terms and results
- 681197a Generalize application for all supported languages, not only german and english
- 00268d3 Group terms of the same word group together visually in the result output
- 1015c7c Implement first working version of dict
- 84816a4 Improve cli interface and help display
- 1e03c7b Improve formatting
- 76064c8 Introduce different color modes and automatically use the correct one based on the consumer of the output
- 46d7e4b Make sure the terminal width is respected so that the output is never wider than the terminal
- 279a1f5 Rename module to github.com/Aaronmacaron/dict
- 98d6b1a Setup project
- 17c8a15 Use hybrid scoring of vt_usage and match score
- f9cd650 Use pager if output is longer than terminal height