From 1c75cc6d4c954aeb38ce17b5075ea0a3347a7469 Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 3 Jan 2025 22:22:33 +0000 Subject: [PATCH] chore: Release v1.18.1-rc.2 Release candidate 2. RC1 didn't have binaries because the CI scripts were broken. --- CHANGELOG.md | 6 ++++++ README.md | 10 +++++----- macos/Info.plist | 4 ++-- res/io.github.qtox.qTox.appdata.xml | 2 +- windows/qtox.nsi | 2 +- windows/qtox64.nsi | 2 +- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 321c2f10ed..094eacee2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + + +## v1.18.1-rc.2 (2025-01-03) + +Release candidate 2. RC1 didn't have binaries because the CI scripts were broken. + ## v1.18.1-rc.1 (2025-01-03) diff --git a/README.md b/README.md index cdd5605eb8..97ec507474 100644 --- a/README.md +++ b/README.md @@ -171,19 +171,19 @@ AED3 1134 9C23 A123 E5C4 AA4B 139C A045 3DA2 D773 ``` [#qtox@libera.chat]: https://web.libera.chat/#qtox -[64 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.1/setup-qtox-x86_64-release.exe -[32 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.1/setup-qtox-i686-release.exe +[64 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.2/setup-qtox-x86_64-release.exe +[32 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.2/setup-qtox-i686-release.exe [32nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qtox-nightly-i686-release.exe [64nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qtox-nightly-x86_64-release.exe -[Flatpak (64 bit)]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.1/qTox-v1.18.1-rc.1.x86_64.flatpak +[Flatpak (64 bit)]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.2/qTox-v1.18.1-rc.2.x86_64.flatpak [Flatpak nightly (64 bit)]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly.flatpak [Arch]: /INSTALL.md#arch [Building instructions]: /INSTALL.md#os-x [Contributing]: /CONTRIBUTING.md#how-to-start-contributing [Debian]: https://packages.debian.org/search?keywords=qtox [easy issues]: https://github.com/qTox/qTox/labels/E-easy -[Latest ARM64 release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.1/qTox-arm64.dmg -[Latest Intel release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.1/qTox-x86_64.dmg +[Latest ARM64 release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.2/qTox-arm64.dmg +[Latest Intel release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.2/qTox-x86_64.dmg [Latest ARM64 nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly-arm64.dmg [Latest Intel nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly-x86_64.dmg [Fedora]: /INSTALL.md#fedora diff --git a/macos/Info.plist b/macos/Info.plist index a151e3efbd..ad850e51fc 100644 --- a/macos/Info.plist +++ b/macos/Info.plist @@ -65,7 +65,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.18.1-rc.1 + 1.18.1-rc.2 CFBundleSignature toxq CFBundleURLTypes @@ -84,7 +84,7 @@ CFBundleVersion - 1.18.1-rc.1 + 1.18.1-rc.2 NSPrincipalClass NSApplication NSCameraUsageDescription diff --git a/res/io.github.qtox.qTox.appdata.xml b/res/io.github.qtox.qTox.appdata.xml index 7f8d082f9c..bfade1f21f 100644 --- a/res/io.github.qtox.qTox.appdata.xml +++ b/res/io.github.qtox.qTox.appdata.xml @@ -71,6 +71,6 @@ intense - + diff --git a/windows/qtox.nsi b/windows/qtox.nsi index a7b8ccf9f4..70c1f25db3 100644 --- a/windows/qtox.nsi +++ b/windows/qtox.nsi @@ -271,7 +271,7 @@ Section "Install" ${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "" "$INSTDIR\${MAIN_APP_EXE}" ${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "Path" "$INSTDIR\bin\" ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayName" "qTox" - ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.1-rc.1" + ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.1-rc.2" ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "Publisher" "The qTox Project" ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString" "$INSTDIR\uninstall.exe" ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "https://qtox.github.io" diff --git a/windows/qtox64.nsi b/windows/qtox64.nsi index eb16bc9f20..2c165c1f12 100755 --- a/windows/qtox64.nsi +++ b/windows/qtox64.nsi @@ -272,7 +272,7 @@ Section "Install" ${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "" "$INSTDIR\${MAIN_APP_EXE}" ${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "Path" "$INSTDIR\bin\" ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayName" "qTox" - ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.1-rc.1" + ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.1-rc.2" ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "Publisher" "The qTox Project" ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString" "$INSTDIR\uninstall.exe" ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "https://qtox.github.io"