Skip to content

Commit c40f024

Browse files
committed
chore: Release v1.18.0-rc.4
One more release candidate before our final release.
1 parent 6e7e268 commit c40f024

File tree

6 files changed

+31
-10
lines changed

6 files changed

+31
-10
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="v1.18.0-rc.4"></a>
2+
3+
## v1.18.0-rc.4 (2024-12-31)
4+
5+
One more release candidate before our final release.
6+
7+
#### Features
8+
9+
- add appimage back to ci ([8f13b826](https://github.com/TokTok/qTox/commit/8f13b8261e199821cb79c7f02c9ff01cab7e838e))
10+
11+
#### Bug Fixes
12+
13+
- Fix uninitialised read in contact circle widget. ([afe24fbe](https://github.com/TokTok/qTox/commit/afe24fbe3ebf1ea395849a8012a031b1705bfe76))
14+
- Don't crash when closing the app after logout. ([b4b0d8c9](https://github.com/TokTok/qTox/commit/b4b0d8c9203a4937424a3d00c8ad86dca47553fe))
15+
- Don't crash on logout. ([b244e206](https://github.com/TokTok/qTox/commit/b244e2062845c1a03798bc2ff4af629b54d8f907))
16+
- Avoid hanging when capture device permissions denied on macOS. ([9e4b17b8](https://github.com/TokTok/qTox/commit/9e4b17b8605dd8c21db6ed6cfad7fca2331897da))
17+
18+
#### Performance
19+
20+
- Improve performance of video frame buffering. ([ffcef564](https://github.com/TokTok/qTox/commit/ffcef56404f2d8797edc730ebd222726119c74cc))
21+
122
<a name="v1.18.0-rc.3"></a>
223

324
## v1.18.0-rc.3 (2024-12-23)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,19 +171,19 @@ AED3 1134 9C23 A123 E5C4 AA4B 139C A045 3DA2 D773
171171
```
172172

173173
[#[email protected]]: https://web.libera.chat/#qtox
174-
[64 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.0-rc.3/setup-qtox-x86_64-release.exe
175-
[32 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.0-rc.3/setup-qtox-i686-release.exe
174+
[64 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.0-rc.4/setup-qtox-x86_64-release.exe
175+
[32 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.0-rc.4/setup-qtox-i686-release.exe
176176
[32nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qtox-nightly-i686-release.exe
177177
[64nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qtox-nightly-x86_64-release.exe
178-
[Flatpak (64 bit)]: https://github.com/TokTok/qTox/releases/download/v1.18.0-rc.3/qTox-v1.18.0-rc.3.x86_64.flatpak
178+
[Flatpak (64 bit)]: https://github.com/TokTok/qTox/releases/download/v1.18.0-rc.4/qTox-v1.18.0-rc.4.x86_64.flatpak
179179
[Flatpak nightly (64 bit)]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly.flatpak
180180
[Arch]: /INSTALL.md#arch
181181
[Building instructions]: /INSTALL.md#os-x
182182
[Contributing]: /CONTRIBUTING.md#how-to-start-contributing
183183
[Debian]: https://packages.debian.org/search?keywords=qtox
184184
[easy issues]: https://github.com/qTox/qTox/labels/E-easy
185-
[Latest ARM64 release]: https://github.com/TokTok/qTox/releases/download/v1.18.0-rc.3/qTox-arm64.dmg
186-
[Latest Intel release]: https://github.com/TokTok/qTox/releases/download/v1.18.0-rc.3/qTox-x86_64.dmg
185+
[Latest ARM64 release]: https://github.com/TokTok/qTox/releases/download/v1.18.0-rc.4/qTox-arm64.dmg
186+
[Latest Intel release]: https://github.com/TokTok/qTox/releases/download/v1.18.0-rc.4/qTox-x86_64.dmg
187187
[Latest ARM64 nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly-arm64.dmg
188188
[Latest Intel nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly-x86_64.dmg
189189
[Fedora]: /INSTALL.md#fedora

macos/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<key>CFBundlePackageType</key>
6666
<string>APPL</string>
6767
<key>CFBundleShortVersionString</key>
68-
<string>1.18.0-rc.3</string>
68+
<string>1.18.0-rc.4</string>
6969
<key>CFBundleSignature</key>
7070
<string>toxq</string>
7171
<key>CFBundleURLTypes</key>
@@ -84,7 +84,7 @@
8484
</dict>
8585
</array>
8686
<key>CFBundleVersion</key>
87-
<string>1.18.0-rc.3</string>
87+
<string>1.18.0-rc.4</string>
8888
<key>NSPrincipalClass</key>
8989
<string>NSApplication</string>
9090
<key>NSCameraUsageDescription</key>

res/io.github.qtox.qTox.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
<content_attribute id="social-audio">intense</content_attribute>
7272
</content_rating>
7373
<releases>
74-
<release version="1.18.0-rc.3" date="2024-12-29"/>
74+
<release version="1.18.0-rc.4" date="2024-12-31"/>
7575
</releases>
7676
</component>

windows/qtox.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Section "Install"
271271
${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "" "$INSTDIR\${MAIN_APP_EXE}"
272272
${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "Path" "$INSTDIR\bin\"
273273
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayName" "qTox"
274-
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.0-rc.3"
274+
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.0-rc.4"
275275
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "Publisher" "The qTox Project"
276276
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString" "$INSTDIR\uninstall.exe"
277277
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "https://qtox.github.io"

windows/qtox64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Section "Install"
272272
${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "" "$INSTDIR\${MAIN_APP_EXE}"
273273
${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "Path" "$INSTDIR\bin\"
274274
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayName" "qTox"
275-
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.0-rc.3"
275+
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.18.0-rc.4"
276276
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "Publisher" "The qTox Project"
277277
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString" "$INSTDIR\uninstall.exe"
278278
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "https://qtox.github.io"

0 commit comments

Comments
 (0)