Skip to content

Commit

Permalink
🏆Release: v2023.12.24
Browse files Browse the repository at this point in the history
  • Loading branch information
vookimedlo committed Dec 24, 2023
1 parent 909f259 commit 7315406
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions src/resource/text/changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7315406

Please sign in to comment.