Skip to content

HappyPanda X v0.12.2

Compare
Choose a tag to compare
@twiddli twiddli released this 23 Oct 22:51
· 11 commits to master since this release
2f712e7

Changes in this patch release:


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


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 page
  • webclient: added a log viewer for the metadata queue
  • webclient: added send to inbox page and view actions
  • webclient: several ui enhancements all over
  • server: implemented new downloader system
  • server: added the endpoint /server on the webserver to now delegate messages to the HPX server
  • server: added several new settings under the namespace download
  • server: added new settings metadata.size, server.enable_http_endpoint
  • api: added new enum value QueueType.Download
  • api: added new enums LogType
  • api: added several new functions and commands related to the downloader
  • client api: added new api function gallery_exists
  • plugin api: added new command GalleryExists
  • server: updated the database to version 0.8.0

Changed stuff

  • server: switched to sentry for critical error reporting
  • i18n: updated all en_us translations
  • docs: updated docs

Notable fixes

  • server: the metadata queue would not process galleries before the queue got empty
  • server: filters would fail to update on SQLITE backend
  • server: the page cache would not get cleaned when growing above the threshold
  • server: fixed a critical bug where foreign keys contraints check was being turned off on an SQLITE backend
  • server: moving an archive containing a folder within would fail on import
  • server: fixed several issues occuring during import
  • server: restoring a backup for SQLITE backend wouldn't work