Jeremy
e970bb4d4e
fix icon & glyph display based on selected history style results
2026-01-13 23:32:13 +11:00
Jack251970
3745c44455
Revert Update the result when executing history item
2026-01-06 20:11:36 +08:00
Jack251970
9d9ab1ffd2
Do not allow context menu for history items
2026-01-06 18:35:53 +08:00
Jack251970
938a87ceca
Fix preview panel blank issue
2026-01-06 18:31:15 +08:00
Jack251970
583bf74724
Update code comments
2026-01-06 15:46:08 +08:00
Jack251970
26e4529f27
Update the result when executing history item
2026-01-06 15:45:49 +08:00
Jack251970
e404d02965
Update the result when executing history item
2026-01-06 15:13:37 +08:00
Jack251970
c610100c13
Use QueryManager function
2026-01-06 15:07:00 +08:00
Jack251970
e403c41530
Change copied icon logic as origin
2026-01-05 22:55:09 +08:00
Jack251970
5b2fb1fb38
Revert "Ensure history items have valid icons in QueryHistory"
...
This reverts commit e6a91a9959 .
2026-01-05 22:26:39 +08:00
Jack251970
cf4268d1c3
Fix preview panel blank issue
2026-01-05 21:30:06 +08:00
Jack251970
e6a91a9959
Ensure history items have valid icons in QueryHistory
...
Added CheckIcoPathValidity to QueryHistory to set default icons for history items missing IcoPath, addressing legacy data issues. Integrated this check into MainViewModel's RefreshLastOpenedHistoryResults to guarantee icon validity before updating absolute paths.
2026-01-05 20:17:12 +08:00
Jack251970
f22b6449d4
Fix issue when querying history items in home page
2026-01-05 19:18:47 +08:00
Jeremy
58d910dc57
fix deep copy Glyph on LastOpenHistoryResult
2026-01-05 19:37:05 +11:00
Jeremy
11645fdc9a
ensure history results ordered by ExecutedDateTime
2026-01-05 19:27:11 +11:00
Jack251970
177e60739c
Add code comments
2026-01-05 14:34:57 +08:00
Jack251970
5f992352ee
Code cleanup
2026-01-05 13:48:58 +08:00
Jack251970
216b6f536f
Code cleanup
2026-01-05 13:07:02 +08:00
Jeremy
19fa107fea
minor fixes and adjustments for code quality
2026-01-04 22:05:39 +11:00
Jeremy
ea7a2d271d
mark PopulateHistoryFromLegacyHistory obsolete
2026-01-04 21:37:39 +11:00
Jeremy
55673cdb4b
add method comments
2026-01-04 21:16:13 +11:00
Jeremy
25037e3f5f
update IcoPath if existing is different to the selected
2026-01-04 20:51:25 +11:00
Jeremy
94ebbab68a
update legacy item to show Query style title
2026-01-04 19:54:16 +11:00
Jeremy
4174b5e1e4
fix title when query history style used
2026-01-04 17:41:52 +11:00
Jeremy
101e5e6ff1
fix Glyph optional null when copying
2026-01-04 16:39:33 +11:00
Jeremy
024eeaf6bf
changed LastOpenHistoryResult's Copy to DeepCopy to clarify intent
2026-01-02 22:30:09 +11:00
Jeremy
9c2f2398f1
add method comments for LastOpenedHistoryResult
2026-01-01 23:11:28 +11:00
Jeremy
6d6003fd80
switch to using TrimmedQuery
2026-01-01 22:45:52 +11:00
Jeremy
f9df44a2cd
rename to IcoPathAbsolute
2026-01-01 22:32:39 +11:00
Jeremy
7c670de7c2
fix history result highlight and scroll when history mode activated
2026-01-01 18:23:12 +11:00
Jeremy
20854ba5d7
formatting
2026-01-01 18:20:29 +11:00
Jeremy
2e8bb357fc
Merge branch 'dev' into last_history_show_result_icon
2026-01-01 17:01:17 +11:00
Jeremy
810725cc6b
add explicit JsonInclude for PluginID internal set
2026-01-01 15:43:23 +11:00
Jeremy
8d7fa1d397
revert QueryHistoryItems property
2026-01-01 15:14:05 +11:00
Jeremy
6b6a9a9935
simplify GetHistoryItems
2026-01-01 14:30:28 +11:00
VictoriousRaptor
8e80c3bde6
Add option to show taskbar when Flow Launcher is opend ( #4177 )
...
* Add option to show taskbar when Flow Launcher is invoked
Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
* Fix: Use ABM_ACTIVATE instead of ABM_SETSTATE for temporary taskbar showing
Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
* Remove unnecessary unsafe keyword from ShowTaskbar method
Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
* Fix missing closing braces in Win32Helper.cs
Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
* Change wording from 'invoked' to 'opened' in localization strings
Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
* Show/hide tasking when showing/hiding Flow
* Remove unused APPBARDATA
* Guard HideTaskbar() with state so show/hide stay balanced
* Improve taskbar visibility management in MainViewModel
Moved taskbar show logic to after keyboard layout switch in Show().Ensures consistent taskbar state when invoking or hiding the app.
* Clean code
* Clean code
* Remove blank line
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Jack Ye <jack1160210343@gmail.com>
Co-authored-by: Jack251970 <1160210343@qq.com>
2025-12-31 18:05:53 +08:00
Jeremy
de0d022268
rename last opened class; use inheritance; initialise at startup
2025-12-31 12:14:07 +11:00
Jack Ye
8092a440f4
Merge pull request #4182 from Flow-Launcher/custom_query_hotkey
...
Fix an issue that custom query hotkey cannot work with context menu page
2025-12-27 23:34:04 +08:00
Jeremy
d78d313372
update to use IcoAbsoluteLocalPath
2025-12-26 21:37:30 +11:00
Jack Ye
1a7957bee6
Merge pull request #4183 from Flow-Launcher/dependabot/github_actions/toshimaru/auto-author-assign-3.0.1
...
Bump toshimaru/auto-author-assign from 3.0.0 to 3.0.1
2025-12-26 13:33:53 +08:00
dependabot[bot]
23caeb477c
Bump toshimaru/auto-author-assign from 3.0.0 to 3.0.1
...
Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/toshimaru/auto-author-assign/releases )
- [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/toshimaru/auto-author-assign/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: toshimaru/auto-author-assign
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-25 22:03:58 +00:00
Jack251970
2856803371
Ensure hotkey actions return to query results page first
...
Added a call to App.API.BackToQueryResults() after showing the main window when a hotkey is triggered. This prevents issues that can occur if the current page is a context menu before changing the query.
2025-12-25 21:14:11 +08:00
Jeremy Wu
ffb37d3e12
New Crowdin updates ( #4127 )
2025-12-25 17:06:56 +08:00
Jack Ye
bb1dfcde9b
Fix hide item option not working in Program plugin ( #4141 )
2025-12-25 07:01:47 +02:00
Jack Ye
1594683191
Merge pull request #4178 from Flow-Launcher/dependabot/github_actions/toshimaru/auto-author-assign-3.0.0
...
Bump toshimaru/auto-author-assign from 2.1.2 to 3.0.0
2025-12-24 12:02:34 +08:00
dependabot[bot]
0d4775bb7d
Bump toshimaru/auto-author-assign from 2.1.2 to 3.0.0
...
Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign ) from 2.1.2 to 3.0.0.
- [Release notes](https://github.com/toshimaru/auto-author-assign/releases )
- [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/toshimaru/auto-author-assign/compare/v2.1.2...v3.0.0 )
---
updated-dependencies:
- dependency-name: toshimaru/auto-author-assign
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 22:04:55 +00:00
Jeremy Wu
a08a45640d
Merge pull request #4170 from Flow-Launcher/VictoriousRaptor-patch-1
...
Replace old clipboard plugin with a new one in README
2025-12-22 09:44:54 +11:00
VictoriousRaptor
d1518a490f
Replace old clipboard plugin with a new one in README
2025-12-22 00:02:47 +08:00
VictoriousRaptor
f95d41e093
Merge pull request #4167 from Heck-R/dev
...
Fix: Result.Preview.Description Does not Display in Preview Panel
2025-12-19 20:33:22 +08:00
Jack251970
a07af87cb1
Update name
2025-12-19 15:56:58 +08:00