Skip to content

Commit c1adf8d

Browse files
committed
feat: Update libnick
1 parent 89aba5e commit c1adf8d

6 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
with:
5252
pkgs: libnick
5353
triplet: ${{ matrix.variant.triplet }}
54-
revision: b1e15efef6758eaa0beb0a8732cfa66f6a68a81d
54+
revision: 7fc30b81e384741d8ae211e3e46777e1a436b87a
5555
token: ${{ github.token }}
56-
cache-key: ${{ matrix.variant.triplet }}-b1e15efef6758eaa0beb0a8732cfa66f6a68a81d
56+
cache-key: ${{ matrix.variant.triplet }}-7fc30b81e384741d8ae211e3e46777e1a436b87a
5757
- name: "Build (Installer)"
5858
working-directory: ${{ github.workspace }}/build
5959
run: |

flatpak/org.nickvision.application.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
{
115115
"type": "git",
116116
"url": "https://github.com/nickvisionapps/libnick",
117-
"tag": "2025.9.2"
117+
"tag": "2025.9.4"
118118
}
119119
]
120120
},

org.nickvision.application.winui/Views/MainWindow.xaml.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ namespace winrt::Nickvision::Application::WinUI::Views::implementation
5050
this->m_inner.as<::IWindowNative>()->get_WindowHandle(&m_hwnd);
5151
ExtendsContentIntoTitleBar(true);
5252
SetTitleBar(TitleBar());
53-
AppWindow().TitleBar().PreferredHeightOption(TitleBarHeightOption::Tall);
5453
}
5554

5655
void MainWindow::Controller(const std::shared_ptr<MainWindowController>& controller)

resources/po/application.pot

Lines changed: 1 addition & 1 deletion
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-09-21 20:02-0400\n"
11+
"POT-Creation-Date: 2025-09-21 21:32-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"

resources/po/ru.po

Lines changed: 1 addition & 1 deletion
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-09-21 20:00-0400\n"
10+
"POT-Creation-Date: 2025-09-21 21:32-0400\n"
1111
"PO-Revision-Date: 2023-05-23 06:33+0300\n"
1212
"Last-Translator: Fyodor Sobolev\n"
1313
"Language-Team: Russian\n"

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ parts:
5050
libnick:
5151
after: [cpr, maddy]
5252
source: https://github.com/nickvisionapps/libnick.git
53-
source-tag: '2025.9.2'
53+
source-tag: '2025.9.4'
5454
source-depth: 1
5555
plugin: cmake
5656
cmake-parameters:

0 commit comments

Comments
 (0)