Simon
|
3a932d953f
|
Release 2.4.0 (#870)
* chore: bump version to v2.4.0-preview
* Bump actions/cache from 4 to 5 (#865)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Increase maximum DB connection pool size (#876)
Increase DB connection timeout
* Disable length limit for DB field PLUGIN_CONFIG.value (#875)
* Bump actions/cache from 4 to 5 (#871)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/download-artifact from 7 to 8 (#882)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-artifact from 6 to 7 (#881)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/cache from 4 to 5 (#878)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Dont perform scans if no metadata plugins are enabled (#877)
* Dont perform scans if no metadata plugins are enabled
* Fix tests
* Add PluginServiceTest.kt
* Fix Sonar finding
* Fix malformed external links (#886)
* Fix external links being treated as internal
* chore: bump version to v856-malformed-external-links-preview
* Update JVM in Dockerfile to Java 25
* Revert incorrect version update
* Allow loading .jar plugins in development mode (#885)
* Allow loading .jar plugins in development mode
* Remove unnecessary mock
* Fix unit test
* Add unit tests
* Fix/879 add info and reset to config options (#887)
* Fix gog.sh script
* Add "description" property to ConfigProperties.kt
Add InfoPopup.tsx and ResetToDefaultButton.tsx in UI
* Bump actions/download-artifact from 7 to 8 (#891)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/cache from 4 to 5 (#890)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-artifact from 6 to 7 (#889)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Improve memory usage and performance (#888)
mprove memory usage and performance by:
* Using AOT cache
* Using tuned JAVA_OPTIONS
* Session timeout
* Jetty threadpool
* DB batch size
* DB pool size
* Library scanning
* Make scan-concurrency configurable
* Log retention
* Off-load image processing to disk instead of RAM
* Fix bug in PluginState
* Update dependency version for ksp
* Fix race condition preventing plugins from starting
* Show remaining time (estimation) for library scans
* Add unit test for plugin loading bugfix
* Add unit tests for ImageService calculateBlurHash
* Make username claim configurable (#895)
Add fallbacks to resolve username
* Fix sonar issues (#894)
* Add custom "/sonar" command to GH copilot
* Add Sonar plugin integration
* Fix issues reported by Sonar
* Ignore Sonar warning about AES/ECB
* Add unit tests for GameyfinPluginManager
* Add unit tests for GameService
* Add more unit tests for GameService
* Improve library card layout (#896)
* Fix title not being centered
* Add buttons to scan all libraries
* Disable AVX for AOT cache training
* Improve AOT cache training
* Fix tests
* Change output type of Docker Build CI action
* Increase MAX_WAIT of aot-training to 5min
* Optimize Docker CI pipeline
* Add Sonar badges to README.md
* Add custom metrics (downloads & scans)
* Optimize DB connection & add cache for images
* Adjusted logging on startup
* * Show message on start page when no libraries/games are available
* Disable "Scan" buttons when no metadata plugin is enabled
* Fix thread pinning causing deadlocks
* Pre-populate image cache at startup
* Show "Loading" spinner while loading
* Optimize static file serving (images)
* Switch back to Tomcat (from Jetty)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-13 15:34:06 +01:00 |
|
grimsi
|
e5ad8b90d6
|
Add YourKit endorsement
|
2026-01-24 14:04:43 +01:00 |
|
grimsi
|
0fe22cb1b8
|
Update README.md with a clear description of what Gameyfin is
|
2025-12-22 17:00:29 +01:00 |
|
grimsi
|
4b3f692667
|
Update README.md with new link
|
2025-12-22 14:48:11 +01:00 |
|
Simon
|
bb9e70b578
|
Remove container image migration notice from README
Removed important notice about container image migration.
|
2025-11-18 08:35:32 +01:00 |
|
grimsi
|
dec1793519
|
Prepare 2.0.0 release
|
2025-07-24 21:16:48 +02:00 |
|
Simon
|
f8e69e6b49
|
Update README.md
|
2025-06-17 10:32:54 +02:00 |
|
Simon
|
ac88812356
|
Update README.md
|
2025-06-16 09:52:13 +02:00 |
|
grimsi
|
2b5bcddf55
|
Update README.md
|
2025-06-15 17:47:57 +02:00 |
|
Simon
|
61bcd76a9e
|
Update README.md
|
2024-09-27 15:32:39 +02:00 |
|
grimsi
|
310bff3b8c
|
Adjust headings in README.md
|
2024-02-04 21:00:51 +01:00 |
|
grimsi
|
ef635b8593
|
Fix banner in README.md
|
2024-02-04 20:59:39 +01:00 |
|
grimsi
|
6cc96359ef
|
Add new styling for logo
|
2024-02-04 20:58:10 +01:00 |
|
grimsi
|
fc84f92e23
|
Start development of v2
|
2024-02-04 12:21:07 +01:00 |
|
Simon
|
9485ec0e25
|
Update README.md
|
2022-10-21 22:04:10 +02:00 |
|
Simon
|
1fc2c22e05
|
Update README.md
|
2022-08-29 18:55:40 +02:00 |
|
Simon
|
6cdaebd758
|
Update README.md
|
2022-08-16 18:30:21 +02:00 |
|
Simon
|
ab6b4900d6
|
Update README.md
|
2022-08-11 17:59:04 +02:00 |
|
grimsi
|
8db014da5c
|
Fix Logo in README
|
2022-08-10 22:38:04 +02:00 |
|
grimsi
|
c5455f503d
|
Add Logo to README
|
2022-08-10 22:35:42 +02:00 |
|
grimsi
|
fd56c1c2af
|
Update README.md
|
2022-08-10 20:19:49 +02:00 |
|
grimsi
|
0939117dc5
|
Update README with installation instructions
|
2022-08-06 18:33:41 +02:00 |
|
grimsi
|
75dd0edb3e
|
Update README with screenshots
|
2022-08-06 15:31:32 +02:00 |
|
Simon
|
1abda4bffe
|
Add README.md
|
2022-07-04 19:25:39 +02:00 |
|