We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad68136 commit 3af67caCopy full SHA for 3af67ca
data/org.ziso.gui.metainfo.xml
@@ -29,5 +29,8 @@
29
<image>data/screenshot1.png</image>
30
</screenshot>
31
</screenshots>
32
+ <releases>
33
+ <release version="1.0.1" date="2026-01-19"/>
34
+ </releases>
35
<content_rating type="oars-1.1"/>
36
</component>
org.ziso.gui.yml
@@ -3,6 +3,7 @@ runtime: org.gnome.Platform
3
runtime-version: '49'
4
sdk: org.gnome.Sdk
5
command: ziso
6
+separate-locales: false
7
finish-args:
8
- --share=ipc
9
- --socket=fallback-x11
src/ziso.py
@@ -26,7 +26,7 @@
26
27
__author__ = "Virtuous Flame & Gabriel"
28
__license__ = "GPL"
-__version__ = "1.0"
+__version__ = "1.0.1"
import lz4.block
from struct import pack, unpack
0 commit comments