Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release v1.18.1-rc.3 #383

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="v1.18.1-rc.3"></a>

## v1.18.1-rc.3 (2025-01-05)

Release candidate 3.

#### Bug Fixes

- Update check is now working on Windows and AppImage ([5b3a3478](https://github.com/TokTok/qTox/commit/5b3a3478298be6e75c2adf2b8e4eb70d2ab0d504))
- **Audio:** Notifications sounds are no longer cut off. ([1624d3a9](https://github.com/TokTok/qTox/commit/1624d3a95af68ef18c87435a8057301f0426fdfe))

#### Features

- Add a command line option to run the update-check. ([4d5f9f94](https://github.com/TokTok/qTox/commit/4d5f9f9496028a78163e7912708976cc0ce81635))
- **Security:** Never perform DNS lookups for tox node connections. ([e0cd0b75](https://github.com/TokTok/qTox/commit/e0cd0b75cf20dc468c601352ce929d8f1c31660d))

<a name="v1.18.1-rc.2"></a>

## v1.18.1-rc.2 (2025-01-03)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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
[64 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.3/setup-qtox-x86_64-release.exe
[32 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.3/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.2/qTox-v1.18.1-rc.2.x86_64.flatpak
[Flatpak (64 bit)]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.3/qTox-v1.18.1-rc.3.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.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 release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.3/qTox-arm64.dmg
[Latest Intel release]: https://github.com/TokTok/qTox/releases/download/v1.18.1-rc.3/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
Expand Down
4 changes: 2 additions & 2 deletions macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.18.1-rc.2</string>
<string>1.18.1-rc.3</string>
<key>CFBundleSignature</key>
<string>toxq</string>
<key>CFBundleURLTypes</key>
Expand All @@ -84,7 +84,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.18.1-rc.2</string>
<string>1.18.1-rc.3</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSCameraUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion res/io.github.qtox.qTox.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<releases>
<release version="1.18.1-rc.2" date="2025-01-03"/>
<release version="1.18.1-rc.3" date="2025-01-05"/>
</releases>
</component>
2 changes: 1 addition & 1 deletion windows/qtox.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,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.2"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.1-rc.3"
${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"
Expand Down
2 changes: 1 addition & 1 deletion windows/qtox64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,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.2"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.1-rc.3"
${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"
Expand Down
Loading