Jeremy Wu
f3377084e2
Remove incorrect project reference to WebSearch plugin
2020-04-10 21:36:27 +10:00
Jeremy Wu
530d2c0962
Change ppy.squirrel.windows back to squirrel.windows 1.5.2:
...
- ppy.squirrel is not fully .net core upgraded, so it is still showing restored using .net framework
- does not contain .net core runtime installer which is now required by Wox
- UpdateManager.RestartApp method is throwing an OSU application specific error which Wox is unable to resolve.
- Squirrel.Windows 1.5.2 still works and functionalities required by Wox are compatible. Tested RestartApp method, tested enable/disable protable mode methods and tested updating Wox to the latest version.
2020-04-08 18:53:34 +10:00
Jeremy Wu
f1961e71dc
Lower PropertyChange.Fody version due to:
...
1. Dll not been properly produced during release build. This causes error during application start up.
2. .Net Framework dependency
2020-04-03 19:42:46 +11:00
Jeremy Wu
2eb4d55ab9
update post build script to use ppy.squirrel + latest nuget cmdline
2020-04-03 19:22:26 +11:00
Jeremy Wu
6d9f730d81
Up the base version to 2.0.0
2020-04-01 22:25:15 +11:00
Jeremy Wu
26e93869a9
Merge branch 'master' up to commit f325674
2020-04-01 22:20:33 +11:00
Jeremy Wu
690c884741
Merge branch 'master' up to commit 4ba4324
2020-04-01 18:59:33 +11:00
Jeremy Wu
4ba4324ab4
Merge branch 'dev'
2020-03-31 22:08:45 +11:00
Jeremy Wu
782c73e471
Merge in branch 'master' up to commit 24cf015
...
commit: 24cf015b0a9b36503efbd83c9c9ed3c64da10f18- 24cf015b0a
2020-03-31 22:00:09 +11:00
Jeremy Wu
cd695f92ee
Pinyin caching- Fix unsupported serialization of ConcurrentDictionary
...
Use Dictionary with lock instead
2020-03-30 21:51:52 +11:00
Jeremy Wu
879e467bd8
Image caching- Fix unsupported serialization of ConcurrentDictionary
...
Use Dictionary with lock instead
2020-03-30 21:49:23 +11:00
Jeremy Wu
d2a3d029ee
Remove UWPDesktop reference and add Windows sdk Contracts
2020-03-29 16:01:55 +11:00
Jeremy Wu
d80934c235
Update post_build script's packages reference path ( #173 )
...
* Update post_build script's packages reference path
* Change to static version
* remove inappropriate word
2020-03-27 11:13:22 +03:00
Jeremy Wu
24cf015b0a
Merge branch 'dev'
2020-03-15 21:29:06 +11:00
Jeremy Wu
b50f738f42
Feature: Add auto-complete query text suggestion ( #153 )
...
* Add query suggestion logic
* Add UI element
* update
* Make caret more appealing by following the color of the query font
* Add suggestions when using actionkeyword
* Add feature to readme
* Per suggestion add explaination
* Per review comment
* Per review comment
* change to use converter
* Correct typo
Co-authored-by: clueless <14300910+theClueless@users.noreply.github.com>
2020-03-15 11:05:34 +02:00
Jeremy Wu
1acb8fd82d
Merge branch 'dev'
2020-03-14 17:30:20 +11:00
Jeremy Wu
d183f625f9
Merge pull request #165 from jjw24/fixShowMessageIssue
...
fix issue #150
2020-03-14 16:49:20 +11:00
clueless
98ed4e7b59
app config remove
2020-03-12 01:54:30 +02:00
clueless
f68365b0ee
fix issue #115
2020-03-12 01:49:24 +02:00
Jeremy Wu
37149d9956
Reduce Wox's drain on CPU when using Pinyin search ( #162 )
...
* Remove this unneccessary dreadful logging that kills performance
* Update to ShouldUsePinyin option
1. Change default start up not to use Pinyin as default language is English
2. Add prompt when switching to Chinese or Chinese_TW prompt user if they want to use Pinyin search
2020-03-12 00:57:36 +02:00
Jeremy Wu
0f2ebfbe00
Remove UwpDesktop library dependency and upgrade to framework 4.6.2 ( #159 )
...
* Remove UwpDesktop dependency of lower sdk and add Win SDK Contracts
* Upgrade from .Net Framework 4.5.2 to 4.6.2
This upgrade is needed to use Microsoft Windows SDK Contracts library from previous commit
* Remove Windows SDK references as no longer required
2020-03-10 09:35:31 +02:00
Barbara Kudiess
bb36e115fb
Add missing files
2020-03-06 10:46:19 -08:00
Barbara Kudiess
108c371b5c
Updating .yml file to run on vs2019 with MSBuild 16
2020-03-03 16:09:25 -08:00
Barbara Kudiess
08ad52e37a
Updates .yml file to support .net core
2020-03-03 16:00:57 -08:00
Barbara Kudiess
3fd1021b55
Changing variable to const
2020-03-03 15:55:11 -08:00
Barbara Kudiess
e6d5d7cba4
Fix PR Comments
2020-03-03 14:25:59 -08:00
Barbara Kudiess
d2faf6b7f1
Updating Wox assembly info
2020-03-02 17:11:53 -08:00
Barbara Kudiess
b168166c89
Merge branch 'master' into dontnet-core-upgrade
2020-03-02 17:04:00 -08:00
Barbara Kudiess
f98eb92afd
Updating gitignore
2020-03-02 16:53:13 -08:00
Barbara Kudiess
9e6f0d6fa5
Deleting assembly files
2020-03-02 16:51:14 -08:00
Barbara Kudiess
4b45a1952b
Plugins converted from .NET Framework to .NET Core
2020-03-02 16:48:07 -08:00
Barbara Kudiess
556ff9702c
Wox peoject in .net Core
2020-03-01 17:22:26 -08:00
Jeremy Wu
1932515fe9
Merge pull request #152 from SysC0mp/improve-calculator
...
Improve calculator plugin
2020-03-01 21:17:41 +11:00
Jeremy Wu
28acd466b3
Merge branch 'dev'
2020-03-01 20:12:51 +11:00
Barbara Kudiess
d329b73748
.net framework 4.5.2 -> 4.7.2 and Sistem.Runtime.Remoting replacement
2020-02-28 17:42:37 -08:00
Kevin Eck
366a351100
Merge branch 'dev' into improve-calculator
2020-02-27 11:36:41 +01:00
Jeremy Wu
3184f8d275
Update readme with main features released from this fork ( #149 )
...
* Update readme with main features released from this fork
* update
2020-02-27 00:16:09 +02:00
Jeremy Wu
8ec78688b8
Add empty actionParameters check ( #148 )
2020-02-27 00:14:45 +02:00
SysC0mp
9d447ca63f
Replace static text with localized label
2020-02-26 20:49:39 +01:00
SysC0mp
cc743aeeea
Round result using new introduced setting
2020-02-26 20:47:14 +01:00
SysC0mp
0933eab4b0
Update Mages version
2020-02-26 20:46:47 +01:00
SysC0mp
f18256ab39
Add "Max. decimal places" setting
2020-02-26 20:46:27 +01:00
SysC0mp
54191d6d88
Replace static text with localized label
2020-02-26 20:00:07 +01:00
SysC0mp
ec2aaa8457
Merge "dev" into "improve-calculator"
2020-02-26 19:45:37 +01:00
SysC0mp
3d917e0258
Extract validation to method
2020-02-26 19:40:20 +01:00
Jeremy Wu
e5cc2ccaab
Merge pull request #145 from jjw24/pluginInitFail
...
plugin init fail continue - create query builder and re-enable tests.
2020-02-26 07:25:20 +11:00
Jeremy Wu
cbcca9cf5b
Merge branch 'dev'
2020-02-26 07:02:11 +11:00
SysC0mp
4f4e423a4b
Add missing using directives
2020-02-25 17:55:04 +01:00
SysC0mp
5ae3262279
Adjust decimal separator based on setting
...
The output decimal separator selected will be used for the output. The
input can also handle comma and dot as separator now.
2020-02-25 17:53:18 +01:00
SysC0mp
570c1d9a5f
Integrate calculator settings
...
Save & load settings when plugin is in use & specify user control.
2020-02-25 17:50:50 +01:00