Releases: Funkschy/kanjinator
UI improvements and clipboard mode
UI
- swing will now use the default system look and feel
- the entire text will be displayed in a field at the top of the result window, where it can be copied from (to e.g. paste it into jisho.org directly)
Clipboard
- added the ability to translate the text directly from the system clipboard
- this can be done with the -c1 and -c2 (linux only, selection clipboard) flags
- these will display the results in the center of the screen
Fixed multiscreen setups
The last version used a transparent window to make the selection, which has the advantage, that the underlying screen actually changes. However that approach proofed to be quite error prone and not universally supported. So this version now just makes a screenshot and displays it in a fullscreen window.
It also makes that screenshot on the display the mouse is on at the moment of starting, which makes usage on multimonitor setups nicer
Added easier distribution of prebuilt binaries
Kanjinator now has a proper msi installer on windows and a specialized linux jar
General Improvements
This release aligns the results vertically for a more pleasant user experience.
The startup time has also been reduced by around 500ms
Support for vertical text
Also added adverbs, support for unknown words and improved popup window placement
Init release
It's still bare bones, but it does the absolute basics it's supposed to. Tested on linux (gnome) and windows 10