-
v0.6.9-4-g3a900a8: Latest development build Pre-Release
released this
2026-04-22 15:46:10 -05:00 | 84 commits to master since this releaseDownloads
-
v0.6.17 Stable
released this
2025-08-10 04:18:47 -05:00 | 67 commits to master since this releaseWhat's Changed
🐞 Fixes
- Fix trending sort for certain queries by @InfiniteStash in https://github.com/stashapp/stash-box/pull/975
🚧 Maintenance
- Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.2 by @dependabot[bot] in https://github.com/stashapp/stash-box/pull/970
- Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in https://github.com/stashapp/stash-box/pull/972
Full Changelog: https://github.com/stashapp/stash-box/compare/v0.6.16...v0.6.17
Downloads
-
v0.6.16 Stable
released this
2025-06-13 16:02:35 -05:00 | 70 commits to master since this releaseWhat's Changed
🐞 Fixes
- Treat unmatched URLs as studio even if more than one URL was sent by @smith113-p in https://github.com/stashapp/stash-box/pull/967
- Remove
X-Frame-Optionsheader by @InfiniteStash in https://github.com/stashapp/stash-box/pull/968
New Contributors
- @smith113-p made their first contribution in https://github.com/stashapp/stash-box/pull/967
Full Changelog: https://github.com/stashapp/stash-box/compare/v0.6.15...v0.6.16
Downloads
-
v0.6.15 Stable
released this
2025-06-07 06:50:19 -05:00 | 72 commits to master since this releaseWhat's Changed
🐞 Fixes
- Fix image cache headers by @InfiniteStash in https://github.com/stashapp/stash-box/pull/965
Full Changelog: https://github.com/stashapp/stash-box/compare/v0.6.14...v0.6.15
Downloads
-
v0.6.14 Stable
released this
2025-06-06 06:41:20 -05:00 | 73 commits to master since this releaseWhat's Changed
🐞 Fixes
- Make CSP header configurable
- Disable images in markdown by @InfiniteStash in https://github.com/stashapp/stash-box/pull/964
Full Changelog: https://github.com/stashapp/stash-box/compare/v0.6.13...v0.6.14
Downloads
-
v0.6.13 Stable
released this
2025-06-05 02:28:27 -05:00 | 74 commits to master since this releaseWhat's Changed
⭐ Improvements
- Set security headers by @InfiniteStash in https://github.com/stashapp/stash-box/pull/961
Full Changelog: https://github.com/stashapp/stash-box/compare/v0.6.12...v0.6.13
Downloads
-
v0.6.12 Stable
released this
2025-06-03 03:11:54 -05:00 | 75 commits to master since this releaseWhat's Changed
⭐ Improvements
- Add optional ignore_size to image resize settings by @ikmckenz in https://github.com/stashapp/stash-box/pull/957
🐞 Fixes
- Fix incorrect value in performer draft parser by @peolic in https://github.com/stashapp/stash-box/pull/942
- Add cache headers for resized images by @InfiniteStash in https://github.com/stashapp/stash-box/pull/958
🚧 Maintenance
- Update README to add official forum by @DogmaDragon in https://github.com/stashapp/stash-box/pull/949
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in https://github.com/stashapp/stash-box/pull/937
- Bump golang.org/x/net from 0.33.0 to 0.38.0 by @dependabot in https://github.com/stashapp/stash-box/pull/946
- Bump vite from 5.4.12 to 5.4.19 in /frontend by @dependabot in https://github.com/stashapp/stash-box/pull/959
- Change Image model dimension integer size by @InfiniteStash in https://github.com/stashapp/stash-box/pull/960
Full Changelog: https://github.com/stashapp/stash-box/compare/v0.6.11...v0.6.12
Downloads
-
v0.6.11 Stable
released this
2025-05-23 16:12:55 -05:00 | 83 commits to master since this releaseWhat's Changed
⭐ Improvements
- Add image resize cache by @InfiniteStash in https://github.com/stashapp/stash-box/pull/955
Full Changelog: https://github.com/stashapp/stash-box/compare/v0.6.10...v0.6.11
Downloads
-
v0.6.10 Stable
released this
2025-03-05 16:34:49 -06:00 | 84 commits to master since this releaseWhat's Changed
⭐ Improvements
- Add pending scene creates to edits tabs by @ikmckenz in https://github.com/stashapp/stash-box/pull/925
- Add optional tag edit role by @InfiniteStash in https://github.com/stashapp/stash-box/pull/932
- Add
read onlyrole by @InfiniteStash in https://github.com/stashapp/stash-box/pull/933 - Clear old user notifications by @InfiniteStash in https://github.com/stashapp/stash-box/pull/924
Full Changelog: https://github.com/stashapp/stash-box/compare/v0.6.9...v0.6.10
Downloads
-
v0.6.9 Stable
released this
2025-01-24 07:12:39 -06:00 | 88 commits to master since this releaseWhat's Changed
⭐ Improvements
- My fingerprints: Add tag filter and title sorting, and fix trending by @InfiniteStash in https://github.com/stashapp/stash-box/pull/911
- Use vips thumbnail resizing and disable vips cache by @InfiniteStash in https://github.com/stashapp/stash-box/pull/920
- Add vips png->webp conversion, and configurable jpeg quality by @InfiniteStash in https://github.com/stashapp/stash-box/pull/914
🐞 Fixes
- Fix clearing fields in merge edits by @peolic in https://github.com/stashapp/stash-box/pull/904
- Fix filtering of exact tag searches by @InfiniteStash in https://github.com/stashapp/stash-box/pull/912
- Fix case sensitivity of performer/scene url search by @InfiniteStash in https://github.com/stashapp/stash-box/pull/913
- Fix disabling phash distance checks by @InfiniteStash in https://github.com/stashapp/stash-box/pull/915
- Fix useBeforeUnload hook persisting beyond form by @InfiniteStash in https://github.com/stashapp/stash-box/pull/921
🚧 Maintenance
- Bump vite from 5.4.11 to 5.4.12 in /frontend by @dependabot in https://github.com/stashapp/stash-box/pull/917
- Document jpeg quality config setting by @InfiniteStash in https://github.com/stashapp/stash-box/pull/923
- Bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in https://github.com/stashapp/stash-box/pull/922
Full Changelog: https://github.com/stashapp/stash-box/compare/v0.6.8...v0.6.9
Downloads
mirror of
https://github.com/stashapp/stash-box.git
synced 2026-04-28 01:05:28 -05:00