Commit graph

3036 commits

Author SHA1 Message Date
张弘韬
dd074f41cf change publish profile to Net5 one 2021-01-09 11:30:11 +08:00
张弘韬
4b9ed759e3 Merge branch 'DotNet5Upgrade' into dev 2021-01-09 11:05:51 +08:00
张弘韬
494312a251 Merge dev 2021-01-09 11:04:36 +08:00
张弘韬
62009ac3fb Merge remote-tracking branch 'upstream/dev' into DotNet5Upgrade
# Conflicts:
#	Flow.Launcher/Flow.Launcher.csproj
#	Plugins/Flow.Launcher.Plugin.Color/Flow.Launcher.Plugin.Color.csproj
#	Plugins/Flow.Launcher.Plugin.PluginManagement/Flow.Launcher.Plugin.PluginManagement.csproj
2021-01-09 11:01:38 +08:00
张弘韬
5ab54f8734 Merge branch 'RenderImprovement' into dev 2021-01-09 10:59:06 +08:00
张弘韬
3aa54d1153 Merge remote-tracking branch 'upstream/dev' into RenderImprovement 2021-01-09 10:58:53 +08:00
张弘韬
82fc54616f Merge remote-tracking branch 'origin/RenderImprovement' into RenderImprovement 2021-01-09 10:58:23 +08:00
张弘韬
8031ddfbc8 Merge remote-tracking branch 'upstream/dev' into AcronymFuzzy 2021-01-09 10:55:16 +08:00
taooceros
d223d2c376
Merge pull request #281 from Flow-Launcher/version_bump_release
1.7.0 version bump
2021-01-07 18:15:51 +08:00
Jeremy Wu
7501a7e7e7 version bump 2021-01-07 20:40:22 +11:00
Jeremy Wu
b348f1dc53
Merge pull request #253 from taooceros/UpdateJson
Replace Json.Net with System.Text.Json
2021-01-07 20:32:22 +11:00
弘韬 张
e1f715e6d6 change commnet 2021-01-07 16:52:05 +08:00
弘韬 张
a9aeecdabd Merge remote-tracking branch 'upstream/dev' into UpdateJson 2021-01-07 10:58:17 +08:00
Jeremy Wu
2b8c4c3ded
Merge pull request #275 from JohnTheGr8/release_in_ci
Create and deploy releases from CI
2021-01-07 13:31:27 +11:00
Ioannis G
407d8f0191
appveyor: simplify deploy conditions 2021-01-07 00:54:00 +02:00
Ioannis G
ce2d5d247e
appveyor: remove zip of output from artifacts
plus some clean-up in post_build.ps1
2021-01-07 00:53:59 +02:00
Ioannis G
99e0add54f
appveyor: deploy releases to github 2021-01-07 00:53:58 +02:00
Ioannis G
b3b64e1d2e
set SatelliteResourceLanguages for plugin projects 2021-01-07 00:53:57 +02:00
Ioannis G
952a57d858
appveyor: collect squrrel artifacts 2021-01-07 00:53:56 +02:00
Ioannis G
bc3dfd4a73
appveyor: publish self-contained 2021-01-07 00:53:54 +02:00
Ioannis G
499a0abe7f
bump PropertyChanged.Fody to 3.3.1 2021-01-07 00:53:50 +02:00
弘韬 张
0d24aba74f Use actionkeyword comparison to determine whether delay querying. 2021-01-06 17:43:48 +08:00
弘韬 张
6b597f7516 throw exception if debug for Log.exception(className, message, exception) 2021-01-06 17:42:46 +08:00
弘韬 张
2b9008840a Merge Dev 2021-01-06 17:36:31 +08:00
Jeremy Wu
fb188690c3
Merge pull request #278 from taooceros/ImageQuality
Image quality
2021-01-06 20:28:28 +11:00
Jeremy Wu
182cdd199a fix typo 2021-01-06 20:24:36 +11:00
Jeremy Wu
8569b44247 search preview consistent 2021-01-06 20:23:38 +11:00
弘韬 张
b2fcd98f2c remove extra horizontalalignment 2021-01-06 17:18:21 +08:00
弘韬 张
e85b766f57 remove extra width 2021-01-06 17:17:24 +08:00
Jeremy Wu
833eccc25a archive mainsearch.png 2021-01-06 20:09:41 +11:00
弘韬 张
4973f2d979 remove png file 2021-01-06 17:05:10 +08:00
弘韬 张
c79e01fc31 remove unintended change and change the binding mode to default 2021-01-06 16:46:38 +08:00
弘韬 张
3bfd900f05 revert change for oneway for mutli binding 2021-01-06 16:10:52 +08:00
弘韬 张
0dd6a982ad change setting window to svg as well 2021-01-06 15:51:52 +08:00
Jeremy Wu
3aa678bb0f
Merge pull request #272 from taooceros/LazyAsyncWithValueTask
Use ValueTask instead of Task
2021-01-06 18:47:23 +11:00
弘韬 张
3b9c10fd66 Use SVG for search icon 2021-01-06 10:34:08 +08:00
弘韬 张
a2f741b376 change bitmap scaling mode to Fant (High Quality) to make the search icon looks better. 2021-01-06 09:59:20 +08:00
Jeremy Wu
b588b94090
Merge pull request #271 from taooceros/HttpErrorHandling
Http error handling
2021-01-05 06:12:29 +11:00
弘韬 张
6703e0d137 Return default image when loading UWP icon fail 2021-01-04 16:31:48 +08:00
弘韬 张
fc015245b3 Change the way checking successfuly 2021-01-04 16:22:48 +08:00
弘韬 张
7967844cf3 make defaultValue readonly and edit comment 2021-01-04 11:10:02 +08:00
弘韬 张
fb640b68c8 Use ValueTask instead of Task 2021-01-04 11:05:59 +08:00
弘韬 张
bc63b9ebfa Change Download to DownloadAsync
Add error handling for download as well
2021-01-04 10:31:05 +08:00
弘韬 张
a8dc1599d7 Add Http Error Handling 2021-01-04 10:28:33 +08:00
Jeremy Wu
aa0ee75950
Merge pull request #270 from taooceros/PluginUpdateErrorHandling
Error handling for plugin update
2021-01-04 06:43:17 +11:00
Jeremy Wu
6287358275 update error message 2021-01-04 06:41:05 +11:00
Jeremy Wu
d35a3bb43d version bump for PluginsManager 2021-01-04 06:40:45 +11:00
弘韬 张
8fa1e2e33f add one more message 2021-01-03 20:49:14 +08:00
弘韬 张
d369108b0b Error handling for plugin update 2021-01-03 20:42:31 +08:00
taooceros
d60b873ef5
Merge pull request #263 from Flow-Launcher/pm_manual_reload
Add ability to manual reload PluginsManifest data
2021-01-02 16:00:20 +08:00