Releases: happypandax/happypandax
HappyPanda X PREVIEW v0.0.6
Starting on driving lessons this month so I might become a bit busier
I recommend rebuilding your database (with the conversion script HPtoHPX
) for this version.
Changelog
- New stuff
- [webclient]: implemented infinite scrolling
- [webclient]: added e-hentai tag definitions. These can be found at
translations/en_us.tag.yaml
and shown when you click on a tag - [webclient]: added more options in the Preferences popup/page
- [server]: temp folder will now be deleted on shutdown
- [gui/server]: added setting
gui.start_on_boot
and added implementation for Windows (other OSes in coming versions)
- Fixes
- [server]: fixed issue in conversion script where pages failed to be generated for archives with subfolders
- [webclient]: fixed connection issues
- misc. other fixes
Important info
HPX requires sufficient permissions to read and write from it's own folder to be able to run properly. This is required for the auto-update process to work.
On Windows it means you shouldn't install HPX somewhere like C:\Program Files (x86)
. If you still choose to do so just remember to run HPX as admin.
How to install
- Download the archive/installer matching your OS
- Extract the archive or run the installer
- Run
happypandax_gui
orhappypandax
HPX is self-contained. Everything HPX creates and modifies, it does so in its own folder. The installer is just there to ease the install. On Windows it creates 3 shortcuts to happypandax_gui.exe
. They are placed in your Desktop
, Start Menu
and Start Menu/Programs
folders.
If you're on Windows < 10, you need to install Microsoft Visual C++ Redistributable 2015
to run HPX. The setup file is included in the archive, look for vc_redist.x86.exe
. If you're using the installer, this setup file will automatically be run for you.
HappyPanda X PREVIEW v0.0.5
Birthday coming up soonish so most likely no update next week
Changelog
- New stuff
- [webclient]: filled out the
/directory
page - [client api]: added
sort_by
andsort_desc
parameters tosearch_tags
andsearch_item
api functions - [client api/server]: added new default sortindexes
ArtistName
,NamespaceTagNamespace
andNamespaceTagTag
- [server]: allow ordering and grouping by multiple mapper columns
- [webclient]: filled out the
- Changed stuff
- [server]: handle
address in use
error properly - [docs]: updated docs
- updated various libraries
- [server]: handle
- Fixes
- [server]: fixed bug where HPtoHPX conversion script was unusable before starting the server once
- misc. other fixes
Important info
HPX requires sufficient permissions to read and write from it's own folder to be able to run properly. This is required for the auto-update process to work.
On Windows it means you shouldn't install HPX somewhere like C:\Program Files (x86)
. If you still choose to do so just remember to run HPX as admin.
How to install
- Download the archive/installer matching your OS
- Extract the archive or run the installer
- Run
happypandax_gui
orhappypandax
HPX is self-contained. Everything HPX creates and modifies, it does so in its own folder. The installer is just there to ease the install. On Windows it creates 3 shortcuts to happypandax_gui.exe
. They are placed in your Desktop
, Start Menu
and Start Menu/Programs
folders.
If you're on Windows < 10, you need to install Microsoft Visual C++ Redistributable 2015
to run HPX. The setup file is included in the archive, look for vc_redist.x86.exe
. If you're using the installer, this setup file will automatically be run for you.
HappyPanda X PREVIEW v0.0.4
Quick update to fix some stuff introduced in the previous update
Changelog
- Fixes
- [server]: fixed auto-updater skipping download of new release
- [server]: fixed HPtoHPX conversion not working on posix when using the GUI
- misc. other fixes
Important info
HPX requires sufficient permissions to read and write from it's own folder to be able to run properly. This is required for the auto-update process to work.
On Windows it means you shouldn't install HPX somewhere like C:\Program Files (x86)
. If you still choose to do so just remember to run HPX as admin.
How to install
- Download the archive/installer matching your OS
- Extract the archive or run the installer
- Run
happypandax_gui
orhappypandax
HPX is self-contained. Everything HPX creates and modifies, it does so in its own folder. The installer is just there to ease the install. On Windows it creates 3 shortcuts to happypandax_gui.exe
. They are placed in your Desktop
, Start Menu
and Start Menu/Programs
folders.
If you're on Windows < 10, you need to install Microsoft Visual C++ Redistributable 2015
to run HPX. The setup file is included in the archive, look for vc_redist.x86.exe
. If you're using the installer, this setup file will automatically be run for you.
HappyPanda X PREVIEW v0.0.3
Now working on all three platforms!
Changelog
- New stuff
- [client api]: require that messages are now gzipped, see docs.
- [client api]: added
search_item
andget_all_tags
api functions - [client api]: added
offset
parameter to various api functions - [webclient]: added some options to the built-in reader
- [server]: added support for TAR.GZ, TAR.BZ2 and TAR.XZ archives
- Changed stuff
- [docs]: updated docs
- Fixes
- [server]: fixed error in extracting rar archives
- fixed HPX not usable on posix
- misc. fixes
Important info
HPX requires sufficient permissions to read and write from it's own folder to be able to run properly. This is required for the auto-update process to work.
On Windows it means you shouldn't install HPX somewhere like C:\Program Files (x86)
. If you still choose to do so just remember to run HPX as admin.
How to install
- Download the archive/installer matching your OS
- Extract the archive or run the installer
- Run
happypandax_gui
orhappypandax
HPX is self-contained. Everything HPX creates and modifies, it does so in its own folder. The installer is just there to ease the install. On Windows it creates 3 shortcuts to happypandax_gui.exe
. They are placed in your Desktop
, Start Menu
and Start Menu/Programs
folders.
If you're on Windows < 10, you need to install Microsoft Visual C++ Redistributable 2015
to run HPX. The setup file is included in the archive, look for vc_redist.x86.exe
. If you're using the installer, this setup file will automatically be run for you.
HappyPanda X PREVIEW v0.0.2
Hope you have a happy new year!
The auto-updater in v0.0.1
is broken. Please update manually. Just overwrite your files.
Changelog
- New stuff
- [webclient]: expired push messages will now be discarded
- [webclient]: added restart and shutdown buttons in About
- [client api]: added
restart_application
andshutdown_application
api functions - [server]: new setting
core.unrar_tool_path
for path to unrar tool
- Changed stuff
- [server]: on windows, default path to unrar tool is now set to
bin/win32/unrar.exe
- [server]: on windows, default path to unrar tool is now set to
- Fixes
- fixed auto-updating process
- misc fixes
I don't have a Mac so I can't build binaries for OSX. When I get time I will try out a Docker solution.
I remember trying to set up a VM long ago without success. I might try again, but for now, please run from source.
See how to here.
Important info
HPX requires sufficient permissions to read and write from it's own folder to be able to run properly.
On Linux it also needs permission to execute scripts. This means a simple sudo ./happypandax
is not enough. This is required for the auto-update process to work.
On Windows it means you shouldn't install HPX somewhere like C:\Program Files (x86)
. If you still choose to do so just remember to run HPX as admin.
How to install
- Download the archive/installer matching your OS
- Extract the archive or run the installer
- Run
happypandax_gui
orhappypandax
HPX is self-contained. Everything HPX creates and modifies, it does so in its own folder. The installer is just there to ease the install. On Windows it creates 3 shortcuts to happypandax_gui.exe
. They are placed in your Desktop
, Start Menu
and Start Menu/Programs
folders.
If you're on Windows < 10, you need to install Microsoft Visual C++ Redistributable 2015
to run HPX. The setup file is included in the archive, look for vc_redist.x86.exe
. If you're using the installer, this setup file will automatically be run for you.
HappyPanda X PREVIEW v0.0.1
Hi guys, this is the long-promised preview of HPX.
I don't have a Mac so I couldn't build binaries for OSX.
I remember trying to set up a VM long ago without success. I will try again, but for now, please run from source.
See how to here.
Important info
HPX requires sufficient permissions to read and write from it's own folder to be able to run properly.
On Linux it also needs permission to execute scripts. This means a simple sudo ./happypandax
is not enough. This is required for the auto-update process to work.
On Windows it means you shouldn't install HPX somewhere like C:\Program Files (x86)
. If you still choose to do so just remember to run HPX as admin.
How to install
- Download the archive/installer matching your OS
- Extract the archive or run the installer
- Run
happypandax_gui
orhappypandax
HPX is self-contained. Everything HPX creates and modifies, it does so in its own folder. The installer is just there to ease the install. On Windows it creates 3 shortcuts to happypandax_gui.exe
. They are placed in your Desktop
, Start Menu
and Start Menu/Programs
folders.
If you're on Windows < 10, you need to install Microsoft Visual C++ Redistributable 2015
to run HPX. The setup file is included in the archive, look for vc_redist.x86.exe
. If you're using the installer, this setup file will automatically be run for you.