onedrive-gui: Update to v1.3.0#8525
Merged
Merged
Conversation
Member
|
I'm not a big fan of going from multiple smaller, targeted patches to one big megapatch. Keeping changes to smaller patches that only do a single thing, one, is a lot easier to review, and two, is more maintainable because instead of having to rebase a single huge patch, you might only have to do a couple of small ones. |
EbonJaeger
requested changes
Apr 23, 2026
EbonJaeger
left a comment
Member
There was a problem hiding this comment.
This should also have an AppStream metainfo file, since it is a desktop application that ships a .desktop file. If the upstream project doesn't have one, we'll have to create one; there are a bunch of packages in the repository that do this.
maikwoehl
force-pushed
the
onedrive-gui-update
branch
from
July 17, 2026 19:22
1d92689 to
3fce89d
Compare
maikwoehl
commented
Jul 17, 2026
maikwoehl
left a comment
Contributor
Author
There was a problem hiding this comment.
Will adressing the AppStream later
maikwoehl
force-pushed
the
onedrive-gui-update
branch
from
July 17, 2026 19:29
3fce89d to
82fbdad
Compare
EbonJaeger
reviewed
Jul 17, 2026
maikwoehl
force-pushed
the
onedrive-gui-update
branch
from
July 18, 2026 07:43
82fbdad to
5f09b3e
Compare
**Summary** This PR resolves software update request getsolus#8199. Bugfixes: - Fix non-working sync after big delete - Fix missing resync dialog when full-resync is enabled in the config - Fix detection of already running onedrive process Enhancements: - Option for autostart on login - File transfer UI shows timestamp in relative format - System tray icon shows synchronization status Full release notes: - [1.3.0](https://github.com/bpozdena/OneDriveGUI/releases/tag/v1.3.0) Signed-off-by: Maik Wöhl <maik.woehl@outlook.de>
maikwoehl
force-pushed
the
onedrive-gui-update
branch
from
July 18, 2026 08:10
5f09b3e to
4a07276
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves #8199.
Bugfixes:
Enhancements:
Full release notes:
Test Plan
Checklist