HappyPanda X v0.8.1
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 painfulwebclient:
new page for filters in managementwebclient:
the reader will now display parent tags and page tagswebclient:
gallery pages will now display a thumbnail when creating a new gallerywebclient:
the scan page will now display errorsserver:
updated the database to versionv0.5.0
server:
added new sort indexesCircleName
andFilterName
server:
improved perfomance due to rudimentary caching and simple database optimizationsserver:
added new settingcore.cache_expiration_time
server:
improved exception error messagesclient api:
added support forGalleryFilter
insearch_items
api functionclient api:
added new api functionupdate_filters
client api:
added new api functionget_image_from_path
plugin api:
added new commandUpdateFilters
Changed stuff
plugin api:
(breaking) renameImageItem
command toGetImage
client api:
(breaking)get_command_state
,start_command
andstop_command
api functions will now return aCommandState
enum by its value instead of namei18n:
updateden_us.ui
anden_us.general
translationsdocs:
updated docs
Fixes
server:
improved unique item coercion from message objectswebclient:
fixed favorite button not working on the collection pagewebclient:
fixed lots of misc. bugs