Releases: floogulinc/hydrus-web
Releases · floogulinc/hydrus-web
Hydrus Web 1.3.0
- Updates to support the latest hydrus client version 578
- Updates to Angular 17
- Various small fixes
This is the last release before some major changes including a new visual design and custom themes.
Hydrus Web 1.2.0
- Direct file uploads to Hydrus
- New settings
- Toggle autoplay, looping, and mute for videos
- Default page name for sending URLs, toggle resetting the form after sending a URL
- New services info dialog in About
- Support for viewing and setting ratings on files
- Support for viewing SVGs
- View the EXIF and other embedded metadata for some image files
- View the raw metadata from the Hydrus API for a file
- View siblings and parents for a tag
- Files that cannot natively be shown but can be rendered by Hydrus can now be shown
- Image average color from its blurhash is used for the background of thumbnails and shown when thumbs are loading
- Various bug fixes
- Updates to support the latest Hydrus client 556
Hydrus Web 1.1.0
Hydrus Web 1.0.0
This release requires Hydrus 500 or newer.
- Support for recent versions of Hydrus
- Much improved tag autocomplete using the new tag search API (c1d79c8)
- New App Settings with new customization options
- OR search support (9b17ab5, 3c85923)
- System predicate support (e9e16f7)
- Thumbnails for all filetypes (9fac77b)
- hyshare integration (6dda34f)
- Comics removed for now (1c26cd9)
- Notes support (abf7977)
- Ability to archive and delete files (fad1997)
- Search sorting (7220398)
- SauceNAO support added again with ability to enter API key in settings (1ba1adf)
- Ability to search SauceNAO from existing files (a32e163)
- IPFS multihash urls in file info dialog (b90a307)
- Mr. Bones dialog (56cdb4c)
- Update to PhotoSwipe 5 (5265082)
- Favorite tags (82b6f00)
- Tag editing (ac2514b)
- Photopea integration for PSD, CLIP, TIFF, and ICO files (a9b2f12)
- Note editing (9c0059b)
- Ability to refresh pages in Hydrus (0779b79)
Hydrus Web 0.3.2
Hosted: https://hydrus-web-7kcb13b74-floogulinc.vercel.app/
Docker: https://github.com/floogulinc/hydrus-web/pkgs/container/hydrus-web/15419563?tag=0.3.2
- Docker image on GitHub Container Registry added.
Hydrus Web 0.3.1
Hydrus Web 0.3.0
- Mainly bug fixes and updates to support changes in newer versions of Hydrus
- Now gets metadata in chunks to prevent errors that were happening when URLs got too long (0feea7c, f735a54)
- Throttles requests when getting comic info so Hydrus won't get overwhelmed (8134b03)
- Enabled playback of Matroska and QuickTime videos (3331905)
- Fix handling of empty tag arrays and doesn't assume the existence of tag status 0 array (090d27d)
Hydrus Web 0.2.0
- Updated file info sheet
- New layout
- Tags split by service
- Share, open in new tab, and download buttons added
- Share button shares the file directly on browsers that support it
- Updated about page
- Filter by archived/inbox in browse page
- New sidenav look
- Comics page (alpha feature)
- It attempts to find comics from your Hydrus library
- To do this it searches for all files with a
page:0
orpage:1
tag, then finds alltitle:
namespace tags within those and searches for each of thosetitle:
tags, filtering out the ones that return fewer than 3 files. It then sorts and splits out volumes. - This loading process may take a while depending on library size.
- Clicking on a comic brings you to a page that has all the pages of that comic sorted in volume, chapter, page order as close to how Hydrus does it as I can get.
- This is still an experimental feature I consider to be in alpha.
- Various bug fixes and performance improvements
Release 0.1.0
- Videos in Photoswipe
- Info button with basic info and tags
- Send to Hydrus
- Registers as share target in supported browsers
- New maskable icon
- Image grid scrolling and visual optimizations
- Refresh button
- Fonts and CSS now local and not requested from Google
- App shortcuts added for supported browsers