HappyPanda X v0.12.2
Changes in this patch release:
- Added long path support on Windows (made evident by downloaded galleries failing for no apparent reason)
- If it still doesn't work, then you might also have to do this: How to Make Windows 10 Accept File Paths Over 260 Characters
- An error occurred when trying to retrieve item logs
I'm going to be very busy the next couple of months. The next few releases will be bugfixes only.
Because of a change made internally, this update will reset item logs, item configurations, similar gallery suggestions, plugin installation status and whether an item has already fetched metadata successfully.
Because the plugin installation status has been reset, please disable the plugins prior to installing, or it'll result in an error (which is fixable by disabling, then enabling).
Highlights
- The long-awaited downloader has now been added 🎉
- Ratings, read count, favorites, read-later and follow status are all now on a per-user basis 🎉
- Filters are also now on a per-user basis
- Improved webclient UI
- Improved the metadata and import processes
- Something I've wanted for a long time, a browser extension to ease downloading new galleries
- A way to talk to a HPX server over HTTP has been added
- Several new plugins has been created
Check out HappyPanda X Desktop | HappyPanda X Extension
Read how to install and set up in the docs.
You can always refer to Settings in the docs for a description of all settings
Known issues in this build
- 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
Changelog
New stuff
webclient:
filled out the download tab in the Tasks pagewebclient:
added a log viewer for the metadata queuewebclient:
added send to inbox page and view actionswebclient:
several ui enhancements all overserver:
implemented new downloader systemserver:
added the endpoint/server
on the webserver to now delegate messages to the HPX serverserver:
added several new settings under the namespacedownload
server:
added new settingsmetadata.size
,server.enable_http_endpoint
api:
added new enum valueQueueType.Download
api:
added new enumsLogType
api:
added several new functions and commands related to the downloaderclient api:
added new api functiongallery_exists
plugin api:
added new commandGalleryExists
server:
updated the database to version0.8.0
Changed stuff
server:
switched to sentry for critical error reportingi18n:
updated allen_us
translationsdocs:
updated docs
Notable fixes
server:
the metadata queue would not process galleries before the queue got emptyserver:
filters would fail to update on SQLITE backendserver:
the page cache would not get cleaned when growing above the thresholdserver:
fixed a critical bug where foreign keys contraints check was being turned off on an SQLITE backendserver:
moving an archive containing a folder within would fail on importserver:
fixed several issues occuring during importserver:
restoring a backup for SQLITE backend wouldn't work