Skip to content

Commit d6d98f0

Browse files
committed
feat: Hello August
1 parent 70e88f6 commit d6d98f0

7 files changed

Lines changed: 17 additions & 20 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
with:
4848
pkgs: libnick
4949
triplet: ${{ matrix.variant.triplet }}
50-
revision: 03c3f7866d52857b0744ded0393264ac9182c07c
50+
revision: 5919680a071e144cc5add8fe2814249f3c1c4570
5151
token: ${{ github.token }}
52-
cache-key: ${{ matrix.variant.triplet }}-03c3f7866d52857b0744ded0393264ac9182c07c
52+
cache-key: ${{ matrix.variant.triplet }}-5919680a071e144cc5add8fe2814249f3c1c4570
5353
- name: "Build (Installer)"
5454
working-directory: ${{ github.workspace }}/build
5555
run: |

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (POLICY CMP0141)
1414
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "$<IF:$<AND:$<C_COMPILER_ID:MSVC>,$<CXX_COMPILER_ID:MSVC>>,$<$<CONFIG:Debug,RelWithDebInfo>:EditAndContinue>,$<$<CONFIG:Debug,RelWithDebInfo>:ProgramDatabase>>")
1515
endif()
1616

17-
project("org.nickvision.application" LANGUAGES C CXX VERSION 2025.7.0 DESCRIPTION "Create new Nickvision applications.")
17+
project("org.nickvision.application" LANGUAGES C CXX VERSION 2025.8.0 DESCRIPTION "Create new Nickvision applications.")
1818
set(SHORT_NAME "application")
1919
set(DISPLAY_NAME "Application")
2020
include(GNUInstallDirs)

inno/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "Nickvision Application"
55
#define MyAppShortName "Application"
6-
#define MyAppVersion "2025.7.0"
6+
#define MyAppVersion "2025.8.0"
77
#define MyAppPublisher "Nickvision"
88
#define MyAppURL "https://nickvision.org"
99
#define MyAppExeName "org.nickvision.application.winui.exe"

libapplication/src/controllers/mainwindowcontroller.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Nickvision::Application::Shared::Controllers
3232
m_dataFileManager{ m_appInfo.getName(), false }
3333
#endif
3434
{
35-
m_appInfo.setVersion({ "2025.7.0-next" });
35+
m_appInfo.setVersion({ "2025.8.0-next" });
3636
m_appInfo.setShortName(_("Application"));
3737
m_appInfo.setDescription(_("Create new Nickvision applications"));
3838
m_appInfo.setChangelog("- Initial Release");
@@ -152,16 +152,16 @@ namespace Nickvision::Application::Shared::Controllers
152152
if(latest > m_appInfo.getVersion())
153153
{
154154
#ifdef PORTABLE_BUILD
155-
AppNotification::send({ _("New update available"), NotificationSeverity::Success });
155+
AppNotification::send({ _("New version of Application available"), NotificationSeverity::Success });
156156
#else
157-
AppNotification::send({ _("New update available"), NotificationSeverity::Success, "update" });
157+
AppNotification::send({ _("New version of Application available"), NotificationSeverity::Success, "update" });
158158
#endif
159159
return;
160160
}
161161
}
162162
if(noUpdateNotification)
163163
{
164-
AppNotification::send({ _("No update available"), NotificationSeverity::Warning });
164+
AppNotification::send({ _("No Application update available"), NotificationSeverity::Warning });
165165
}
166166
} };
167167
worker.detach();

resources/linux/org.nickvision.application.metainfo.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</requires>
5252
<!-- The release description fields support markup list syntax (`<ul><li>[…]</li></ul>`) -->
5353
<releases>
54-
<release version="2025.7.0-next" date="2025-07-01">
54+
<release version="2025.8.0-next" date="2025-08-01">
5555
<description translate="no">
5656
<p>- Initial Release</p>
5757
</description>

resources/po/application.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-07-20 14:07-0400\n"
11+
"POT-Creation-Date: 2025-08-02 00:21-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -48,11 +48,11 @@ msgstr ""
4848

4949
#: libapplication/src/controllers/mainwindowcontroller.cpp:155
5050
#: libapplication/src/controllers/mainwindowcontroller.cpp:157
51-
msgid "New update available"
51+
msgid "New version of Application available"
5252
msgstr ""
5353

5454
#: libapplication/src/controllers/mainwindowcontroller.cpp:164
55-
msgid "No update available"
55+
msgid "No Application update available"
5656
msgstr ""
5757

5858
#: libapplication/src/controllers/mainwindowcontroller.cpp:177

resources/po/ru.po

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-07-20 14:09-0400\n"
10+
"POT-Creation-Date: 2025-08-02 00:20-0400\n"
1111
"PO-Revision-Date: 2023-05-23 06:33+0300\n"
1212
"Last-Translator: Fyodor Sobolev\n"
1313
"Language-Team: Russian\n"
@@ -49,12 +49,13 @@ msgstr "Фёдор Соболев https://github.com/fsobolev"
4949

5050
#: libapplication/src/controllers/mainwindowcontroller.cpp:155
5151
#: libapplication/src/controllers/mainwindowcontroller.cpp:157
52-
msgid "New update available"
52+
msgid "New version of Application available"
5353
msgstr ""
5454

5555
#: libapplication/src/controllers/mainwindowcontroller.cpp:164
56-
msgid "No update available"
57-
msgstr ""
56+
#, fuzzy
57+
msgid "No Application update available"
58+
msgstr "Application"
5859

5960
#: libapplication/src/controllers/mainwindowcontroller.cpp:177
6061
msgid ""
@@ -335,10 +336,6 @@ msgstr ""
335336
#~ msgid "Notification"
336337
#~ msgstr "О приложении"
337338

338-
#, fuzzy
339-
#~ msgid "Application (Preview)"
340-
#~ msgstr "Application"
341-
342339
#~ msgctxt "Shortcut"
343340
#~ msgid "Folder"
344341
#~ msgstr "Папка"

0 commit comments

Comments
 (0)