Skip to content

Releases: physimo/h-manager

0.1.17

Choose a tag to compare

@physimo physimo released this 19 Oct 18:00
1e545c2

v0.1.17

Rollback to v0.1.15

It appears that the new Common Download function has significant performance issue if used with Network Share Support. If you're not using it, it's recommended to stay at v0.1.16 and skip this update.

The new Common Download function will be re-introduced on v0.2.0 or earlier.

0.1.16

Choose a tag to compare

@physimo physimo released this 19 Oct 02:12
1e545c2

v0.1.16
-Fixed Common Download function not able to download large files, resulting in Array buffer allocation failed error

Known Issues
-Same as previous version

0.1.15

Choose a tag to compare

@physimo physimo released this 28 Sep 18:57
1e545c2

v0.1.15
-Collection next_index_id now will read database instead of storing it to json file

Known Issues
-Same as previous version

0.1.14

Choose a tag to compare

@physimo physimo released this 22 Sep 06:13
1e545c2

v0.1.14
-Fixed append tags overwrites tags rather than appending tags to Collection

Known Issues
-Same as previous version

0.1.13

Choose a tag to compare

@physimo physimo released this 30 May 01:02
1e545c2

v0.1.13
-Removed file extension query on Collections: Basic Query
-Added file extension toggles: Static Image, Animated Image, Webp*, and Video on Collections: Basic Query
-Added SIMPLE_EXTENSION rule type on Collections: Advanced Query with OR logic for both BUFFER gate and NOT gate
-Changed basic extension search logic from AND gate to OR gate

Known Issues
-Same as previous version

*Note:
-Current method to determine whether a webp is animated or not is quite resource heavy, and is not ideal to use when a Collection has many webp files (e.g. 100 or more). A new method to solve this problem will be introduced in later version.

0.1.12

Choose a tag to compare

@physimo physimo released this 26 May 02:47
1e545c2

v0.1.12
-Fixed Viewer: Bookmark overwrites video and loop bookmark when editing tag
-Kemono and Coomer downloader will now empty cookie jar when receiving HTTP error 400
-Kemono and Coomer last cookies will now be overwriten instead of appended
-Renderer state will now be saved every time the save context interval is called, which occurs every 5 minutes
-The app will now attempt to save state and context before showing a crash error

Known Issues
-Same as previous version

0.1.11

Choose a tag to compare

@physimo physimo released this 17 Apr 04:31
1e545c2

v0.1.11
-Added append toggle on adding tags on Select mode
-Enabled right clicking on Select mode overlay on Collection: Card
-Fixed bug where Select mode won't activate on some Collection cards

Known Issues
-Refresh and Reset function in Download: Tab is not working as intended. This issue will not be fixed until v0.2.0, where Download: Tab will be reworked as there's a lot of technical debt accumulated in this functionality
-Deleting newly downloaded Pixiv Ugoira gif file with SambaFS would throw an error in backend console because it's unintentionally locked. The cause of lock is still not identified. Restarting the application should release the lock, allowing the file to be deleted normally
-Downloading single file with large size (e.g. 4GB) Will throw "Array Buffer Allocation Failed". This is proven to be true with Network Sharing Support using smb protocol, and untested without it (local file).

0.1.10

Choose a tag to compare

@physimo physimo released this 09 Apr 05:29
1e545c2

v0.1.10
-Added logic to fetch post thumbnail of hitomi.la at cost of longer post search
-Added options to turn off downloading thumbnail in order to display them for Pixiv, Hitomi, Kemono, and Coomer
-Fixed override download timeout not working for hitomi.la
-Fixed thumbnail fetching throwing error for posts that do not have thumbnail
-Fixed main.ts Config not updated to latest Config

Known Issues
-Refresh and Reset function in Download: Tab is not working as intended. This issue will not be fixed until v0.2.0, where Download: Tab will be reworked as there's a lot of technical debt accumulated in this functionality
-Deleting newly downloaded Pixiv Ugoira gif file with SambaFS would throw an error in backend console because it's unintentionally locked. The cause of lock is still not identified. Restarting the application should release the lock, allowing the file to be deleted normally

0.1.9

Choose a tag to compare

@physimo physimo released this 07 Apr 17:04
1e545c2

v0.1.9
-Added logic to fetch post thumbnail of Kemono.su and Coomer.su at cost of longer post search*
-Fixed override download timeout not working for every site except Coomer.su
-Fixed select mode not toggled on newly cached Collection
-Fixed Coomer.su being read as Kemono.su in Download: Tab, preventing it from downloading next post if there's runnning Kemono.su download and it's at maximum parallel limit**

Known Issues
-Refresh and Reset function in Download: Tab is not working as intended. This issue will not be fixed until v0.2.0, where Download: Tab will be reworked as there's a lot of technical debt accumulated in this functionality
-Deleting newly downloaded Pixiv Ugoira gif file with SambaFS would throw an error in backend console because it's unintentionally locked. The cause of lock is still not identified. Restarting the application should release the lock, allowing the file to be deleted normally

*Note
The setting to turn off this logic to allow faster post search will be added in the next version

**Note
This particular bug is very confusing as the only affected site is only Coomer.su with Kemono.su, need further investigation but for now it SHOULD work properly

0.1.8

Choose a tag to compare

@physimo physimo released this 07 Apr 08:49
1e545c2

v0.1.8
-Added Coomer.su scrapper
-Added download timeout override settings for each site
-Added Viewer: Drag and Drop to open media not from Collection
-Added button to launch an empty Viewer in settings
-Temporarily removed "Send to tray" function until further notice
-Modified how Collections caching works to improve load time
-Kemono: set wait for network idle waiting time from 1s to 5s
-Kemono: cookies will now stack from previous cookies
-Modified Viewer: Navigate Button to improve visibility
-Pixiv Ugoira download will now use commonDownload function, previously using bufferDownload which has no download progress tracker and timeout
-Fixed Collections: Tab from overwriting latest Collection data when giving rating or favorite from Collection Card
-Fixed Chips Input in Collections: Query for artist option to correctly select site origin of the option

Known Issues
-Refresh and Reset function in Download: Tab is not working as intended. This issue will not be fixed until v0.2.0, where Download: Tab will be reworked as there's a lot of technical debt accumulated in this functionality