Skip to content

Features and booru fixes

Compare
Choose a tag to compare
@NO-ob NO-ob released this 03 Jan 18:28
· 350 commits to master since this release
b7ea08d

[Warning] Play Store users will have to wait until the update hits the store

Main changes:

  • Gelbooru fixed
  • Comments support
  • Notes support
  • Config sharing
  • Performance improvements

[Note] This update was forced to release early due to Gelbooru changing their api. If you will encounter any bugs or issues, please create an issue on Github.

New Features:

  • Added comments reader [Available on Sankaku, Gelbooru, Danbooru, Shimmie]
  • Added notes overlay [Available on Sankaku, Gelbooru. Support for more boorus will be added later]
    -- [Buttons for them will appear in info/tags drawer]
  • Appbar will now hide when scrolling
  • You can now share your booru config with others using special links, use share button in booru settings
  • Lolisync now allows to sync your tabs between devices and skip custom amount of favourited items
  • Lolisync now shows last 10 completed actions
  • Added buttons to quickly change current item in gallery [Disabled by default, enable in Gallery settings]
  • Added buttons to every text input field to allow quick save/clear/reset of text + numeric fields can have increment/decrement buttons for quick editing (+ they support long press)
  • Added a dialog to jump to/search until specific page (Placed on the main appbar)
  • Long press on main drawer button will scroll to top
  • Long press on source will copy it
  • Buttons to add/remove/exclude tag from current search in tag dialog
  • Long press on new tab button of a tag will sent you directly to newly created tab
  • Added site filter for Favourites (Example: 'site:chan' will find all items with chan in their post url)
  • Added a button to collapse "You Reached the End" message

Fixes:

  • Updated flutter and dependencies to their latest versions

  • App now supports splitscreen view with other apps on android

  • Fixed gelbooru parser

  • Fixed r34hentai parser

  • Improved local db query performance

  • Booru test will now show reason why it failed

  • Fixed selectors not scrolling to the current item properly

  • Rewrote some parts of the app to improve performance

  • Improved scroll performance of some widgets

  • Fixed color issues on some widgets when using Light theme

  • Lolisync now defaults to 8080 port

  • Media now will not auto-download if it's bigger than 200mb

  • Added placeholder for unsupported file formats

  • Fixed tag autocomplete for .xyz/.world

  • Improved snatch status messages

  • Fixed errors when editing booru config

  • Fixed some parts not resizing properly if app viewport size changed

  • Keyboard quick action '_' will now add a symbol at a current cursor position, not at the end

  • Other small fixes...