Commit graph

2151 commits

Author SHA1 Message Date
Jeremy Wu
ef0cd2bf7c Update opening directory location to use shared plugin command 2020-04-23 20:11:39 +10:00
Jeremy Wu
13217d1e72 Fix Process.Start on URL 2020-04-23 20:10:20 +10:00
Jeremy Wu
4114000293 Remove unused references 2020-04-23 19:39:39 +10:00
Jeremy Wu
2acfbf19f2 Change to shared command WebSearch 2020-04-23 19:39:23 +10:00
Jeremy Wu
046ccfcc4c revert unintended changes to PSD files 2020-04-23 19:26:45 +10:00
Jeremy Wu
ed99112b62 update 2020-04-23 19:24:13 +10:00
Jeremy Wu
722d1f0db6 Rename- description strings 2020-04-23 18:23:58 +10:00
Jeremy Wu
acdea86a2d update plugin.json url to point to current repo 2020-04-22 21:29:14 +10:00
Jeremy Wu
bbcaf72ba8 Rename- code 2020-04-22 20:56:55 +10:00
Jeremy Wu
9f1377619d Update description strings 2020-04-22 20:26:09 +10:00
Jeremy Wu
28d67c8c81 Rename further code and text 2020-04-21 22:54:41 +10:00
Jeremy Wu
f5ed0291a0 Fix rename errors 2020-04-21 22:16:10 +10:00
Jeremy Wu
3c7f067770 rename all project file name 2020-04-21 21:27:02 +10:00
Jeremy Wu
1b795309d5 Rename code & text 2020-04-21 19:12:17 +10:00
Jeremy Wu
98758f60b6 Fix opening web/url/bookmarks in new window and tab
Functionality broken after the upgrade
2020-04-17 20:47:56 +10:00
Jeremy Wu
eb1844b6c5 Update readme to accommodate the upgrade 2020-04-12 17:39:37 +10:00
Jeremy Wu
ed5a846a64 Merge branch 'master' up to commit 657d342 2020-04-11 10:27:19 +10:00
Jeremy Wu
657d342c51 Merge branch 'dev' 2020-04-11 10:10:49 +10:00
Jeremy Wu
9c65b84345 Fix error occurred when publishing self contained .Net Core Wox
Error occurs during nuget pack, complaining about some of the core dlls have incorrect timestamp
2020-04-10 21:39:50 +10:00
Jeremy Wu
7ba6dbf076 Add publish profile for self-contained .Net Core Wox 2020-04-10 21:38:19 +10:00
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
9937dbb7c9
Add prompt for opening location + update message (#176) 2020-04-08 09:14:28 +03: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
f325674d10 Merge branch 'dev' 2020-04-01 19:06:39 +11:00
Jeremy Wu
690c884741 Merge branch 'master' up to commit 4ba4324 2020-04-01 18:59:33 +11:00
Jeremy Wu
7e26689884
Merge pull request #143 from jjw24/add_enable_portablemode_setting
Enable/disable portable mode setting
2020-04-01 07:18:16 +11:00
Jeremy Wu
cb0a4defd3 Merge branch 'dev' into add_enable_portablemode_setting 2020-04-01 07:17:42 +11:00
Jeremy Wu
d6f1d133be
Re-point url back to this fork (#154)
* JJW24 Version

Do not merge

* Update issue link to jjw24

* Remove check

* Update to get build version locally from SolutionAssemblyInfo

* update url to point to jjw24 repo
2020-03-31 15:20:40 +03:00
Jeremy Wu
f90268d5bd
Add msi extension to run as different user (#174) 2020-03-31 15:10:27 +03: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
7a6edd0d86 Per comment, simplify code in Setter 2020-03-23 19:20:12 +11:00
Jeremy Wu
733326b329 Revert accidental removal of interface methods 2020-03-23 18:23:40 +11:00
Jeremy Wu
86903e5e63 Wrap UpdateManager in using statement + enable methods run as standalone 2020-03-23 18:09:52 +11:00
Jeremy Wu
b85f5a147d Remove unnecessary interface methods 2020-03-23 17:45:42 +11:00
Jeremy Wu
3e76b38a56 Per comment change filename to Constant 2020-03-23 17:38:32 +11:00
Jeremy Wu
62c11a09c5 Make debug mode clearer during exception 2020-03-22 19:52:16 +11:00
Jeremy Wu
c5dc21dcc7 Merge branch 'dev' into add_enable_portablemode_setting 2020-03-22 19:42:04 +11: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