Skip to content

Releases: ryonakano/konbucase

Konbucase 3.3.0 Released

12 Oct 05:46
bd5c656
Compare
Choose a tag to compare
  • 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

30 Jul 23:08
5e73c7f
Compare
Choose a tag to compare
  • Fix building fails in Flatpak

Konbucase 3.2.0 Released

30 Jul 12:59
ec5abfb
Compare
Choose a tag to compare
  • Publish the app to the new AppCenter on elementary OS 6 with the Flatpak manifest
  • Update Dutch translation (thanks to @Vistaus)
  • Update Italian translation (thanks to @Sav22999)
  • Update Japanese translation

Konbucase 3.1.0 Released

13 Apr 04:37
Compare
Choose a tag to compare
  • Support Sentence case
  • Add Turkish translation (thanks to @safak45x)
  • Update Japanese translation
  • Clean code

Konbucase 3.0.0 Released

28 Aug 06:34
b5b7239
Compare
Choose a tag to compare
  • 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

28 Jun 04:53
d409a26
Compare
Choose a tag to compare
  • 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

14 May 21:27
cfdc2db
Compare
Choose a tag to compare
  • Fix changing OS-wide dark style preference is not reflected
  • Update French translation (thanks to @NathanBnm)

Konbucase 1.0.0 Released

14 May 13:48
Compare
Choose a tag to compare
  • 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

01 May 05:21
44378ac
Compare
Choose a tag to compare
  • 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

21 Apr 12:34
a1cdfd1
Compare
Choose a tag to compare

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.