Commit graph

2166 commits

Author SHA1 Message Date
Jeremy Wu
bc06c8d495 Merge branch 'master' into fix_settings_openurl 2020-04-25 13:31:50 +10:00
Jeremy Wu
0f298ec8dd
Merge pull request #1 from Flow-Launcher/rebrand_name
Rebrand- name
2020-04-25 12:41:00 +10:00
Jeremy Wu
8f31670f3d rename- Fix python class names 2020-04-25 12:40:14 +10:00
Jeremy Wu
ee5345a346 Change to get application folder name dynamically
so this is that the portable version can have the folder name changed to anything else and will still work
2020-04-24 18:49:24 +10:00
Jeremy Wu
b786b1cadb Update portable's roaming folder string to be consistent 2020-04-24 18:43:01 +10:00
Jeremy Wu
7775837c49 Update roaming directory name to be consistent with parent 2020-04-24 12:15:49 +10:00
Jeremy Wu
a60b840837 Update- remove dot. Directory name will be FlowLauncher
when nuget pack ignores the dot so instead of getting Flow.Launcher as parent directory name we get Flow
2020-04-24 12:15:23 +10:00
Jeremy Wu
7277373d84 use shell when opening directories 2020-04-24 07:59:24 +10:00
Jeremy Wu
5a45591550 Fix python plugin template names 2020-04-24 07:49:16 +10:00
Jeremy Wu
8c519cf412 Reset version 2020-04-23 22:45:53 +10:00
Jeremy Wu
51ab1e6586 Rename post build script 2020-04-23 22:32:06 +10:00
Jeremy Wu
c7fd64aff0 Rename url and file name 2020-04-23 22:29:32 +10:00
Jeremy Wu
9070e41ae2 Update version text 2020-04-23 22:18:49 +10:00
Jeremy Wu
b63719af5c Update Roaming folder name to Flow Launcher from Flow.Launcher 2020-04-23 22:12:20 +10:00
Jeremy Wu
a1353d5249 Update start process for opening directory 2020-04-23 21:56:11 +10:00
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