diff --git a/cmd/cbconvert-gui/dist/linux/io.github.gen2brain.cbconvert.metainfo.xml b/cmd/cbconvert-gui/dist/linux/io.github.gen2brain.cbconvert.metainfo.xml
index 526dfa9..efb197b 100644
--- a/cmd/cbconvert-gui/dist/linux/io.github.gen2brain.cbconvert.metainfo.xml
+++ b/cmd/cbconvert-gui/dist/linux/io.github.gen2brain.cbconvert.metainfo.xml
@@ -38,6 +38,23 @@
+
+
+
+ - Support for RAR5
+ - Lossless compression for WebP, AVIF, and JXL
+ - Control over encoder effort and speed
+ - Combine multiple comics into a single file
+ - Save and switch between settings profiles
+ - Multi-language interface
+ - Choose the document rendering resolution (DPI)
+ - Option to skip upscaling of smaller images
+ - Refreshed interface with page-by-page preview and cover thumbnails in the file picker
+ - Various fixes and smaller improvements
+
+
+ https://github.com/gen2brain/cbconvert/releases/tag/v1.2.0
+
diff --git a/go.mod b/go.mod
index 28a3e8c..0cf4b71 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/fvbommel/sortorder v1.1.0
github.com/gen2brain/avif v0.5.1
- github.com/gen2brain/go-fitz v1.28.0
+ github.com/gen2brain/go-fitz v1.28.1
github.com/gen2brain/jpegli v0.4.1
github.com/gen2brain/jpegxl v0.5.2
github.com/gen2brain/webp v0.6.1
diff --git a/go.sum b/go.sum
index de40e47..3e8a9cb 100644
--- a/go.sum
+++ b/go.sum
@@ -40,8 +40,8 @@ github.com/fvbommel/sortorder v1.1.0 h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQ
github.com/fvbommel/sortorder v1.1.0/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0=
github.com/gen2brain/avif v0.5.1 h1:LQzLsJpWyGlsa4wuZ3D57qEbCiICIK7Yidz5ZPEwzTk=
github.com/gen2brain/avif v0.5.1/go.mod h1:QgrYqdVE9y40PCfArK9VakcMIpYeDYpZmCSLkW6C1n8=
-github.com/gen2brain/go-fitz v1.28.0 h1:RovqgQPAcOuyv5HZrWsTWl8qwlwbAHSKcAZXZUw0Vlk=
-github.com/gen2brain/go-fitz v1.28.0/go.mod h1:pY2hqAjp9Zy7qfPI2gwbJMHBFAdZpVXOLrRxD82l3Bs=
+github.com/gen2brain/go-fitz v1.28.1 h1:ToEYb2vN4ByaL2VmRNGk92Sa1UAkCn8bsObpA3WkQ48=
+github.com/gen2brain/go-fitz v1.28.1/go.mod h1:pY2hqAjp9Zy7qfPI2gwbJMHBFAdZpVXOLrRxD82l3Bs=
github.com/gen2brain/jpegli v0.4.1 h1:qc11IQU0jTYFltroulT4MXmbu9YRftqHV0YBZ0Bqz5o=
github.com/gen2brain/jpegli v0.4.1/go.mod h1:zJ++s4symmKCN1CLkrY0dGXTY3s0NWbd94Rz9KLdCzk=
github.com/gen2brain/jpegn v0.4.2 h1:sxy2yolV1eNA02uYtnqBFm4EIC3ETnars98aG7Dc4LM=