Releases: NinePiece2/NineLanCacheUI
2.04
🎉 Release 2.04
Release Date: 2026-04-06
📋 Summary
Dependency version updates.
📦 Docker Images
UI Image:
docker pull ninepiece2/nine-lancache-ui:ui-2.04
docker pull ninepiece2/nine-lancache-ui:ui # latestAPI Image:
docker pull ninepiece2/nine-lancache-ui:api-2.04
docker pull ninepiece2/nine-lancache-ui:api # latest📝 Configuration Changes
No configuration changes required.
🔄 Migration Guide
No migration steps required. Simply pull the latest images and restart your containers:
docker compose pull
docker compose up -d📚 Documentation
💬 Feedback
If you encounter any issues or have suggestions, please:
⭐ Support
If you find this project helpful, please consider:
- Starring the repository ⭐
- Sponsoring the project via GitHub Sponsors
- Contributing to the codebase
What's Changed
- Add Star History section to README by @NinePiece2 in #70
- deps(nuget): Bump the api-dependencies group with 1 update by @dependabot[bot] in #72
- deps(github-actions): bump docker/login-action from 3 to 4 in the github-actions group by @dependabot[bot] in #71
- deps(github-actions): bump docker/setup-buildx-action from 3 to 4 in the github-actions group by @dependabot[bot] in #73
- deps(github-actions): bump docker/build-push-action from 6 to 7 in the github-actions group by @dependabot[bot] in #74
- deps(nuget): Bump the api-dependencies group with 5 updates by @dependabot[bot] in #76
- deps(npm): bump next from 16.1.6 to 16.1.7 in /NineLanCacheUI by @dependabot[bot] in #78
- deps(npm): bump flatted from 3.3.3 to 3.4.2 in /NineLanCacheUI by @dependabot[bot] in #79
- deps(npm): bump picomatch in /NineLanCacheUI by @dependabot[bot] in #81
Full Changelog: 2.03...2.04
2.03
🎉 Release 2.03
Release Date: 2026-03-02
📋 Summary
Dependency version updates.
📦 Docker Images
UI Image:
docker pull ninepiece2/nine-lancache-ui:ui-2.03
docker pull ninepiece2/nine-lancache-ui:ui # latestAPI Image:
docker pull ninepiece2/nine-lancache-ui:api-2.03
docker pull ninepiece2/nine-lancache-ui:api # latest🔄 Migration Guide
No migration steps required. Simply pull the latest images and restart your containers:
docker compose pull
docker compose up -d💬 Feedback
If you encounter any issues or have suggestions, please:
⭐ Support
If you find this project helpful, please consider:
- Starring the repository ⭐
- Sponsoring the project via GitHub Sponsors
- Contributing to the codebase
What's Changed
- deps(npm): bump the ui-dependencies group in /NineLanCacheUI with 2 updates by @dependabot[bot] in #54
- deps(npm): bump @types/react from 19.2.10 to 19.2.11 in /NineLanCacheUI in the ui-dependencies group by @dependabot[bot] in #55
- deps(nuget): Bump the api-dependencies group with 11 updates by @dependabot[bot] in #56
- deps(npm): bump the ui-dependencies group in /NineLanCacheUI with 3 updates by @dependabot[bot] in #59
- deps(nuget): Bump the api-dependencies group with 5 updates by @dependabot[bot] in #62
- deps(npm): bump minimatch in /NineLanCacheUI by @dependabot[bot] in #67
Full Changelog: 2.02...2.03
2.02
🎉 Release 2.02
Release Date: 2026-02-02
📋 Summary
Dependency version updates.
📦 Docker Images
UI Image:
docker pull ninepiece2/nine-lancache-ui:ui-2.02
docker pull ninepiece2/nine-lancache-ui:ui # latestAPI Image:
docker pull ninepiece2/nine-lancache-ui:api-2.02
docker pull ninepiece2/nine-lancache-ui:api # latest🔄 Migration Guide
No migration steps required. Simply pull the latest images and restart your containers:
docker compose pull
docker compose up -d💬 Feedback
If you encounter any issues or have suggestions, please:
⭐ Support
If you find this project helpful, please consider:
- Starring the repository ⭐
- Sponsoring the project via GitHub Sponsors
- Contributing to the codebase
Full Changelog: 2.01...2.02
2.01
🎉 Release 2.01
Release Date: 2026-01-05
📋 Summary
- Dependency Version Updates
📦 Docker Images
UI Image:
docker pull ninepiece2/nine-lancache-ui:ui-2.01
docker pull ninepiece2/nine-lancache-ui:ui # latestAPI Image:
docker pull ninepiece2/nine-lancache-ui:api-2.01
docker pull ninepiece2/nine-lancache-ui:api # latest🔄 Migration Guide
No migration steps required. Simply pull the latest images and restart your containers:
docker compose pull
docker compose up -d📚 Documentation
💬 Feedback
If you encounter any issues or have suggestions, please:
⭐ Support
If you find this project helpful, please consider:
- Starring the repository ⭐
- Sponsoring the project via GitHub Sponsors
- Contributing to the codebase
What's Changed
- deps(npm): bump the ui-dependencies group in /NineLanCacheUI with 2 updates by @dependabot[bot] in #31
- deps(npm): bump framer-motion from 12.23.26 to 12.24.0 in /NineLanCacheUI in the ui-dependencies group by @dependabot[bot] in #33
Full Changelog: 2.00...2.01
2.00
🎉 Release 2.00
Release Date: December 22nd 2025
📋 Summary
- UI and Quality of Life Improvements.
🐛 Bug Fixes
- Fixed API Container Ballooning Host Storage
🔧 Improvements
- Switched UI components to shadcn/ui using radix-ui.
- Reduced UI compressed image size from ~427MB to ~350MB.
- Added nginx caching for steam images.
- Added nginx caching for static NextJS assets.
- Added Prettier to clean up the UI code's format.
- Added a workflow to automatically create monthly releases.
⚠️ Breaking Changes
- None
🔄 Changes
- None
📦 Docker Images
UI Image:
docker pull ninepiece2/nine-lancache-ui:ui-2.00
docker pull ninepiece2/nine-lancache-ui:ui # latestAPI Image:
docker pull ninepiece2/nine-lancache-ui:api-2.00
docker pull ninepiece2/nine-lancache-ui:api # latest📝 Configuration Changes
No configuration changes required. However if you want to reduce the logs that are stored on your host you can add the following to the API service in the docker-compose.yml:
logging:
driver: json-file
options:
max-size: "10m"
max-file: "2"🔄 Migration Guide
No migration steps required. Simply pull the latest images and restart your containers:
docker compose pull
docker compose up -d📚 Documentation
What's Changed
- Nine Lancache UI V2 by @NinePiece2 in #16
- deps(github-actions): bump actions/checkout from 4 to 6 in the github-actions group by @dependabot[bot] in #18
- deps(npm): bump the ui-dependencies group in /NineLanCacheUI with 10 updates by @dependabot[bot] in #19
- Fix labels not showing with recharts 3 by @NinePiece2 in #21
- deps(github-actions): bump actions/github-script from 7 to 8 in the github-actions group by @dependabot[bot] in #23
- deps(npm): bump the ui-dependencies group in /NineLanCacheUI with 2 updates by @dependabot[bot] in #24
- deps(npm): bump @types/node from 25.0.2 to 25.0.3 in /NineLanCacheUI in the ui-dependencies group by @dependabot[bot] in #25
- deps(npm): bump the ui-dependencies group in /NineLanCacheUI with 3 updates by @dependabot[bot] in #26
- Configure logging options for API service - Fixes API Container Ballooning Host Storage by @NinePiece2 in #27
- Navbar Improvements by @NinePiece2
Full Changelog: 1.02...2.00
🙏 Contributors
Thank you to all contributors who helped with this release!
💬 Feedback
If you encounter any issues or have suggestions, please:
⭐ Support
If you find this project helpful, please consider:
- Starring the repository ⭐
- Sponsoring the project via GitHub Sponsors
- Contributing to the codebase
1.02
🎉 Release 1.02
Release Date: December 12th 2025
📋 Summary
- Security Improvements
🐛 Bug Fixes
- None
🔧 Improvements
- Applied new version of Next.js for security fixes
⚠️ Breaking Changes
- None
🔄 Changes
- None
📦 Docker Images
UI Image:
docker pull ninepiece2/nine-lancache-ui:ui-1.02
docker pull ninepiece2/nine-lancache-ui:ui # latestAPI Image:
docker pull ninepiece2/nine-lancache-ui:api-1.02
docker pull ninepiece2/nine-lancache-ui:api # latest📝 Configuration Changes
No configuration changes required.
🔄 Migration Guide
No migration steps required. Simply pull the latest images and restart your containers:
docker compose pull
docker compose up -d📚 Documentation
🙏 Contributors
Thank you to all contributors who helped with this release!
💬 Feedback
If you encounter any issues or have suggestions, please:
⭐ Support
If you find this project helpful, please consider:
- Starring the repository ⭐
- Sponsoring the project via GitHub Sponsors
- Contributing to the codebase
Full Changelog: 1.01...1.02
1.01
🎉 Release 1.01
Release Date: December 8th 2025
📋 Summary
- Bugfixes
🐛 Bug Fixes
- Fixed an issue with game images not loading from steam.
🔧 Improvements
- Added the ability for users to change the nginx port for the application.
⚠️ Breaking Changes
- None
🔄 Changes
- None
📦 Docker Images
UI Image:
docker pull ninepiece2/nine-lancache-ui:ui-1.01
docker pull ninepiece2/nine-lancache-ui:ui # latestAPI Image:
docker pull ninepiece2/nine-lancache-ui:api-1.01
docker pull ninepiece2/nine-lancache-ui:api # latest📝 Configuration Changes
No configuration changes required.
New Environment Variables:
NGINX_PORT- Changes the output port (where you access the site)
🔄 Migration Guide
No migration steps required. Simply pull the latest images and restart your containers:
docker compose pull
docker compose up -d📚 Documentation
🙏 Contributors
Thank you to all contributors who helped with this release!
💬 Feedback
If you encounter any issues or have suggestions, please:
⭐ Support
If you find this project helpful, please consider:
- Starring the repository ⭐
- Sponsoring the project via GitHub Sponsors
- Contributing to the codebase
Full Changelog: 1.0...1.01
First Release
🎉 Release 1.0
Release Date: December 8th 2025
📋 Summary
- Bugfixes and repo improvements.
🐛 Bug Fixes
🔧 Improvements
- None
⚠️ Breaking Changes
- None
🔄 Changes
- None
📦 Docker Images
UI Image:
docker pull ninepiece2/nine-lancache-ui:ui-1.0
docker pull ninepiece2/nine-lancache-ui:ui # latestAPI Image:
docker pull ninepiece2/nine-lancache-ui:api-1.0
docker pull ninepiece2/nine-lancache-ui:api # latest📝 Configuration Changes
No configuration changes required.
🔄 Migration Guide
No migration steps required. Simply pull the latest images and restart your containers:
docker compose pull
docker compose up -d📚 Documentation
🙏 Contributors
Thank you to all contributors who helped with this release!
💬 Feedback
If you encounter any issues or have suggestions, please:
⭐ Support
If you find this project helpful, please consider:
- Starring the repository ⭐
- Sponsoring the project via GitHub Sponsors
- Contributing to the codebase
What's Changed
- Fix known issues in #1 #2 and others. by @NinePiece2 in #3
- deps(github-actions): bump the github-actions group with 2 updates by @dependabot[bot] in #4
- deps(npm): bump the ui-dependencies group in /NineLanCacheUI with 17 updates by @dependabot[bot] in #5
- deps(npm): bump the ui-dependencies group in /NineLanCacheUI with 3 updates by @dependabot[bot] in #6
- deps(npm): bump the ui-dependencies group in /NineLanCacheUI with 5 updates by @dependabot[bot] in #12
- deps(npm): bump the ui-dependencies group in /NineLanCacheUI with 6 updates by @dependabot[bot] in #13
- December Updates and Improvements by @NinePiece2 in #14
Full Changelog: https://github.com/NinePiece2/NineLanCacheUI/commits/1.0