From 7315406ab9dd10d0983925f50f48d1a9a59a759c Mon Sep 17 00:00:00 2001 From: Michal Duda Date: Sun, 24 Dec 2023 21:49:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=86Release:=20v2023.12.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++-------- src/resource/text/changelog.md | 7 +++++++ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9b059c6..b1daf5c 100644 --- a/README.md +++ b/README.md @@ -167,41 +167,41 @@ apt-get update apt-get install vookiimageviewer ``` -Ubuntu Kinetic users can install the VookiImageViewer from the APT repository hosted by the [cloudsmith.io][6] for free. +Ubuntu Lunar users can install the VookiImageViewer from the APT repository hosted by the [cloudsmith.io][6] for free. ``` apt-get install -y apt-transport-https keyring_location=/usr/share/keyrings/michal-duda-vookiimageviewer-archive-keyring.gpg curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/gpg.EF5E62B51DE78AFF.key' | gpg --dearmor > ${keyring_location} -curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.deb.txt?distro=ubuntu&codename=kinetic' > /etc/apt/sources.list.d/michal-duda-vookiimageviewer.list +curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.deb.txt?distro=ubuntu&codename=lunar' > /etc/apt/sources.list.d/michal-duda-vookiimageviewer.list apt-get update apt-get install vookiimageviewer ``` -Ubuntu Lunar users can install the VookiImageViewer from the APT repository hosted by the [cloudsmith.io][6] for free. +Ubuntu Mantic users can install the VookiImageViewer from the APT repository hosted by the [cloudsmith.io][6] for free. ``` apt-get install -y apt-transport-https keyring_location=/usr/share/keyrings/michal-duda-vookiimageviewer-archive-keyring.gpg curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/gpg.EF5E62B51DE78AFF.key' | gpg --dearmor > ${keyring_location} -curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.deb.txt?distro=ubuntu&codename=lunar' > /etc/apt/sources.list.d/michal-duda-vookiimageviewer.list +curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.deb.txt?distro=ubuntu&codename=mantic' > /etc/apt/sources.list.d/michal-duda-vookiimageviewer.list apt-get update apt-get install vookiimageviewer ``` -Fedora 37 users can install the VookiImageViewer from the repository hosted by the [cloudsmith.io][6] for free. +Fedora 38 users can install the VookiImageViewer from the repository hosted by the [cloudsmith.io][6] for free. ``` dnf install yum-utils pygpgme rpm --import 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/gpg.EF5E62B51DE78AFF.key' -curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.rpm.txt?distro=fedora&codename=37' > /tmp/michal-duda-vookiimageviewer.repo +curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.rpm.txt?distro=fedora&codename=38' > /tmp/michal-duda-vookiimageviewer.repo dnf config-manager --add-repo '/tmp/michal-duda-vookiimageviewer.repo' dnf -q makecache -y --disablerepo='*' --enablerepo='michal-duda-vookiimageviewer' --enablerepo='michal-duda-vookiimageviewer-source' dnf install vookiimageviewer ``` -Fedora 38 users can install the VookiImageViewer from the repository hosted by the [cloudsmith.io][6] for free. +Fedora 39 users can install the VookiImageViewer from the repository hosted by the [cloudsmith.io][6] for free. ``` dnf install yum-utils pygpgme rpm --import 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/gpg.EF5E62B51DE78AFF.key' -curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.rpm.txt?distro=fedora&codename=38' > /tmp/michal-duda-vookiimageviewer.repo +curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.rpm.txt?distro=fedora&codename=39' > /tmp/michal-duda-vookiimageviewer.repo dnf config-manager --add-repo '/tmp/michal-duda-vookiimageviewer.repo' dnf -q makecache -y --disablerepo='*' --enablerepo='michal-duda-vookiimageviewer' --enablerepo='michal-duda-vookiimageviewer-source' dnf install vookiimageviewer diff --git a/src/resource/text/changelog.md b/src/resource/text/changelog.md index 5db69b7..8a2efb0 100644 --- a/src/resource/text/changelog.md +++ b/src/resource/text/changelog.md @@ -1,5 +1,12 @@ # Release Notes +-------------------------------------------------------------- +## v2023.12.24 +- Components: Updated to the latest versions. +- Core: Minor bug fixes. +- Image: The JPEG XL & QOI format support added. +- Image: Minor bug fixes. +- Tests: The application's core functionality covered by unit tests. -------------------------------------------------------------- ## v2023.07.07 - Components: Updated to the latest versions.