Jeremy Wu
|
dd0ae98614
|
Merge pull request #2865 from Flow-Launcher/dependabot/nuget/NUnit3TestAdapter-4.6.0
Bump NUnit3TestAdapter from 4.5.0 to 4.6.0
|
2024-07-30 21:32:18 +10:00 |
|
dependabot[bot]
|
8395f65384
|
Bump NUnit3TestAdapter from 4.5.0 to 4.6.0
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.5.0...V4.6.0)
---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-29 22:32:41 +00:00 |
|
Jeremy Wu
|
d0a8f51114
|
Merge pull request #2848 from z1nc0r3/window-position-validate
Add function to validate previous Window position
|
2024-07-23 13:34:21 +10:00 |
|
Jeremy Wu
|
5e59892a5d
|
Merge pull request #2842 from z1nc0r3/explorer-feat-exclude-file-types
feat: Exclude certain File Types from the Index search result
|
2024-07-23 13:24:43 +10:00 |
|
Jeremy Wu
|
39f6cd6b7f
|
Merge pull request #2769 from Flow-Launcher/localize-missing-python-js-dialog
Localize startup messages about missing Python/NodeJS
|
2024-07-22 22:43:24 +10:00 |
|
Lasith Manujitha
|
bebff8321f
|
Add function to validate window position
A new function was added to check whether the previously saved Window position is still valid or not. If not it resets the Window position to default.
|
2024-07-19 02:36:46 +05:30 |
|
Lasith Manujitha
|
0f7bdeec88
|
Using a case-insensitive comparison
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-07-17 11:32:09 +05:30 |
|
Lasith Manujitha
|
ce489586ca
|
Add Minor fixes
|
2024-07-17 04:29:30 +05:30 |
|
Lasith Manujitha
|
b690123a19
|
Results filter implementation
|
2024-07-17 04:16:01 +05:30 |
|
Lasith Manujitha
|
35bad615f3
|
Add file exclude related settings
|
2024-07-17 04:14:18 +05:30 |
|
Jeremy Wu
|
08af45fd3c
|
Merge pull request #2838 from Flow-Launcher/dependabot/nuget/FSharp.Core-8.0.301
Bump FSharp.Core from 8.0.300 to 8.0.301
|
2024-07-16 22:55:39 +10:00 |
|
Jeremy Wu
|
9c2a57d4c8
|
Merge pull request #2840 from Flow-Launcher/dependabot/nuget/VirtualizingWrapPanel-2.0.10
Bump VirtualizingWrapPanel from 2.0.6 to 2.0.10
|
2024-07-16 22:54:43 +10:00 |
|
Jeremy Wu
|
e1910df10c
|
Merge pull request #2841 from Flow-Launcher/dependabot/nuget/Microsoft.Data.Sqlite-8.0.7
Bump Microsoft.Data.Sqlite from 8.0.6 to 8.0.7
|
2024-07-16 22:53:12 +10:00 |
|
Jeremy Wu
|
a8b5463ee0
|
Merge pull request #2836 from z1nc0r3/file-run-count-toggle
feat: Everything Run Count option
|
2024-07-16 22:44:37 +10:00 |
|
dependabot[bot]
|
5a21e271a5
|
Bump Microsoft.Data.Sqlite from 8.0.6 to 8.0.7
Bumps Microsoft.Data.Sqlite from 8.0.6 to 8.0.7.
---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-15 22:28:49 +00:00 |
|
dependabot[bot]
|
05915078e9
|
Bump VirtualizingWrapPanel from 2.0.6 to 2.0.10
Bumps VirtualizingWrapPanel from 2.0.6 to 2.0.10.
---
updated-dependencies:
- dependency-name: VirtualizingWrapPanel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-15 22:28:23 +00:00 |
|
dependabot[bot]
|
331992700a
|
Bump FSharp.Core from 8.0.300 to 8.0.301
Bumps FSharp.Core from 8.0.300 to 8.0.301.
---
updated-dependencies:
- dependency-name: FSharp.Core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-15 22:27:40 +00:00 |
|
Jeremy Wu
|
35ecf87c5a
|
fix gitStream image request regex (#2837)
|
2024-07-15 14:25:51 +03:00 |
|
Lasith Manujitha
|
c79b512191
|
feat: Everything Run Count option
Added an option in Explorer > Everything Settings to enable/disable Run Count for file/folder.
|
2024-07-15 12:22:12 +05:30 |
|
Jeremy Wu
|
ec17b3dea7
|
Merge pull request #2834 from Flow-Launcher/fix_env_variable_path
Fix partial env variable path search
|
2024-07-14 02:03:51 +10:00 |
|
Jeremy Wu
|
4b78926a77
|
use actual path variable consistently throughout path search
|
2024-07-13 22:17:56 +10:00 |
|
Jeremy Wu
|
67ae8e579e
|
remove duplicate env variable check method
|
2024-07-13 22:16:45 +10:00 |
|
Jeremy Wu
|
a318bcb80e
|
fix condition not triggering path search when path is part env variable
|
2024-07-13 22:15:50 +10:00 |
|
Jeremy Wu
|
11126693b1
|
Merge pull request #2822 from Flow-Launcher/revert-2756-240605-Fix-RightTop-Position
Revert "Fix Window Positioning with Multiple Montiors"
|
2024-07-13 16:09:47 +10:00 |
|
Jeremy Wu
|
0a49c1d277
|
Merge pull request #2827 from Flow-Launcher/dependabot/nuget/StreamJsonRpc-2.18.48
Bump StreamJsonRpc from 2.17.11 to 2.18.48
|
2024-07-13 15:14:27 +10:00 |
|
Jeremy Wu
|
a279b515b0
|
Merge pull request #2828 from Flow-Launcher/dependabot/nuget/JetBrains.Annotations-2024.2.0
Bump JetBrains.Annotations from 2023.3.0 to 2024.2.0
|
2024-07-13 15:12:06 +10:00 |
|
dependabot[bot]
|
3fc26e524b
|
Bump JetBrains.Annotations from 2023.3.0 to 2024.2.0
Bumps JetBrains.Annotations from 2023.3.0 to 2024.2.0.
---
updated-dependencies:
- dependency-name: JetBrains.Annotations
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-08 22:08:01 +00:00 |
|
dependabot[bot]
|
74aea87828
|
Bump StreamJsonRpc from 2.17.11 to 2.18.48
Bumps StreamJsonRpc from 2.17.11 to 2.18.48.
---
updated-dependencies:
- dependency-name: StreamJsonRpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-08 22:07:46 +00:00 |
|
Jeremy Wu
|
3e5af269e2
|
Merge pull request #2823 from Flow-Launcher/update_cm_settings
Remove cm percent new code automation & ignore specific branches
|
2024-07-07 20:39:46 +10:00 |
|
Jeremy Wu
|
5458196c6f
|
remove cm percent new code automation & ignore specific branches
|
2024-07-07 18:30:00 +10:00 |
|
Jeremy Wu
|
7ef623af5e
|
Merge pull request #2803 from onesounds/240625-QtTabBar
Support QTTabBar
|
2024-07-07 18:01:39 +10:00 |
|
Jeremy Wu
|
6476e54e05
|
update wording for file manager tips
|
2024-07-07 17:54:46 +10:00 |
|
Jeremy Wu
|
2175f2b210
|
Merge pull request #2811 from onesounds/240630-FixPreviewSep
Fix Preview Panel Separator
|
2024-07-05 14:59:10 +10:00 |
|
Jeremy Wu
|
8cb6681c8a
|
Merge pull request #2813 from Flow-Launcher/dependabot/nuget/Microsoft.VisualStudio.Threading-17.10.48
Bump Microsoft.VisualStudio.Threading from 17.7.30 to 17.10.48
|
2024-07-03 21:29:39 +10:00 |
|
DB p
|
bdbde14355
|
Change 'Arg For Folder' and 'Arg For File' inputs to not be required
|
2024-07-02 11:14:30 +09:00 |
|
dependabot[bot]
|
7952a2ec53
|
Bump Microsoft.VisualStudio.Threading from 17.7.30 to 17.10.48
Bumps [Microsoft.VisualStudio.Threading](https://github.com/microsoft/vs-threading) from 17.7.30 to 17.10.48.
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](https://github.com/microsoft/vs-threading/compare/v17.7.30...v17.10.48)
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-01 22:23:44 +00:00 |
|
Jeremy
|
c0afb197c2
|
allow custom explorer profile's File Manager Path to replace with path
greater flexibility with custom explorer profile
|
2024-07-01 21:02:07 +10:00 |
|
DB P
|
c7b386931a
|
Revert "Fix Window Positioning with Multiple Montiors"
|
2024-06-30 18:03:25 +09:00 |
|
DB p
|
56f76447b1
|
Add style for hide sep when turn off info state
|
2024-06-30 17:44:24 +09:00 |
|
Jeremy Wu
|
94288b3eba
|
Merge pull request #2810 from Flow-Launcher/240630-AddSponsor
Add Sponsor in Readme.Md
|
2024-06-30 18:19:11 +10:00 |
|
Jeremy Wu
|
496050b641
|
update sponsor order
|
2024-06-30 18:04:16 +10:00 |
|
DB P
|
7729c7f4c7
|
Changed sponsor order
|
2024-06-30 16:53:05 +09:00 |
|
DB P
|
3875d7fa66
|
remove style
|
2024-06-30 16:48:28 +09:00 |
|
DB P
|
f2025791f8
|
Update README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-06-30 16:48:00 +09:00 |
|
DB P
|
763a3843b9
|
Update README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-06-30 16:47:30 +09:00 |
|
DB P
|
55d61dee37
|
Update README.md
Add Sponsor
|
2024-06-30 16:42:15 +09:00 |
|
Jeremy Wu
|
55cd12d532
|
New Crowdin updates (#2795)
Updated translations
|
2024-06-29 11:38:24 -07:00 |
|
Yan
|
b0dfeaf5ff
|
Merge branch 'dev' into localize-missing-python-js-dialog
|
2024-06-28 19:43:29 +06:00 |
|
Jeremy Wu
|
4111f59ee4
|
Merge pull request #2808 from Flow-Launcher/fix-gitstream-todo
Modify gitStream todo checks
|
2024-06-28 21:56:15 +10:00 |
|
Yusyuriv
|
224b364a5a
|
Modify gitstream todo checks
|
2024-06-28 05:56:28 +06:00 |
|