Skip to content

Commit 80d769d

Browse files
committed
metainfo
1 parent 0ba2509 commit 80d769d

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

data/jorts.metainfo.xml.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,21 @@
9494
</screenshots>
9595

9696
<releases>
97+
<release version="3.6.0" date="2025-11-20">
98+
<description>
99+
<p>3.6.0 Jorts of Hyperspace</p>
100+
<ul>
101+
<li>Under the hood performance improvements</li>
102+
</ul>
103+
<p>😎 Guests stars:</p>
104+
<ul>
105+
<li>Updated JA translation thanks to @ryonakano!</li>
106+
</ul>
107+
</description>
108+
<issues>
109+
<issue url="https://github.com/ellie-commons/jorts/issues/79">Fixed zoom impacting emoji chooser and context menu</issue>
110+
</issues>
111+
</release>
97112
<release version="3.5.0" date="2025-11-06">
98113
<description>
99114
<p>Added windows build. It doesnt need admin rights. Mostly works.</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name our project
22
project('io.github.ellie_commons.jorts', ['vala', 'c'],
3-
version: '3.5.0'
3+
version: '3.6.0'
44
)
55

66
gnome = import('gnome')

windows/Jorts-Installer.nsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
Name Jorts
55

66
VIAddVersionKey /LANG=0 "ProductName" "Jorts"
7-
VIAddVersionKey /LANG=0 "FileVersion" "3.5.0"
8-
VIAddVersionKey /LANG=0 "ProductVersion" "3.5.0"
7+
VIAddVersionKey /LANG=0 "FileVersion" "3.6.0"
8+
VIAddVersionKey /LANG=0 "ProductVersion" "3.6.0"
99
VIAddVersionKey /LANG=0 "FileDescription" "https://github.com/ellie-commons/jorts"
1010
VIAddVersionKey /LANG=0 "LegalCopyright" "GNU GPL v3 Ellie-Commons"
11-
VIProductVersion "3.5.0.0"
11+
VIProductVersion "3.6.0.0"
1212

1313
Outfile "Jorts-Installer.exe"
1414
InstallDir "$LOCALAPPDATA\Programs\Jorts"
@@ -18,7 +18,7 @@ RequestExecutionLevel user
1818

1919
# Set the title of the installer window
2020
Caption "Jorts Installer"
21-
BrandingText "Jorts 3.5.0, Ellie-Commons 2025"
21+
BrandingText "Jorts 3.6.0, Ellie-Commons 2025"
2222

2323
# Set the title and text on the welcome page
2424
!define MUI_WELCOMEPAGE_TITLE "Welcome to Jorts setup"

windows/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
app_name="Jorts"
1818
build_dir="builddir"
1919
theme_name="io.elementary.stylesheet.blueberry"
20-
version="3.5.0"
20+
version="3.6.0"
2121

2222
deploy_dir="windows/deploy"
2323
exe_name="io.github.ellie_commons.jorts.exe"

0 commit comments

Comments
 (0)