Jack251970
e3527f47ea
Add RecordKey for precise history matching and refactor
...
Added a `RecordKey` property to `HistoryItem` for unique identification of history records, enabling more accurate matching during queries and executions. Updated `HistoryHelper` methods to utilize `RecordKey` for matching, with fallback to `Title` and `SubTitle`. Enhanced `GetExecuteAction` with error handling, nullable reference types, and improved matching logic. Included `RecordKey` in `History` object creation. Enabled nullable reference types in `HistoryHelper.cs` for better code safety. Refactored code for clarity and maintainability.
2025-10-13 15:27:06 +08:00
Jack Ye
e6c4cc25e5
Merge pull request #4037 from AWAS666/httpspref
...
Prefer https over http setting for url
2025-10-12 13:41:29 +08:00
Jack251970
1e3306ef28
Remove unused file
2025-10-12 13:33:20 +08:00
Jack251970
6f17aa21c2
Resolve conflicts
2025-10-12 13:31:24 +08:00
Jack Ye
b8acead444
Merge branch 'dev' into httpspref
2025-10-12 13:24:11 +08:00
Jack Ye
eb261f503b
Merge pull request #3944 from Flow-Launcher/url_open_enhancement
...
Enhancement: Support Custom Browser Path & Open in window / tab & In private for URL Plugin
2025-10-12 12:22:36 +08:00
Diego Henrique
cc397d45a9
Merge branch 'dev' into feature/history_mode
2025-10-11 15:43:05 -03:00
Jack Ye
01bbb54054
Merge pull request #4038 from AWAS666/dragdropwebsearch
...
Enable reordering of websearches with drap and drop
2025-10-11 20:49:17 +08:00
01Dri
2b7c2048ef
up
2025-10-11 05:26:28 -03:00
Jack Ye
b297f3d3a3
Fix ArgumentOutOfRangeException in WebSearch Plugin ( #4041 )
2025-10-11 18:34:05 +11:00
01Dri
a3b7c6808b
up
2025-10-11 04:29:33 -03:00
01Dri
a1f82e1652
refactor: using count for better performance
2025-10-11 03:47:04 -03:00
01Dri
690d33ece3
up
2025-10-11 03:43:06 -03:00
01Dri
d7579cce9e
fix erros
2025-10-11 03:23:14 -03:00
01Dri
e468c48da4
feat: fix erros
2025-10-11 03:15:10 -03:00
01Dri
e6cae1a79b
feat: helper
2025-10-11 03:08:23 -03:00
01Dri
95122e91f5
feat: code quality
2025-10-11 02:56:49 -03:00
01Dri
bf2acfec38
feat: code quality
2025-10-11 02:54:29 -03:00
01Dri
9e1b8c1a72
feat: Populate new history system with legacy query history
2025-10-11 02:43:27 -03:00
AWAS666
d7dd89d719
change from remove/insert to move
2025-10-10 11:40:06 +02:00
AWAS666
20a865f012
missing nullchecks and casts
2025-10-10 10:06:54 +02:00
AWAS666
87676d2994
fix: error when dragging downwards
2025-10-10 10:06:42 +02:00
AWAS666
001dad9a79
revert manual translation
2025-10-10 10:03:16 +02:00
Jack Ye
a412c7978a
Fix format
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-10 12:23:41 +08:00
01Dri
8e8e9d35ac
code quality
2025-10-10 00:08:27 -03:00
01Dri
545c4208d9
code quality
2025-10-10 00:07:24 -03:00
01Dri
50f5e850dd
feat: code quality
2025-10-09 23:47:59 -03:00
AWAS666
b9a43147dc
enable reordering with drap and drop on websearches
2025-10-09 12:35:04 +02:00
AWAS666
ae3559ca74
fix: explicit scheme
2025-10-09 10:48:58 +02:00
AWAS666
1a373e1c40
prefer https over http setting
2025-10-09 10:36:42 +02:00
01Dri
d122276e71
feat: clean imports
2025-10-08 22:09:09 -03:00
01Dri
156cb3055c
merge
2025-10-08 22:06:39 -03:00
01Dri
6aa35d592e
merge dev
2025-10-08 21:38:10 -03:00
01Dri
b290055e83
feat: up
2025-10-08 21:25:13 -03:00
01Dri
c051c5cd50
feat: new history logic in MainViewModel
2025-10-08 21:15:10 -03:00
01Dri
06711d3b8b
feat: Saving actions for history
2025-10-08 21:12:36 -03:00
01Dri
4f2db28196
faet: query action save
2025-10-08 21:12:14 -03:00
01Dri
3681340587
feat: toggle history
2025-10-08 21:11:27 -03:00
01Dri
9e182a2e47
feat: base history model in MainView and refactoring code to replace action between query result or last opened
2025-10-07 00:35:34 -03:00
01Dri
e5736567f6
feat: created a base History model
2025-10-07 00:33:16 -03:00
Jack Ye
a2d12eb225
Merge branch 'dev' into plugin_initialization
2025-10-05 19:25:01 +08:00
Jack Ye
5ae159de5b
Move to iNKORE.UI.WPF.Modern UI Framework ( #3593 )
2025-10-05 13:44:40 +03:00
Jack Ye
8c98aedac2
Merge pull request #4025 from Flow-Launcher/hide_window_before_sleep
...
Save settings before shutdown/restart to prevent data loss
2025-10-04 19:52:26 +08:00
01Dri
7ba4f8de4a
feat: last opened history
2025-10-04 02:19:57 -03:00
Jack251970
6f6292494c
Use ContainsKey(id) for O(1) lookup instead of O(n) iteration
2025-10-03 16:13:24 +08:00
Jack251970
793476432b
Show setting panel for initializing or initialization failed plugins
2025-10-03 16:06:22 +08:00
Jack251970
9d7ac851bd
Show setting panel for initializing or init failed plugins
2025-10-03 16:04:26 +08:00
Jack251970
54e693d0e2
Add functions in Check Initializing & Init Failed region
2025-10-03 16:03:54 +08:00
Jack251970
969b3ccbcd
Revert CancelAsync to Cancel
2025-10-03 15:58:48 +08:00
Jack251970
8a2edf274a
Add AutoCompleteText property for results
2025-10-03 15:36:32 +08:00