Skip to content

Changelogs

Changelogs of all Anikku stable releases, which are also available on GitHub. Preview releases can be seen on GitHub.

0.1.3Latest

GitHub downloads

What's Changed

New
  • Fully working Discord RPC
  • Allow stop Discord RPC from notification (@Cuong-Tran)
  • Add autofill support to tracker login dialog and update processing text (@AntsyLich)
Improve
  • Improve storage permission handling for Android TV & Fire TV (@Cuong-Tran)
  • Do not bulk-selection on browse Recommendations screen from MAL, AL (@Cuong-Tran)
  • Update local source path using localanime instead (@Cuong-Tran)
  • Update shortcut actions and labels (@Cuong-Tran)
  • Update Discrod RPC download button URL to point to the official website (@Cuong-Tran)
Fix
  • Fix downloader stopping after failing to create download directory of a anime (@AntsyLich)
  • Avoid failed loading video caused by user's wrong track (Sub & Dub) configuration (@Cuong-Tran)
  • Fix unable to use external Downloader on old Android version (@Cuong-Tran)
  • Fix migrate-dialog reappear before migration actual complete (@Cuong-Tran)
  • Fix cursor color in migration-bottom-sheet (@Cuong-Tran)
  • Fix DiscordRPC: episode/chapter formating (@Cuong-Tran)
  • Fix some manga/chapters string to anime/episodes (@Cuong-Tran)
  • Fix Anilist's tracker search empty result caused by nullable properties (@Cuong-Tran)
  • Fix crashes when spoof package name on Android TV, Fire TV & some devices (@Cuong-Tran)
  • Fix MAL recommendations was showing manga instead of anime (@Cuong-Tran)
  • Fix empty layout not appearing in browse source screen in some cases (@NarwhalHorns)
  • Fix crash when trying use source sort filter without a pre-selection (@AntsyLich)
  • Fix content under source browse screen top appbar is interactable (@AntsyLich)

Full Changelog: komikku-app/anikku@v0.1.2...v0.1.3

Contributors

  • @Cuong-Tran profile picture
  • @AntsyLich profile picture
  • @NarwhalHorns profile picture
Cuong-Tran, AntsyLich, and NarwhalHorns

0.1.2

  • Anikku:
    • Anime Suggestions automatically showing source-website's recommendations / suggestions / related to current entry for all sources.
    • Auto theme color based on each entry's cover for entry View & Reader.
    • App custom theme with Color palettes for endless color lover.
    • Bulk-favorite multiple entries all at once.
    • Fast browsing (for who with large library experiencing slow loading)
    • Auto 2-way sync progress with trackers.
    • From SY:
      • Anime Recommendations showing community recommends from Anilist, MyAnimeList.
      • Edit Anime Info manually, or fill data from MyAnimeList, Kitsu, Shikimori, Bangumi, Simkl.
      • Custom cover with files or URL.
      • Feed tab, where you can easily view the latest entries or saved search from multiple sources at same time.
      • Saving searches & filters, can use them with Feed-tab
      • Pin anime to top of Library with Tag sort.
      • Merge anime allow merging separated anime/episodes into one entry.
      • Lewd filter, hide the lewd anime in your library when you want to.
      • Tracking filter, filter your tracked anime so you can see them or see non-tracked anime.
      • Search tracking status in library.
      • Mass-migration all your anime from one source to another at same time.
      • Dynamic Categories, view the library in multiple ways.
      • Custom categories for sources, liked the pinned sources, but you can make your own versions and put any sources in them.
      • Cross device Library sync with SyncYomi & Google Drive.
    • Anime cover on Updates notification.
    • Panorama cover showing wide cover in full.
    • to-be-updated screen: which entries are going to be checked with smart-update?
    • Update Error screen & migrating them away.
    • Source & Language icon on Library & various places. (Some language flags are not really accurate)
    • Ability to enable/disable repo, with icon.
    • Search for sources & Quick NSFW sources filter in Extensions, Browse & Migration screen.
    • In-app progress banner shows Library syncing / Backup restoring / Library updating progress.
    • Long-click to add/remove single entry to/from library, everywhere.
    • Docking Watch/Resume button to left/right.
    • Auto-install app update.
    • Configurable interval to refresh entries from downloaded storage.

What's Changed

New
  • Discord Rich Presence: update App/icon & fully works with all screens
  • Add user anime notes (@kunet)
  • Enhance tablet UI mode handling for TV boxes (@Cuong-Tran)
  • Banner for Android TV (@Cuong-Tran)
  • Support Ethernet on Android TV (@Cuong-Tran)
  • Display all similarly named duplicates in duplicate anime dialogue (@NarwhalHorns)
  • Allow migrate animes when using Bulk-favorite (@Cuong-Tran)
  • Allow saving screenshots into separate folders (@Cuong-Tran)
  • Open source settings from Browse & Anime screen (@Cuong-Tran)
  • Start sync on episode open/seen trigger (@Cuong-Tran)
  • Deduplicate entries when browsing (@AntsyLich)
  • Add more Kaomoji for empty/error screens
  • Add option to enable incognito mode per extension
  • Grouping & ordering Update episode list
  • Add Monochrome theme
  • Add button to favorite anime from history screen
  • Apply Downloaded only filter to all entries regardless of favourite status
  • Unify recommendation screens and add more sources
  • Support for private tracking with AniList and Kitsu
  • Display staff information on Anilist tracker search results
  • Add global search shortcut to SmartSearch
  • Notification color & icon
  • Drag to reorder categories & feeds
  • Allow open merge children anime
  • Don't expand anime description if it's favorited
  • Make option to mark duplicate episode as seen apply when watching
  • Add option to mark new duplicate seen episodes as seen
  • Add option to hide unseen episode badge in library
  • Add option to export minimal library information to a CSV file
  • Add prefix search to search by internal DB ID
Improve
  • Add badge to UpdateScreen header (@Cuong-Tran)
  • Add option to keep seen anime when clearing database (@AwkwardPeak7)
  • Update color schemes for Cottoncandy and Mocha themes (@Cuong-Tran)
  • Update Facebook and Reddit icon
  • Show video loading error in Player (@Cuong-Tran)
  • Update non-library anime data when browsing (@AntsyLich)
  • Skip downloading & playing duplicated episodes (@Cuong-Tran)
  • Allow to top align the cover in anime info view
  • Restore original list header's background color (@Cuong-Tran)
  • Only allow edit cover of favorited entries (@Cuong-Tran)
  • Move Suggestions settings to same place (@Cuong-Tran)
  • Repo icon (@Cuong-Tran)
  • Rework slider UI
  • Restore episode's bookmark/fillermark from backup
  • Improve display mode in RecommendsScreen
  • Improve anime priority when updating
  • Ignore hidden files/folders for Local Source episode list
  • Add Xiaomi/Infinix system app to list of invalid browsers (fix web view login issue)
  • Remove alphabetical category/feed sort option
  • Use COMPLETE category when sync finishes
Fix
  • fix(storage): setting app's data folder on Android TV (@Cuong-Tran)
  • fix(migration): crash due to PEMFileMigration if directory not existed or no permission (@Cuong-Tran)
  • fix(ui): NaN when dragging Start/Resume reading button in AnimeScreen (@Cuong-Tran)
  • Fix app bar action tooltips blocking clicks
  • fix(auto-delete): duplicated episodes were not deleted after auto mark as seen (@Cuong-Tran)
  • fix(tracking): episode progress was still updated if having a tracker (@Cuong-Tran)
  • fix(library): refresh covers was limited by Smart Update (@Cuong-Tran)
  • fix(merge): Player's episodes list for Merged entry (@Cuong-Tran)
  • Fix backup sharing from notifications not working when app is in background
  • fix(tracking): messed up trackers progress update always auto sync (@Cuong-Tran)
  • fix(feeds): reorder feeds (@Cuong-Tran)
  • Fix request anime recommendations instead of anime from MyAnimeList & Anilist
  • Fix MAL/Bangumi tracker losing track of login expiration
  • Fix custom theme color in various AndroidView
  • Fix App's preferences referencing deleted categories
  • Fix: correctly backup/restore preferences related to category
  • Fix: avoid episode's order mixed up when backup restore/sync
  • Fix: avoid exception caused by duplicate entries
  • Fix Update list of Merged entries
  • Guard against NPE in edit info dialog
  • Fix an issue where tracker watching progress is changed to a lower value

Full Changelog: komikku-app/anikku@...v0.1.2

Contributors

  • @cuong-tran profile picture
  • @kunet profile picture
  • @Cuong-Tran profile picture
  • @NarwhalHorns profile picture
  • @AntsyLich profile picture
  • @AwkwardPeak7 profile picture
cuong-tran, kunet, and 4 other contributors