Releases: nextcloud/desktop
Releases Β· nextcloud/desktop
Release 3.7.0-rc1
What's Changed
- Fix wrong estimated time when doing sync. by @allexzander in #4902
- Bugfix/selective sync abort error by @allexzander in #4903
- Set UnifiedSearchResultNothingFound visibility less messily by @claucambra in #4751
- Clean up QML type and singleton registration by @claucambra in #4817
- Simplify activity list delegates by making them ItemDelegates, clean up by @claucambra in #4786
- Improve activity list highlighting/keyboard item selection by @claucambra in #4781
- Replace private API QZipWriter with KArchive by @claucambra in #4768
- makes Qt WebEngine optional only on macOS by @mgallien in #4875
- Bugfix/conflict resolution when selecting folder by @allexzander in #4914
- Fix fileactivitylistmodel QML registration by @claucambra in #4920
- Updated link to documentation by @BMerz in #4792
- Fix menu bar height calculation on macOS by @claucambra in #4917
- Fix ActivityItem activityHover error by @claucambra in #4921
- Fix add account window text clipping, enlarge text by @claucambra in #4910
- Accept valid lsColJob reply XML content types by @claucambra in #4919
- Fix low-resolution file changed overlay icons in activities by @claucambra in #4930
- Refactor ActivityListModel population mechanisms by @claucambra in #4736
- Make account setup wizard's adjustWizardSize resize to current page size instead of largest wizard page by @claucambra in #4911
- Deallocate call notification dialog objects when closed by @claucambra in #4939
- Ensure that the file being processed has had its etag properly sanitised, log etag more by @claucambra in #4940
- Feature/syncjournaldb handle errors by @allexzander in #4819
- Do not format text in QML components as HTML by @claucambra in #4944
- Fix two factor auth notification: activity item was disabled. by @camilasan in #4961
- Add a placeholder item for empty activity list by @claucambra in #4959
- Ensure strings in main window QML are presented as plain text and not HTML by @claucambra in #4972
- Improve handling of file name clashes by @claucambra in #4970
- Add a QSortFilterProxyModel-based SortedActivityListModel by @claucambra in #4933
- Bring back .lnk files on Windows and always treat them as non-virtual files. by @allexzander in #4968
- Fix two factor authentication notification by @camilasan in #4967
- Ensure placeholder message in emoji picker wraps correctly by @claucambra in #4960
- Make activity action button an actual button, clean up contents by @claucambra in #4784
- Improve the error box QML component by @claucambra in #4976
- Fix 'Reply' primary property. by @camilasan in #4985
- Fix sync progress bar colours in dark mode by @claucambra in #4986
- Fix predefined status text formatting by @claucambra in #4987
- Don't set up tray context menu on macOS, even if not building app bundle by @claucambra in #4988
- Ci/check clang tidy in ci by @mgallien in #4995
- check our code with clang-tidy by @mgallien in #4999
- alway use constexpr for all text constants by @mgallien in #4996
- avoid possibly crashing static_cast by @mgallien in #4994
- switch AppImage CI to latest tag: client-appimage-6 by @mgallien in #5003
- configure a list of checks for clang-tidy by @mgallien in #5004
- Fix link shares default expire date being enforced as maximum expire date even when maximum date enforcement is disabled on the server by @claucambra in #4982
- apply modernize-use-using via clang-tidy by @mgallien in #4993
- Ci/use no discard by @mgallien in #4992
- Fix files not unlocking after lock time expired by @claucambra in #4962
- Update client image by @camilasan in #5002
- let's check the format via some github action by @mgallien in #4991
- Feature/vfs windows sharing and lock state by @allexzander in #4942
- Update after tx migrate by @tobiasKaminsky in #5019
- Improve 'Handle local file editing' feature. Add loading popup. Add force sync before opening a file. by @allexzander in #4990
- Command-line client. Do not trust SSL certificates by default, unless '--trust' option is set. by @allexzander in #5022
- Bugfix/files lock fail metadata by @mgallien in #5024
- do not ignore return value by @mgallien in #4998
- improve logs when adding sync errors in activity list of main dialog by @mgallien in #5032
- Fix invisible user status selector button not being checked when user is in Offline mode by @claucambra in #5012
- use correct version copmparison on NSIS updater: fix update from rc by @mgallien in #4979
- Bugfix/check token for edit locally requests by @mgallien in #5039
- Fix the dismiss button: display it whenever possible. by @camilasan in #4989
- Fix account not found when doing local file editing. by @allexzander in #5040
- Improve "pretty user name"-related strings, display in webflow credentials by @claucambra in #5013
- Update CHANGELOG with 3.6.1 changes. by @camilasan in #5066
- Fix call notification dialog buttons by @claucambra in #5074
- validate certificate for E2EE against private key by @mgallien in #4949
- emit missing signal to update folder sync status icon by @mgallien in #5087
- Update CMake usage in README build instructions by @NeroBurner in #5086
- Clean up methods in sync engine by @claucambra in #5071
- Make Systray's void methods slots by @claucambra in #5042
- Remove unneeded parameter from CleanupPollsJob constructor by @claucambra in #5070
- Add a 'Sync now' button to the sync status header in the tray window by @claucambra in #5018
- Modernise and improve code in AccountManager by @claucambra in #5026
- Fix macOS autoupdater settings by @claucambra in #5102
- Validate and sanitise edit locally token and relpath before sending to server by @claucambra in #5093
- Refactor FolderMan's "Edit Locally" capabilities as separate class by @claucambra in #5107
- Modernise and improve code in AccountSettings by @claucambra in #5027
- Fix compatibility with newer python3-nautilus by @nteodosio in #5105
- Only show Sync Now button if account is connected by @claucambra in #5097
- use new public API to open an edit locally URL by @mgallien in #5116
- Add a new file details window, unify file activity and sharing by @claucambra in #4929
- E2EE. Do not generate keypair without user request. by @allexzander in #5067
- Fix incorrect current user index when adding or removing a user account. Also fix incorrect user avatar lookup by id. by @allexzander in #5092
- Remove unused internal link widget from old share dialog by @claucambra in #5123
- Use separate variable for cfg file name in CMAKE. by @allexzander in #5136
- Bug...
Release 3.6.6
What's Changed
Revert "Fix(l10n): π Update translations from Transifex" 33f3975
Full Changelog: v3.6.5...v3.6.6
Release 3.6.5
What's Changed
- do not assert when sharing to a circle by @mgallien in #5310
- [stable-3.6] Fix macOS shell integration class inits by @backportbot-nextcloud in #5311
- [stable-3.6] Drop dependency on Qt Quick Controls 1 by @backportbot-nextcloud in #5312
- [stable-3.6] Feature/allow forceoverrideurl via command line by @backportbot-nextcloud in #5332
- [stable-3.6] Fix typo by @backportbot-nextcloud in #5270
- [stable-3.6] check that we update local file mtime on changes from server by @backportbot-nextcloud in #5321
- [stable-3.6] fix regressions on pinState management when doing renames by @backportbot-nextcloud in #5333
- [stable-3.6] Always generate random initialization vector when uploading encrypted file by @backportbot-nextcloud in #5334
- [stable-3.6] Fix SyncEngineTest failure when localstate is destroyed. by @backportbot-nextcloud in #5336
- [stable-3.6] Bugfix/e2ee vulnerability empty metadatakeys by @backportbot-nextcloud in #5335
Full Changelog: v3.6.4...v3.6.5
Release 3.6.4
List of supported platforms by this release: System Requirements
Changelog
- desktop#5254 [stable-3.6] do not create GUI from a random thread and show error on real error
Release 3.6.3
What's Changed
- [stable-3.6] Fix typo of connector by @backportbot-nextcloud in #5171
- [stable-3.6] fix renaming of folders with a deep hierarchy inside them by @backportbot-nextcloud in #5186
- [stable-3.6] Make user status selector modal, show user header by @backportbot-nextcloud in #5213
- [stable-3.6] Prevent bad encrypting of folder if E2EE has not been correctly set up by @backportbot-nextcloud in #5225
- Add forcefoldersync method to folder manager by @allexzander in #5239
- [stable-3.6] Feature/edit file locally restart sync by @backportbot-nextcloud in #5237
- [stable-3.6] Make use of plain text-enforcing qml labels by @claucambra in #5240
- [stable-3.6] Lock file when editing locally by @backportbot-nextcloud in #5246
- [stable-3.6] Format some QLabels as plain text by @backportbot-nextcloud in #5249
Full Changelog: v3.6.2...v3.6.3
Release 3.6.2
What's Changed
- [stable-3.6] Fix call notification dialog buttons by @backportbot-nextcloud in #5075
- [stable-3.6] emit missing signal to update folder sync status icon by @backportbot-nextcloud in #5090
- [stable-3.6] Fix macOS autoupdater settings by @backportbot-nextcloud in #5103
- [stable-3.6] Validate and sanitise edit locally token and relpath before sending to server by @backportbot-nextcloud in #5106
- [stable-3.6] Fix compatibility with newer python3-nautilus by @backportbot-nextcloud in #5112
- [stable-3.6] Refactor FolderMan's "Edit Locally" capabilities as separate class by @backportbot-nextcloud in #5111
- [stable-3.6] use new public API to open an edit locally URL by @backportbot-nextcloud in #5117
- [stable-3.6] Use separate variable for cfg file name in CMAKE. by @backportbot-nextcloud in #5140
- Fix stable-3.6 compile on macOS by @claucambra in #5154
- Fix bad backport of CustomButton changes in Stable-3.6 by @claucambra in #5155
- Backport/5067/stable 3.6 by @allexzander in #5153
- Backport/5092/stable 3.6 by @allexzander in #5156
- [stable-3.6] properly escape a path when creating a test file during tests by @backportbot-nextcloud in #5158
Full Changelog: v3.6.1...v3.6.2
Release 3.6.1
What's Changed
- [stable-3.6] Fix wrong estimated time when doing sync. by @backportbot-nextcloud in #4907
- [stable-3.6] Bugfix/conflict resolution when selecting folder by @backportbot-nextcloud in #4922
- [stable-3.6] Fix menu bar height calculation on macOS by @backportbot-nextcloud in #4923
- [stable-3.6] Fix add account window text clipping, enlarge text by @backportbot-nextcloud in #4926
- [stable-3.6] Bugfix/selective sync abort error by @backportbot-nextcloud in #4908
- [stable-3.6] Accept valid lsColJob reply XML content types by @backportbot-nextcloud in #4928
- [stable-3.6] Fix low-resolution file changed overlay icons in activities by @backportbot-nextcloud in #4934
- [stable-3.6] Deallocate call notification dialog objects when closed by @backportbot-nextcloud in #4941
- [stable-3.6] Ensure that the file being processed has had its etag properly sanitised, log etag more by @backportbot-nextcloud in #4943
- [stable-3.6] Do not format text in QML components as HTML by @backportbot-nextcloud in #4974
- [stable-3.6] Ensure strings in main window QML are presented as plain text and not HTML by @backportbot-nextcloud in #4973
- [stable-3.6] Fix two factor authentication notification by @backportbot-nextcloud in #4978
- [stable-3.6] Bring back .lnk files on Windows and always treat them as non-virtual files. by @backportbot-nextcloud in #5000
- [stable-3.6] Fix 'Reply' primary property. by @backportbot-nextcloud in #5006
- [stable-3.6] Update after tx migrate by @backportbot-nextcloud in #5020
- [stable-3.6] Command-line client. Do not trust SSL certificates by default, unless '--trust' option is set. by @backportbot-nextcloud in #5030
- [stable-3.6] Fix invisible user status selector button not being checked when user is in Offline mode by @backportbot-nextcloud in #5037
- [stable-3.6] Fix link shares default expire date being enforced as maximum expire date even when maximum date enforcement is disabled on the server by @backportbot-nextcloud in #5048
- Improve 'Handle local file editing' feature. Add loading popup. Add f⦠by @mgallien in #5054
- Backport/5039/bugfix/check token for edit locally requests by @mgallien in #5055
- Fix account not found when doing local file editing. by @mgallien in #5056
- Fix two factor auth notification: activity item was disabled. by @camilasan in #5057
- Backport/4989/stable 3.6 by @camilasan in #5052
- [stable-3.6] use correct version copmparison on NSIS updater: fix update from rc by @backportbot-nextcloud in #5053
- [stable-3.6] Fix predefined status text formatting by @backportbot-nextcloud in #5058
- [stable-3.6] Fix sync progress bar colours in dark mode by @backportbot-nextcloud in #5059
- [stable-3.6] Improve handling of file name clashes by @backportbot-nextcloud in #5061
- [stable-3.6] Ensure placeholder message in emoji picker wraps correctly by @backportbot-nextcloud in #5063
Full Changelog: v3.6.0...v3.6.1
Release 3.6.0
What's Changed
- Updating command-rebase.yml workflow from template by @nextcloud-command in #4333
- l10n: Changed triple dot to ellipsis by @rakekniven in #4469
- Ensure cache is stored in default cache location by @claucambra in #4485
- Add new and correct sparkle update signature by @claucambra in #4478
- Remove "β¦" from "Create Debug Archive" button by @spacegaier in #4380
- l10n: Remove string from translation by @rakekniven in #4473
- docs: Replace "preceded" with "followed" in #4249
- Use full-bleed Start Tile by @elsiehupp in #2982
- only add OCS-APIREQUEST header for 1st request of webflow v1 by @mgallien in #4510
- Ask for Desktop Client version by @solracsf in #4499
- Make the make_universal.py script more verbose for easier debugging by @claucambra in #4501
- Revamp notifications for macOS and add support for actionable update notifications by @claucambra in #4512
- Do not replace strings in action links coming from the notification api. by @camilasan in #4522
- Use proper online status for user ('dnd', 'online', 'invisible', etc.) to enable or disable desktop notifications. by @allexzander in #4507
- Fix crashing of finder sync extension caused by dispatch_source_cancel of nullptr by @claucambra in #4520
- Simplify and remove the notification "cache" by @claucambra in #4508
- Bugfix. Take root folder's files size into account when displaying the total size in selective sync dialog. by @allexzander in #4532
- Fix tray icon not displaying "Open main dialog" by @claucambra in #4484
- Fix activity list item issues with colours/layout/etc. by @claucambra in #4472
- Bugfix/allow manual rename files with spaces by @allexzander in #4454
- Fixed share link expiration box being ineditable and always attempting to set invalid date by @claucambra in #4543
- if an exclude file is deleted, skip it and remove it from internal list by @mgallien in #4519
- Bugfix/two factor notification by @camilasan in #4518
- Fix visual borking in the share dialog by @claucambra in #4540
- Change three dots to an ellipsis and add a space by @Valdnet in #4551
- add explicit capture for lambda by @mgallien in #4553
- Stretch WebView to fit dialog's height. by @allexzander in #4554
- Explicitly ask user for notification authorisation on launch (macOS) by @claucambra in #4556
- Add and use DO_NOT_REBOOT_IN_SILENT=1 parameter for MSI to not reboot during the auto-update. by @allexzander in #4566
- Fix crash caused by overflow in FinderSyncExtension by @claucambra in #4562
- add new fixup workflow from nextcloud org by @mgallien in #4560
- Bump up minimum macOS version by @claucambra in #4564
- Display chat message inside the OS notification. by @allexzander in #4575
- Fix 'TypeError: Cannot readproperty 'messageSent' of undefined'. by @camilasan in #4573
- Update autoupdater doc with info about the macOS autoupdater by @claucambra in #4587
- Reduce spacing above the buttons: spacing should be same as space between lines in the text above by @camilasan in #4572
- Add a transparent background to the send reply button. by @camilasan in #4578
- l10n: Fixed grammar by @rakekniven in #4495
- Fix build on macOS versions pre-11 (down to 10.14) by @claucambra in #4563
- Ignore Office temp folders on Mac ('.sb-' in folder name). by @allexzander in #4615
- Fix building the client on macOS without the application bundle by @claucambra in #4612
- Feature/generate state icons from svg by @allexzander in #4622
- Prevent call dialogs from being presented when do not disturb is set as the user status by @claucambra in #4611
- Bugfix/enable Windows CI unit tests and test coverage by @allexzander in #4609
- Rephrase login dialog button text to be in line with clients on other platforms by @claucambra in #4637
- Remove assert, it is no longer useful. by @camilasan in #4645
- Fix segfault when _transferDataSocket is nullptr. by @camilasan in #4656
- Add contrast to the text/icon of buttons if the server defined color is light. by @camilasan in #4641
- Ensure call notification stays on top of other windows by @claucambra in #4659
- fix general section by @jospoortvliet in #4439
- Remove tooltip because it is only repeating the label of the link. by @camilasan in #4657
- bugfix/share-dialog by @camilasan in #4640
- force OpenGL via Angle and using warp direct3d software rasterizer by @mgallien in #4582
- Redesign local folder information in the account-adding wizard by @claucambra in #4638
- Fix crashing when selecting user status and predefined statuses not appearing by @claucambra in #4616
- Make the share dialog resizeable by @claucambra in #4663
- Make client language gender-neutral and more clear by @claucambra in #4667
- Add SVG icon styled for macOS Big Sur by @elsiehupp in #4631
- Make user status dialog look in line with the rest of the desktop client tray and Nextcloud by @claucambra in #4624
- Fix the system tray menu not being correctly replaced in setupContextMenu on GNOME by @claucambra in #4655
- Updating command-rebase.yml workflow from template by @nextcloud-command in #4526
- Correct spelling by @Valdnet in #4678
- Reply button size should be same as the input field, smaller + text color by @camilasan in #4577
- Windows CI. Use specific Craft revision. by @allexzander in #4682
- use an en-dash for the userstatus panel by @szaimen in #4671
- Close call notifications when the call has been joined by the user, or the call has ended by @claucambra in #4672
- Ensure the dispatch source only gets deallocated after the dispatch_source_cancel is done, avoiding crashing of the Finder Sync Extension on macOS by @claucambra in #4643
- Increase the call state checking interval to not overload the server by @claucambra in #4693
- Work around issues with window positioning on Linux DEs, hardcode tray window to screen center when new account added by @claucambra in #4685
- Add 'db/local/remote' reference to log string. by @camilasan in #4683
- Add a custom back button to the account wizard's advanced setup page by @claucambra in #4686
- Clean up systray methods, make more QML-friendly by @claucambra in #4687
- Add a placeholder message for the recents tab of the emoji picker by @claucambra in #4628
- Fix bad quote in CMakeLists PNG generation message by @claucambra in #4700
- Properly adapt the UserStatusSelectorModel to QML, eliminate hacks, make code more declarative by @claucambra in #4650
- Refactor tray window opening code for clarity and efficiency by @claucambra in #4688
- Only set _FORTIFY_SOURCE when a higher level of this flag has not been set by @claucambra in #4703
- Limit concurrent notifications by @claucambra in #4706
- Use macOS-specific application icon by @claucambra in #4707...
Release 3.6.0-rc2
What's Changed
- Ensure file activity dialog is centered on screen and appears at top of window stack by @claucambra in #4853
- Prevent crashing when trying to create error-ing QML component in systray.cpp, output error to log by @claucambra in #4850
- Fix alignment of predefined status contents regardless of emoji fonts by @claucambra in #4845
- Ensure that clear status message combo box is at least implicit width by @claucambra in #4844
- Prevent the 'Cancel' button of the user status selector getting squashed by @claucambra in #4843
Full Changelog: v3.6.0-rc1...v3.6.0-rc2
Release 3.6.0-rc1
What's Changed
- Updating command-rebase.yml workflow from template by @nextcloud-command in #4333
- l10n: Changed triple dot to ellipsis by @rakekniven in #4469
- Ensure cache is stored in default cache location by @claucambra in #4485
- Add new and correct sparkle update signature by @claucambra in #4478
- Remove "β¦" from "Create Debug Archive" button by @spacegaier in #4380
- l10n: Remove string from translation by @rakekniven in #4473
- docs: Replace "preceded" with "followed" by @carlcsaposs in #4249
- Use full-bleed Start Tile by @elsiehupp in #2982
- only add OCS-APIREQUEST header for 1st request of webflow v1 by @mgallien in #4510
- Ask for Desktop Client version by @solracsf in #4499
- Make the make_universal.py script more verbose for easier debugging by @claucambra in #4501
- Revamp notifications for macOS and add support for actionable update notifications by @claucambra in #4512
- Do not replace strings in action links coming from the notification api. by @camilasan in #4522
- Use proper online status for user ('dnd', 'online', 'invisible', etc.) to enable or disable desktop notifications. by @allexzander in #4507
- Fix crashing of finder sync extension caused by dispatch_source_cancel of nullptr by @claucambra in #4520
- Simplify and remove the notification "cache" by @claucambra in #4508
- Bugfix. Take root folder's files size into account when displaying the total size in selective sync dialog. by @allexzander in #4532
- Fix tray icon not displaying "Open main dialog" by @claucambra in #4484
- Fix activity list item issues with colours/layout/etc. by @claucambra in #4472
- Bugfix/allow manual rename files with spaces by @allexzander in #4454
- Fixed share link expiration box being ineditable and always attempting to set invalid date by @claucambra in #4543
- if an exclude file is deleted, skip it and remove it from internal list by @mgallien in #4519
- Bugfix/two factor notification by @camilasan in #4518
- Fix visual borking in the share dialog by @claucambra in #4540
- Change three dots to an ellipsis and add a space by @Valdnet in #4551
- add explicit capture for lambda by @mgallien in #4553
- Stretch WebView to fit dialog's height. by @allexzander in #4554
- Explicitly ask user for notification authorisation on launch (macOS) by @claucambra in #4556
- Add and use DO_NOT_REBOOT_IN_SILENT=1 parameter for MSI to not reboot during the auto-update. by @allexzander in #4566
- Fix crash caused by overflow in FinderSyncExtension by @claucambra in #4562
- add new fixup workflow from nextcloud org by @mgallien in #4560
- Bump up minimum macOS version by @claucambra in #4564
- Display chat message inside the OS notification. by @allexzander in #4575
- Fix 'TypeError: Cannot readproperty 'messageSent' of undefined'. by @camilasan in #4573
- Update autoupdater doc with info about the macOS autoupdater by @claucambra in #4587
- Reduce spacing above the buttons: spacing should be same as space between lines in the text above by @camilasan in #4572
- Add a transparent background to the send reply button. by @camilasan in #4578
- l10n: Fixed grammar by @rakekniven in #4495
- Fix build on macOS versions pre-11 (down to 10.14) by @claucambra in #4563
- Ignore Office temp folders on Mac ('.sb-' in folder name). by @allexzander in #4615
- Fix building the client on macOS without the application bundle by @claucambra in #4612
- Feature/generate state icons from svg by @allexzander in #4622
- Prevent call dialogs from being presented when do not disturb is set as the user status by @claucambra in #4611
- Bugfix/enable Windows CI unit tests and test coverage by @allexzander in #4609
- Rephrase login dialog button text to be in line with clients on other platforms by @claucambra in #4637
- Remove assert, it is no longer useful. by @camilasan in #4645
- Fix segfault when _transferDataSocket is nullptr. by @camilasan in #4656
- Add contrast to the text/icon of buttons if the server defined color is light. by @camilasan in #4641
- Ensure call notification stays on top of other windows by @claucambra in #4659
- fix general section by @jospoortvliet in #4439
- Remove tooltip because it is only repeating the label of the link. by @camilasan in #4657
- bugfix/share-dialog by @camilasan in #4640
- force OpenGL via Angle and using warp direct3d software rasterizer by @mgallien in #4582
- Redesign local folder information in the account-adding wizard by @claucambra in #4638
- Fix crashing when selecting user status and predefined statuses not appearing by @claucambra in #4616
- Make the share dialog resizeable by @claucambra in #4663
- Make client language gender-neutral and more clear by @claucambra in #4667
- Add SVG icon styled for macOS Big Sur by @elsiehupp in #4631
- Make user status dialog look in line with the rest of the desktop client tray and Nextcloud by @claucambra in #4624
- Fix the system tray menu not being correctly replaced in setupContextMenu on GNOME by @claucambra in #4655
- Updating command-rebase.yml workflow from template by @nextcloud-command in #4526
- Correct spelling by @Valdnet in #4678
- Reply button size should be same as the input field, smaller + text color by @camilasan in #4577
- Windows CI. Use specific Craft revision. by @allexzander in #4682
- use an en-dash for the userstatus panel by @szaimen in #4671
- Close call notifications when the call has been joined by the user, or the call has ended by @claucambra in #4672
- Ensure the dispatch source only gets deallocated after the dispatch_source_cancel is done, avoiding crashing of the Finder Sync Extension on macOS by @claucambra in #4643
- Increase the call state checking interval to not overload the server by @claucambra in #4693
- Work around issues with window positioning on Linux DEs, hardcode tray window to screen center when new account added by @claucambra in #4685
- Add 'db/local/remote' reference to log string. by @camilasan in #4683
- Add a custom back button to the account wizard's advanced setup page by @claucambra in #4686
- Clean up systray methods, make more QML-friendly by @claucambra in #4687
- Add a placeholder message for the recents tab of the emoji picker by @claucambra in #4628
- Fix bad quote in CMakeLists PNG generation message by @claucambra in #4700
- Properly adapt the UserStatusSelectorModel to QML, eliminate hacks, make code more declarative by @claucambra in #4650
- Refactor tray window opening code for clarity and efficiency by @claucambra in #4688
- Only set _FORTIFY_SOURCE when a higher level of this flag has not been set by @claucambra in #4703
- Limit concurrent notifications by @claucambra in #4706
- Use macOS-specific application icon by @claucambra in https://github.com/nextcloud/d...