Releases: aardappel/treesheets
Releases · aardappel/treesheets
3415220870
Fix broken key binding Was showing incorrect binding due to https://github.com/aardappel/treesheets/commit/b538faea45d75b63bcc8d209856b4c76bcabb081 Also fixed showing double entries
3349106752
Refine German translation (#277) Keep shortcuts in original English text
3341041135
Update German translation (#276)
3299391141
Improve German translation (#275) * Update German translation * Improve German translation * Improve German translation * Improve German translation
3290788182
Paint directly on Linux (#274) Instead of using a bitmap for double-buffering, draw directly like on MacOS. This avoids the case that the bitmap has to be resized for HiDPI scaling. Instead, scaling is considered during the paint. This fixes #253 for Linux (wxGTK).
3227950496
typo
3130231751
Made focus change Linux only for now
3075954433
Explicity check for window focus before refocusing (#265) Under some certain circumstances in a desktop environment running on a Xorg server, the Treesheets window catches all input events - even those that are not intended for Treesheets. This leads Treesheets to set the focus on its current tab and thus on its window each time an input event is detected - even if the window had no focus. Explicitly check whether the Treesheets window has focus and only if it has focus, refocus on the Treesheets current tab and window.
3074091860
If detecting users locale fails, default to english
3071388091
Fixed restrictive max new grid size for lobster scripts (#263)