From 58ddd93e6e3fa820892a2f557f6e3617bb3c2172 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 10 Jul 2024 23:32:47 +0200 Subject: [PATCH] Start new development cycle +semver: minor --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/gource.yml | 14 +++++++------- CHANGELOG.md | 20 ++++++++++++++++++++ snap/snapcraft.yaml | 2 +- 4 files changed, 29 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c72c997c221..a28be65ba1f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: attributes: label: JabRef version options: - - "5.14 (latest release)" + - "5.15 (latest release)" - Latest development branch build (please note build date below) - Other (please describe below) description: The version as shown in the about dialog. diff --git a/.github/workflows/gource.yml b/.github/workflows/gource.yml index d8362b52fa7..4f3b8947999 100644 --- a/.github/workflows/gource.yml +++ b/.github/workflows/gource.yml @@ -25,31 +25,31 @@ jobs: - name: 'Development history of current build' uses: BoundfoxStudios/action-gource@v2 with: - gource_title: 'JabRef v5.15 (in development) | more information at contribute.jabref.org' + gource_title: 'JabRef v5.16 (in development) | more information at contribute.jabref.org' logo_url: 'https://www.jabref.org/img/JabRef-icon-256.png' avatars_auto_fetch: true # 5s * 365 / 4 = 7.5min gource_seconds_per_day: 1 - gource_start_date: '2024-07-09' + gource_start_date: '2024-07-11' gource_file_filter: 'buildres/csl|\.csl' - name: 'Store video' run: | mkdir gource-videos - mv ./gource/gource.mp4 ./gource-videos/jabref-v5.15-dev.mp4 + mv ./gource/gource.mp4 ./gource-videos/jabref-v5.16-dev.mp4 - name: 'Development history of last release' uses: BoundfoxStudios/action-gource@v2 with: - gource_title: 'JabRef v5.14 | more information at contribute.jabref.org' + gource_title: 'JabRef v5.15 | more information at contribute.jabref.org' logo_url: 'https://www.jabref.org/img/JabRef-icon-256.png' avatars_auto_fetch: true # 5s * 365 / 4 = 7.5min gource_seconds_per_day: 2 - gource_start_date: '2024-04-02' - gource_stop_date: '2024-07-08' + gource_start_date: '2024-07-09' + gource_stop_date: '2024-07-10' gource_file_filter: 'buildres/csl|\.csl' - name: 'Store video' run: | - mv ./gource/gource.mp4 ./gource-videos/jabref-v5.14.mp4 + mv ./gource/gource.mp4 ./gource-videos/jabref-v5.15.mp4 - name: 'Complete development history' uses: BoundfoxStudios/action-gource@v2 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 50db28a0698..1574426e4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ In case, there is no issue present, the pull request implementing the feature is Note that this project **does not** adhere to [Semantic Versioning](https://semver.org/). +## [Unreleased] + +### Added + +### Changed + +### Fixed + +### Removed + + + + + + + + + + ## [5.15] – 2024-07-10 ### Added @@ -1353,6 +1372,7 @@ The changelog of JabRef 4.x is available at the [v4.3.1 tag](https://github.com/ The changelog of JabRef 3.x is available at the [v3.8.2 tag](https://github.com/JabRef/jabref/blob/v3.8.2/CHANGELOG.md). The changelog of JabRef 2.11 and all previous versions is available as [text file in the v2.11.1 tag](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG). +[Unreleased]: https://github.com/JabRef/jabref/compare/v5.15...HEAD [5.15]: https://github.com/JabRef/jabref/compare/v5.14...v5.15 [5.14]: https://github.com/JabRef/jabref/compare/v5.13...v5.14 [5.13]: https://github.com/JabRef/jabref/compare/v5.12...v5.13 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ae84f5f2a03..af28b6711df 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -58,7 +58,7 @@ environment: parts: jabref: plugin: dump - source: https://builds.jabref.org/main/JabRef-5.15-portable_linux.tar.gz + source: https://builds.jabref.org/main/JabRef-5.16-portable_linux.tar.gz stage-packages: - x11-utils override-build: |