Releases: ryonakano/konbucase
Releases · ryonakano/konbucase
Konbucase 3.3.0 Released
- Rounded window corners
- Support building without Granite for other distributions
Translation updates:
- Add Lithuanian translation (thanks to @PolPolyLingo)
- Update Japanese translation
Konbucase 3.2.1 Released
- Fix building fails in Flatpak
Konbucase 3.2.0 Released
Konbucase 3.1.0 Released
- Support Sentence case
- Add Turkish translation (thanks to @safak45x)
- Update Japanese translation
- Clean code
Konbucase 3.0.0 Released
- The UI and the core structure that handles actual conversion are now separated! The core part is now an independent library
- Rename all occurrence of 'target' to 'source' because the word 'target' is rather similar to "result" which is used in the opposed meaning in the project
- Fix changing result case sometimes doesn't take effect
- Quit the app with Ctrl+Q
- Add Dutch translation (thanks to @Vistaus)
- Add Portuguese translation (thanks to @rottenpants466)
Konbucase 2.0.0 Released
- The app now saves the app state changes on time. Even if you kill the app, it restores the latest state on recovery.
- Side-by-side view (proposed by @Fatih20). The source texts are now shown on the left side of the window, and result texts are on the right side. This design is commonly seen in other places like when previewing a Markdown file in a text editor.
- The app now has a new set of icons! Big thanks to @Fatih20 🎉
Konbucase 1.0.1 Released
- Fix changing OS-wide dark style preference is not reflected
- Update French translation (thanks to @NathanBnm)
Konbucase 1.0.0 Released
- Fix the app freezes when trying to input texts in result_combo_entry
- Respect an elementary OS-wide dark preference
- Add a description tooltip to each case
- Allow setting per-app dark style preference
- Update translations
Konbucase 0.1.1 Released
- Add French translation (thanks to @NathanBnm)
- Add Italian translation (thanks to @mirkobrombin)
- Add Japanese translation
- Update result texts when changing ComboBox selection
KonbuCase 0.1.0 Released
Today I released my second app designed for elementary OS: KonbuCase.
With this app, you can convert your text between camelCase, PascalCase, snake_case, kebab-case, and space-separated.