Skip to content

HappyPanda X v0.8.1

Compare
Choose a tag to compare
@twiddli twiddli released this 21 Feb 19:16
· 15 commits to master since this release

Changelog

New stuff

  • webclient: improved image loading

Fixes

  • webclient: fixed gallery page blanking out in certain circumstances

Known issues

  • Regex searching does not work yet when the postgres dialect is used. A workaround is to disable regex when searching.

See here for possible known issues in this build


Read how to install and set up in the docs.

Changelog for 0.8.0

New stuff

  • webclient: gallery filters are now working! 🎉🎉
    • but.. due to time constraints I was not able to finish implementing filters automatically updating, so for now they have to be updated manually on the filter page
    • also... be aware that regex searching still does not work yet when using a postgres backend
  • webclient: improved editing! editing items should now be way less painful
  • webclient: new page for filters in management
  • webclient: the reader will now display parent tags and page tags
  • webclient: gallery pages will now display a thumbnail when creating a new gallery
  • webclient: the scan page will now display errors
  • server: updated the database to version v0.5.0
  • server: added new sort indexes CircleName and FilterName
  • server: improved perfomance due to rudimentary caching and simple database optimizations
  • server: added new setting core.cache_expiration_time
  • server: improved exception error messages
  • client api: added support for GalleryFilter in search_items api function
  • client api: added new api function update_filters
  • client api: added new api function get_image_from_path
  • plugin api: added new command UpdateFilters

Changed stuff

  • plugin api: (breaking) rename ImageItem command to GetImage
  • client api: (breaking) get_command_state, start_command and stop_command api functions will now return a CommandState enum by its value instead of name
  • i18n: updated en_us.ui and en_us.general translations
  • docs: updated docs

Fixes

  • server: improved unique item coercion from message objects
  • webclient: fixed favorite button not working on the collection page
  • webclient: fixed lots of misc. bugs