Commit Graph

92 Commits

Author SHA1 Message Date
Baipyrus
78cd3f1734
Merge pull request #14 from Baipyrus/configs-file-cli-flag
Add CLI Flag To Specify Config Location
2024-09-16 14:25:55 +02:00
2d126e6293 add config detection to debug command 2024-09-16 14:23:04 +02:00
c66937fdba bugfix: using configs filename on read 2024-09-16 14:22:43 +02:00
777de8f144 bugfix: using default value flag parameter 2024-09-13 00:29:15 +02:00
9e72eb5171 passing config file path through commands to functions 2024-09-13 00:20:45 +02:00
15e81cf2ea using parameter to determine config name/path 2024-09-13 00:15:56 +02:00
c55aec82ce add global persistent flag for config file with default value 2024-09-13 00:14:06 +02:00
Baipyrus
4c890ff574
Merge pull request #13 from Baipyrus/apply-proxy-option
Discard Proxy Specified In Variant Option
2024-09-12 23:52:39 +02:00
531285c8c3 return zero value for proxy server if not detected 2024-09-12 23:42:44 +02:00
0f285a5534 Revert "basic proxy error handling; exit on read proxy error"
This reverts commit 7b09ac0cda.
2024-09-12 23:19:57 +02:00
b2dda4afbc do not apply proxy if discard option is set 2024-09-12 23:17:41 +02:00
7ddc733172 removed redundant datatype in function parameter 2024-09-12 23:02:23 +02:00
Baipyrus
77532b6df9
Merge pull request #11 from Baipyrus/detect-sysconfig-protocol
Detecting System Proxy From Different Protocols
2024-09-08 21:48:08 +02:00
2628ce2cfd additional comments for new proxy registry functions 2024-09-08 21:46:35 +02:00
7b09ac0cda basic proxy error handling; exit on read proxy error 2024-09-08 21:30:18 +02:00
306511be13 detecting system proxy config protocols 2024-09-08 21:06:31 +02:00
Baipyrus
f03357d429
bugfix: using forward slash in file path 2024-09-06 14:52:05 +02:00
Baipyrus
4f6016e373
Merge pull request #9 from Baipyrus/cicd-release-install
Adding All Installation Contents To Release
2024-09-06 12:54:25 +02:00
995776f8b5 better installation instructions in README.md 2024-09-06 12:52:39 +02:00
919b674d56 using -Force flag on Expand-Archive to use install as updater 2024-09-06 12:43:52 +02:00
e06b22622e specifying download path directly on Invoke-RestMethod 2024-09-06 12:41:37 +02:00
231a5101d7 bugfix: surround URL with quotes on Invoke-RestMethod 2024-09-06 12:36:05 +02:00
798e20b2c4 bugfix: recursively scan directories for releases 2024-09-06 12:24:26 +02:00
0a50fe598c copy icons only, create destination if not exists 2024-09-06 12:10:17 +02:00
f6d673773a flags array and adjusting release title 2024-09-06 11:49:49 +02:00
6a188e00c2 prerelease draft releases for testing 2024-09-06 11:41:27 +02:00
6526d861d2 copying files from existing release download 2024-09-06 11:32:02 +02:00
b297828c80 adjusting installation script to download and expand release archive 2024-09-06 11:19:18 +02:00
0f6b64c379 copying all required installation files into artifact 2024-09-06 11:19:14 +02:00
Baipyrus
1ad29b5ec6
Merge pull request #8 from Baipyrus/proxyswitcher-cli
Add ProxySwitcher As CLI Via PATH
2024-09-05 22:18:51 +02:00
ece139671d get, append and set to PATH for cli 2024-09-05 19:37:54 +02:00
Baipyrus
bb24d90592
bugfix: add a previously removed single quote in README 2024-09-03 13:49:23 +02:00
Baipyrus
c8bc0784b0
remove intentional newline in installation step, ignoring markdown_lint 2024-09-03 13:47:51 +02:00
Baipyrus
b640c4cb66
move build step in README outside of usage 2024-09-03 13:46:45 +02:00
Baipyrus
6a47c15e2b
remove unused info from bug_report issue template 2024-09-03 13:32:32 +02:00
Baipyrus
a111057a11
create bug and feature issue templates 2024-09-03 13:20:27 +02:00
0e474e9429 bugfix: create local programs directory 2024-09-02 16:43:26 +02:00
3fd3b44fdc intruduce debug command to output parsed config as commands 2024-09-02 11:21:10 +02:00
48746e7c44 bugfix: using executable instead of go runtime 2024-09-02 09:43:27 +02:00
5b7320e057 bugfix: allow PWSH for shortcut 2024-09-02 09:32:28 +02:00
47541d9405 initialize easy install script for application 2024-09-01 23:36:20 +02:00
4527f12972 test: specifying multiple files for release 2024-09-01 16:46:52 +02:00
de2bfbe621 test: specifying artifact download path 2024-09-01 16:20:09 +02:00
7bad3a40be test: re-merge workflows into 'publish' for download-artifact 2024-09-01 15:52:01 +02:00
1dc9c2f40b separate build and release steps 2024-09-01 15:36:17 +02:00
7b565f82f0 bugfix: set GH_TOKEN in environment variables 2024-09-01 15:21:05 +02:00
78f1be8a91 creating release including asset using github cli 2024-09-01 15:17:17 +02:00
805d2fc927 remove test for artifact upload 2024-09-01 15:16:37 +02:00
c898b41e8b bugfix: switching to windows-specfic asset_content_type for .exe 2024-09-01 15:02:19 +02:00
32e0d3c360 test: upload artifact as comparison 2024-09-01 14:57:02 +02:00