Skip to content

Releases: samolego/Canta

Canta 3.1.2

10 Oct 10:44
23e912b
Compare
Choose a tag to compare
  • fix #302 (badges and descriptions failed to fetch)
  • make "Show system only" on by default (#281)
  • feat: implement #300

Full Changelog: 3.1.1...3.1.2

Canta 3.1.1

07 Oct 13:11
4794fe5
Compare
Choose a tag to compare

Release 3.1.0 was sacrificed by proguard. Sorry!

What's new

Advanced Settings

  • Added advanced settings panel - New settings section with expanded configuration options
  • Implemented DataStore migration - Migrated from SharedPreferences to Android DataStore for better performance and type safety

User Experience Improvements

  • Disallow selecting unsafe apps by default (#242)
  • Added dialog to provide user feedback after successful app uninstalls
  • Added detailed presets documentation

What else has changed

  • fix(i18n): optimize localization configuration by @EricLeeaaaaa in #288
  • New Crowdin updates

Full Changelog: 3.1.0...3.1.1

Canta 3.0.2

26 Sep 09:49
7a8133c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.2

Canta 3.0.1

14 Aug 10:50
f398ba0
Compare
Choose a tag to compare

What's Changed

  • New translations
  • Fix crash when reading empty or invalid uad_lists.json during offline by @mayanksharma-dev in #261

New Contributors

Full Changelog: 3.0.0...3.0.1

[Migration Release] Canta 2.5.1

25 Jun 08:34
5376ee4
Compare
Choose a tag to compare

Hey, you should skip installing this one - it is for FDroid store to migrate the users more easily.

Canta 3.0.0

24 Jun 10:16
b8b7c92
Compare
Choose a tag to compare

Breaking changes

  • Canta now uses package name io.github.samolego.canta. Old one is deprecated. This was a tough decision to make, but it had to be done in order to publish Canta to Google Play Store.
    • why the name change? Well, some dummy uploaded the original Canta apk to PlayStore. I wasn't able to reclaim the package name. I did a monthly long fight with Google support and provided proof I'm the owner of the app, but they refused to listen. So here we are. You'll have to uninstall the old Canta.

What's Changed

Thanks to all the contributors!

Full Changelog: 2.5.0...3.0.0

Canta 2.5.0

28 Feb 14:05
798455c
Compare
Choose a tag to compare
  • added settings screen!
    • allows you to disable auto-fetching new updates for bloat list
    • allows you to toggle uninstallation confirmation dialog
  • added "Select all" option in uninstalled apps tab
    • Clicking version in settings >= 12 times will also enable "select all" in installed apps if filter "recommended" is applied
  • minor visual changes to search apps component
  • added Canta app description 😛
  • Canta now shows "Disclaimer dialog" upon opening. You can toggle the option to not show it again

Canta 2.4.0

27 Jan 20:39
6ab5ee5
Compare
Choose a tag to compare
  • add "app info" button to app dialog
  • add app storage size to app dialog

Canta 2.3.1

24 Jan 22:04
017c28f
Compare
Choose a tag to compare
  • update languages
  • fix github release workflow

Canta 2.3.0

24 Jan 21:55
3648147
Compare
Choose a tag to compare

Polishing update

  • make app descrition links clickable (#114 )
  • make app description text selectable (fix #139)
  • uninstall button is now hidden if no apps are selected
  • split filters and 3 dot menu + overhaul their look
  • add dedicated Logs screen
    • this allows for copying individual logs by long clicking the chips or all the logs via FAB)m should hopefully make the debugging easier for some uninstallations.