Skip to content

Releases: ruizlenato/karabau

Release v1.4.0

Choose a tag to compare

@github-actions github-actions released this 19 May 20:29
fc8d663

Karabau v1.4.0

Signed release builds ready to install.

Highlights

  • Added tag support when creating bookmarks in the main create flow
  • Added quick tag creation during bookmark creation using a chip-based action
  • Improved tag UX in the process-text/save popup with:
    • tag selector bottom sheet
    • tag search
    • selected tags count
    • in-sheet new tag creation
  • Improved popup visual consistency by aligning the create-tag dialog styling with the tag selector sheet

F-Droid Compatibility

  • Disabled Android dependency metadata block in artifacts (dependenciesInfo) to comply with F-Droid requirements

Build

  • Version bump to 1.4.0
APK Architecture
karabau-1.4.0-universal.apk Universal (all architectures)
karabau-1.4.0-arm64-v8a.apk ARM 64-bit (most modern devices)
karabau-1.4.0-armeabi-v7a.apk ARM 32-bit (older devices)
karabau-1.4.0-x86_64.apk x86 64-bit (emulators)

Release v1.3.1

Choose a tag to compare

@github-actions github-actions released this 17 May 21:05
bb448e1

Karabau v1.3.1

Signed release builds ready to install.

Highlights

  • Improved F-Droid build compatibility by removing the Foojay Gradle toolchain resolver plugin
  • Kept the release pipeline aligned with a single-APK F-Droid build recipe (without changing upstream app behavior)
  • Added and validated latest store metadata updates (Fastlane changelog/screenshots) for release consistency

Build & Stability

  • Version bump to 1.3.1
  • General build/release workflow refinements for smoother publishing and verification
APK Architecture
karabau-1.3.1-universal.apk Universal (all architectures)
karabau-1.3.1-arm64-v8a.apk ARM 64-bit (most modern devices)
karabau-1.3.1-armeabi-v7a.apk ARM 32-bit (older devices)
karabau-1.3.1-x86_64.apk x86 64-bit (emulators)

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 07 May 03:12
1547df6

Karabau v1.3.0

Signed release builds ready to install.

Highlights

  • Added quick-save from Android Share menu via a Compose overlay (Process Text / shared content flow)
  • Added dual share targets for saving bookmarks faster from other apps
  • Refreshed the Welcome screen hero branding animation for a cleaner first-run experience
  • Added a new local setting to show/hide list icons and emojis

Localization (pt-BR)

  • Added full Brazilian Portuguese (pt-BR) translation catalog
  • Localized key flows across the app:
    • Onboarding
    • Server setup
    • Authentication
    • Home
    • Lists
    • Tags
    • Settings

UI & Code Quality

  • Normalized Settings item icon alignment and typography
  • Removed unnecessary experimental opt-ins
  • Cleaned lint warnings and dead code for a leaner codebase

Build

  • Version bump to 1.3.0
APK Architecture
karabau-1.3.0-universal.apk Universal (all architectures)
karabau-1.3.0-arm64-v8a.apk ARM 64-bit (most modern devices)
karabau-1.3.0-armeabi-v7a.apk ARM 32-bit (older devices)
karabau-1.3.0-x86_64.apk x86 64-bit (emulators)

Release v1.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 19:39
0f73413

Karabau v1.2.0

Signed release builds ready to install.

Highlights

  • Added archive/unarchive action directly in the bookmark detail bottom sheet
  • Added copy link as a quick action in the bottom sheet action row
  • Redesigned bottom sheet actions to a cleaner, lightweight style inspired by Google Photos
  • Added delete with Undo flow using snackbar (optimistic removal + undo window)
  • Improved navigation bar visuals with filled selected icons and outlined unselected icons (Material 3 behavior)

Settings & Preferences

  • Added Archived Favorites preference in Settings (Bookmarks section)
  • Synced this preference with server settings (users.settings / users.updateSettings)
  • Applied archived visibility behavior correctly to:
    • Tag details
    • List details
    • Favorites view
  • Ensured server settings are refreshed when opening Settings and after initial Home load

Performance & UX

  • Improved loading behavior and header polish:
    • Removed extra subtitles from Tags/Lists headers
    • Updated Settings header to larger title style
  • Kept pull-to-refresh/loading states cleaner in detail screens

Build

  • Version bump to 1.2.0
  • Build stability improvement for Kotlin compilation strategy on Windows
APK Architecture
karabau-1.2.0-universal.apk Universal (all architectures)
karabau-1.2.0-arm64-v8a.apk ARM 64-bit (most modern devices)
karabau-1.2.0-armeabi-v7a.apk ARM 32-bit (older devices)
karabau-1.2.0-x86_64.apk x86 64-bit (emulators)

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 03:37
1c9fdf9

Karabau v1.1.0

Signed release builds ready to install.

Highlights

  • Added a new Lists tab with detail view and pull-to-refresh
  • Added a Favorites entry under Lists for quick access to starred bookmarks
  • Enabled bookmark actions in the detail popup: favorite/unfavorite and delete
  • Improved startup performance with faster cached content rendering
  • Added caching for profile, tag detail content, and list detail content
  • Fixed duplicate loading indicators and improved key UI transitions (FAB/New Bookmark, Settings exit)

Stability

  • Hardened secure storage and cache behavior for more reliable release/runtime performance.
APK Architecture
karabau-1.1.0-universal.apk Universal (all architectures)
karabau-1.1.0-arm64-v8a.apk ARM 64-bit (most modern devices)
karabau-1.1.0-armeabi-v7a.apk ARM 32-bit (older devices)
karabau-1.1.0-x86_64.apk x86 64-bit (emulators)

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 04:42
555717b

Karabau v1.0.0

Karabau is an Android app built from scratch with Jetpack Compose and Material 3, designed to let you access and manage your Karakeep bookmarks right from your phone.

Requirements

  • Android 12+ (API 31)
  • A configured Karakeep instance

Features

  • Authentication — Login with email/password or API key, with encrypted credential storage
  • Bookmarks — Browse, search, create, and view bookmark details with actions (open, share)
  • Tags — List tags and filter bookmarks by tag with cursor-based pagination
  • Material 3 — Dynamic Color (Monet), light/dark themes, expressive loading indicators, native splash screen
  • Security — API key encrypted at rest, HTTPS only, URL scheme validation, R8 minification

Downloads

Signed release builds ready to install.

APK Architecture
karabau-1.0-universal.apk Universal (all architectures)
karabau-1.0-arm64-v8a.apk ARM 64-bit (most modern devices)
karabau-1.0-armeabi-v7a.apk ARM 32-bit (older devices)
karabau-1.0-x86_64.apk x86 64-bit (emulators)

Karabau is free software, licensed under the GPLv3.