-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Fix wrong selection after rename - Do not save view settings when searching - Prevent crash when removing location button - Fix throttling of selection updates - Make toolbar inside header-bar transparent - Fix appstream metainfo - Prevent crash when loading mount point emblem - Remove superfluous spaces in strings Signed-off-by: Evan Maddock <[email protected]> **Test Plan** Open Thunar, browse a couple of directories, view a file's properties. **Checklist** - [x] Package was built and tested against unstable - [ ] This change could gainfully be listed in the weekly sync notes once merged <!-- Write an appropriate message in the Summary section, then add the "Topic: Sync Notes" label -->
- Loading branch information
Showing
3 changed files
with
7 additions
and
69 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="11">thunar</Dependency> | ||
<Dependency release="12">thunar</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/thunarx-3/thunarx/thunarx-config.h</Path> | ||
|
@@ -308,9 +308,9 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="11"> | ||
<Date>2024-12-15</Date> | ||
<Version>4.20.0</Version> | ||
<Update release="12"> | ||
<Date>2024-12-30</Date> | ||
<Version>4.20.1</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
|