[office/skrooge] /: Release 26.8
Stéphane MANKOWSKI <[email protected]>
| Newsgroups | gmane.comp.kde.cvs,gmane.comp.kde.doc |
|---|---|
| Message-ID | <[email protected]> |
Git commit 2e1130b581f2c7b9edcba16323845704321b3689 by Stéphane MANKOWSKI. Committed on 10/08/2026 at 16:51. Pushed by smankowski into branch 'master'. Release 26.8 M +2 -2 CHANGELOG M +2 -2 CMakeLists.txt M +3 -2 doc/index.docbook M +- -- images/splash.png M +2 -2 snapcraft.yaml https://invent.kde.org/office/skrooge/-/commit/2e1130b581f2c7b9edcba16323845704321b3689 diff --git a/CHANGELOG b/CHANGELOG index 5b182b121..b550713dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -skrooge (26.x.x) +skrooge (26.8.0) *Correction bug 518796: skrooge-boursorama.py stop to work for some values *Correction bug 520749: Skrooge can't load skg file after org.kde.Platform update *Correction: Sources' keys not displayed in settings @@ -6,7 +6,7 @@ skrooge (26.x.x) *Feature: New option to choose to currency format (currency or numerical) *Feature: Better management of deprecated source of download of currencies - -- Stephane MANKOWSKI <[email protected]> xx + -- Stephane MANKOWSKI <[email protected]> Mon, 10 Aug 2026 18:48:07 +0200 skrooge (26.4.0) *Correction bug 515099: Missing secondary currency value in Accounts totals diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fa60b679..005351281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,8 +122,8 @@ SET_PACKAGE_PROPERTIES(Sqlcipher PROPERTIES DESCRIPTION "Support for encryption" TYPE REQUIRED) -SET(SKG_VERSION "26.X.X") -SET(SKG_BETA "BETA") +SET(SKG_VERSION "26.8.0") +SET(SKG_BETA "") SET(SOVERSION 2) IF (CMAKE_BUILD_TYPE) diff --git a/doc/index.docbook b/doc/index.docbook index 803773e86..77f5d7adc 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -55,14 +55,15 @@ <year>2023</year> <year>2024</year> <year>2025</year> + <year>2026</year> <holder>Stéphane MANKOWSKI</holder> <holder>Guillaume DE BURE</holder> </copyright> <legalnotice>&FDLNotice;</legalnotice> - <date>2020-04-11</date> - <releaseinfo>&skrooge; 2.22.1</releaseinfo> + <date>2026-08-10</date> + <releaseinfo>&skrooge; 26.8.0</releaseinfo> <abstract> <para> diff --git a/images/splash.png b/images/splash.png index dab6d058f..71c256bfe 100644 Binary files a/images/splash.png and b/images/splash.png differ diff --git a/snapcraft.yaml b/snapcraft.yaml index f14e312d4..eaae8e956 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -8,7 +8,7 @@ confinement: strict grade: stable base: core24 adopt-info: skrooge -version: 26.4.0 +version: 26.8.0 source-code: https://invent.kde.org/office/skrooge donation: https://skrooge.org/donate apps: @@ -41,7 +41,7 @@ parts: parse-info: - usr/share/metainfo/org.kde.skrooge.appdata.xml plugin: cmake - source: https://download.kde.org/stable/skrooge/skrooge-26.4.0.tar.xz + source: https://download.kde.org/stable/skrooge/skrooge-26.8.0.tar.xz build-packages: - libofx-dev - libsqlcipher-dev