Skip to content

Commit d8cb8ef

Browse files
committed
Update version to 1.2.2 in metadata, manifest, and UI components; refresh screenshots and translations.
1 parent 528e5c0 commit d8cb8ef

File tree

8 files changed

+14
-9
lines changed

8 files changed

+14
-9
lines changed

assets/screenshots/ss1.png

-90 KB
Loading

assets/screenshots/ss2.png

-55.3 KB
Loading

assets/screenshots/ss3.png

-13.7 KB
Loading

data/io.github.BuddySirJava.SSH-Studio.metainfo.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,29 @@
2727
<content_rating type="oars-1.1"/>
2828
<screenshots>
2929
<screenshot type="default">
30-
<image>https://raw.githubusercontent.com/BuddySirJava/SSH-Studio/refs/tags/1.2.1/assets/screenshots/ss1.png</image>
30+
<image>https://raw.githubusercontent.com/BuddySirJava/SSH-Studio/refs/tags/1.2.2/assets/screenshots/ss1.png</image>
3131
<caption>Main window with host list and details</caption>
3232
</screenshot>
3333
<screenshot>
34-
<image>https://raw.githubusercontent.com/BuddySirJava/SSH-Studio/refs/tags/1.2.1/assets/screenshots/ss2.png</image>
34+
<image>https://raw.githubusercontent.com/BuddySirJava/SSH-Studio/refs/tags/1.2.2/assets/screenshots/ss2.png</image>
3535
<caption>Synchronizing Raw/Diff View</caption>
3636
</screenshot>
3737
<screenshot>
38-
<image>https://raw.githubusercontent.com/BuddySirJava/SSH-Studio/refs/tags/1.2.1/assets/screenshots/ss3.png</image>
38+
<image>https://raw.githubusercontent.com/BuddySirJava/SSH-Studio/refs/tags/1.2.2/assets/screenshots/ss3.png</image>
3939
<caption>SSH Key Management</caption>
4040
</screenshot>
4141
</screenshots>
4242
<releases>
43-
<release version="1.2.1" date="2025-09-01">
43+
<release version="1.2.2" date="2025-09-01">
4444
<description>
4545
<p>This release introduces improved icon design and enhanced visual consistency. The application now features updated branding colors and better integration with GNOME's design language.</p>
4646
</description>
4747
</release>
48+
<release version="1.2.2" date="2025-09-14">
49+
<description>
50+
<p>This release introduces improved icon design and enhanced visual consistency.</p>
51+
</description>
52+
</release>
4853
</releases>
4954
<url type="homepage">https://github.com/BuddySirJava/SSH-Studio</url>
5055
<url type="bugtracker">https://github.com/BuddySirJava/SSH-Studio/issues</url>

io.github.BuddySirJava.SSH-Studio.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
{
4848
"type": "git",
4949
"url": "https://github.com/BuddySirJava/SSH-Studio.git",
50-
"tag": "1.2.1",
51-
"commit": "f1f99467929ae7b0b3ed9f79468cc2f9c4753965",
50+
"tag": "1.2.2",
51+
"commit": "528e5c0e207c63b9ead2adf3f169316950ee81af",
5252
"x-checker-data": {
5353
"type": "git",
5454
"tag-pattern": "^v([\\d.]+)$"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('ssh-studio', 'c',
2-
version: '1.2.1',
2+
version: '1.2.2',
33
license: 'GPL-3.0-or-later',
44
meson_version: '>= 0.60.0',
55
default_options: ['warning_level=2',

po/en.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
msgid ""
22
msgstr ""
3-
"Project-Id-Version: ssh-studio 1.2.1\n"
3+
"Project-Id-Version: ssh-studio 1.2.2\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2025-09-05 00:28+0330\n"
66
"PO-Revision-Date: 2025-01-01 00:00+0000\n"

src/ui/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def _on_about(self, action, param):
590590
transient_for=self,
591591
application_name=_("SSH-Studio"),
592592
application_icon="io.github.BuddySirJava.SSH-Studio",
593-
version="1.2.1",
593+
version="1.2.2",
594594
developer_name=_("Made with ❤️ by Mahyar Darvishi"),
595595
website="https://github.com/BuddySirJava/ssh-studio",
596596
issue_url="https://github.com/BuddySirJava/ssh-studio/issues",

0 commit comments

Comments
 (0)