Commit graph

2361 commits

Author SHA1 Message Date
dependabot[bot]
ea5a85d16e
Bump Microsoft.Data.Sqlite from 8.0.0 to 8.0.1 (#2487) 2024-01-16 02:29:00 +00:00
Kevin Zhang
c2a5ee92f2
Merge pull request #2412 from flooxo/update_all
feat: Update all plugins result
2024-01-15 19:25:40 -07:00
Hongtao Zhang
c80a638b65 fix multiple enumeration and revert logic for single update 2024-01-15 16:49:46 -06:00
Kevin Zhang
996fb08e98
Merge pull request #2473 from NoPlagiarism/calc_add_funcs
[Calculator] Allow more functions to be used
2024-01-15 15:28:47 -07:00
NoPlagiarism
e6fb59e64a Add ToggleGameMode to system commands 2024-01-14 18:31:21 +05:00
NoPlagiarism
c3cf3d9e7e [Calculator] Allow more functions to be used 2024-01-11 15:27:35 +05:00
Florian Grabmeier
26c35a84b1 Fix use async
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-07 19:53:54 +01:00
Florian Grabmeier
dcaa74dbe5 Fix reduce nesting
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-12-29 11:17:46 +01:00
flox_x
24a6c68fb8
Merge branch 'dev' into update_all 2023-12-26 12:12:09 +01:00
VictoriousRaptor
35d006bfda
Add "Sign Out" as an alias for "Log Off"
Closes #2214
2023-12-18 13:02:28 +08:00
flox_x
5169a16458
Apply suggestions from code review
Typo

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
2023-12-15 17:57:04 +01:00
flox_x
be47d613e4
Merge branch 'dev' into update_all 2023-12-12 17:29:49 +01:00
VictoriousRaptor
2c39cf7501
Merge pull request #2444 from Flow-Launcher/VictoriousRaptor-patch-1
Set default value of `AutoRestartAfterChanging` to `true`
2023-11-28 17:34:15 +08:00
dependabot[bot]
44af8e59f9
Bump System.Data.OleDb from 7.0.0 to 8.0.0
Bumps [System.Data.OleDb](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: System.Data.OleDb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 23:00:55 +00:00
VictoriousRaptor
c8753b29ec
Set default value of AutoRestartAfterChanging to true 2023-11-27 21:50:23 +08:00
Kevin Zhang
d57f7189d3
Merge branch 'dev' into binary_formatter 2023-11-25 23:57:32 -06:00
Hongtao Zhang
fd9e8a59e1 fix build 2023-11-25 23:57:05 -06:00
flox_x
87f35d49e4
Merge branch 'dev' into update_all 2023-11-23 09:27:30 +01:00
Florian Grabmeier
4ed1c3c442 Update prompts
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-23 09:14:53 +01:00
Florian Grabmeier
a3b9a4f9d0 Run updates in parallel
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-22 14:55:53 +01:00
Florian Grabmeier
8180c1cd40 Display correct messages
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-22 14:49:43 +01:00
Florian Grabmeier
cb59b6b264 Implemet basic update all logic
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-22 14:25:17 +01:00
dependabot[bot]
a04bcce91e
Bump Microsoft.Data.Sqlite from 7.0.13 to 8.0.0
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 7.0.13 to 8.0.0.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v7.0.13...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 22:19:39 +00:00
Florian Grabmeier
57b78b5797 Fix merge
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-19 17:07:29 +01:00
Jeremy Wu
f531a46225
Merge pull request #2404 from Flow-Launcher/dependabot/nuget/Microsoft.Data.Sqlite-7.0.13
Bump Microsoft.Data.Sqlite from 7.0.10 to 7.0.13
2023-11-19 15:11:38 +11:00
Jeremy Wu
4efac50a8f
Merge pull request #2369 from VictoriousRaptor/delay-restart-2
Delay restart after installing/uninstalling/updating plugins
2023-11-19 15:01:51 +11:00
VictoriousRaptor
439eebf6cb Version bump 3.1.4 2023-11-12 12:34:38 +08:00
VictoriousRaptor
c18ae41e56 Delete existing zip before downloading 2023-11-12 11:42:13 +08:00
Hongtao Zhang
83553244d7 use memorypack instead of binaryformatter 2023-11-11 18:10:06 -06:00
VictoriousRaptor
af9c662892 Remove comment 2023-11-11 16:21:36 +08:00
VictoriousRaptor
f6a4942a48 Refactor plugin zip logic
- Download zip to temp folder
- Unzip to unique folder
2023-11-11 16:11:21 +08:00
VictoriousRaptor
50449de653 Hide modified plugins in query results 2023-11-11 15:29:55 +08:00
VictoriousRaptor
53eec76069 Remove unused import 2023-11-11 15:17:24 +08:00
VictoriousRaptor
69dad1be6c Check if plugin has been modified when installing/updating/uninstalling 2023-11-11 15:05:24 +08:00
VictoriousRaptor
b7a78362bf Throw exception when zip not found 2023-11-11 10:25:45 +08:00
VictoriousRaptor
9f39dfceee Use FuzzySearch to search access links 2023-11-11 01:43:29 +08:00
VictoriousRaptor
41721150f9 Add glyphs for pm context menu 2023-11-11 01:20:32 +08:00
VictoriousRaptor
842451db69 Show plugin icons in pm Install results 2023-11-11 00:48:18 +08:00
VictoriousRaptor
5b2220b9da Exclude installed plugins in pm install results 2023-11-11 00:47:18 +08:00
VictoriousRaptor
e7ffd573f0 Move Install/Uninstall plugin logic to Core.PluginManager 2023-11-11 00:40:27 +08:00
VictoriousRaptor
08da4e34df Use toast to improve consistency 2023-11-11 00:06:02 +08:00
VictoriousRaptor
72134e8f9a
Tweak notification text
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-11-08 21:51:48 +08:00
Hongtao Zhang
f69a6db54f fix a negative width 2023-10-31 08:51:56 -05:00
dependabot[bot]
cc2ae7c768
Bump Microsoft.Data.Sqlite from 7.0.10 to 7.0.13
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 7.0.10 to 7.0.13.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v7.0.10...v7.0.13)

---
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>
2023-10-30 23:09:43 +00:00
Jeremy Wu
026e5f5b09
Merge pull request #2335 from ktos/bookmarks-newsqlite
Switch Bookmarks plugin to use Microsoft.Data.Sqlite
2023-10-24 21:34:13 +11:00
Hongtao Zhang
ab96629395 remove legacy CompileRemove 2023-10-16 05:55:57 -05:00
VictoriousRaptor
117ef26154
Merge branch 'dev' into delay-restart-2 2023-10-06 16:35:58 +08:00
VictoriousRaptor
08cc8b50ff
Merge pull request #2378 from VictoriousRaptor/fix-edge-bm-workspace
Add Edge Workspace support
2023-10-03 19:01:47 +08:00
VictoriousRaptor
07e77e7a41 Add Edge Workspaces support 2023-10-03 13:55:47 +08:00
VictoriousRaptor
1334798c6d Add AutoRestartAfterChanging option
- Option and UI
- New prompts and notification messages
2023-09-29 13:06:42 +08:00