Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the project for the 5.0.0 release by updating version metadata, refreshes release notes/record pages to reflect user-visible changes since v4.4.0, and updates packaging/runtime helpers (scripts + Docker/doc) to match the new release line.
Changes:
- Bumped Maven versions to 5.0.0 and refreshed release notes/record pages to v5.0.0 / 2026-04-14.
- Updated startup scripts to auto-discover the packaged
kkFileView-*.jarinstead of relying on a hard-coded jar name. - Aligned Docker base image tag and build docs to 5.0.0, and updated deployment docs accordingly.
Reviewed changes
Copilot reviewed 10 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| server/src/main/resources/web/main/record.ftl | Updates the release record page to v5.0.0, date, and highlights. |
| server/src/main/config/application.properties | Updates comments to match new defaults (Office preview default pdf; switch disabled by default). |
| server/src/main/bin/startup.sh | Switches to dynamic jar discovery for Linux startup. |
| server/src/main/bin/startup.bat | Switches to dynamic jar discovery for Windows startup. |
| server/pom.xml | Bumps parent version to 5.0.0. |
| pom.xml | Bumps root version to 5.0.0. |
| docker/kkfileview-base/README.md | Updates example base-image build tags to 5.0.0. |
| docker/kkfileview-base/README.cn.md | Updates example base-image build tags to 5.0.0 (CN). |
| doc/ci-auto-deploy.md | Replaces hard-coded jar name with a version placeholder in deployment notes. |
| README.md | Updates English changelog section for 5.0.0 (date + items). |
| README.cn.md | Updates Chinese changelog section for 5.0.0 (date + items). |
| Dockerfile | Updates base image/tag and hard-coded paths to 5.0.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Included