Commit Graph

106 Commits

Author SHA1 Message Date
7d6184cf4f ignore all non-JSON files within configs directory 2024-09-24 15:01:25 +02:00
4340ca271d ignore example files in configurations 2024-09-24 14:49:47 +02:00
4c11cb4fb2 walking through configurations directory to scan all files 2024-09-24 14:44:25 +02:00
fec0d007a0 added SOCKS proxy example configuration 2024-09-24 14:43:59 +02:00
03063a7582 converting configurations file to individual files per configuration 2024-09-24 14:42:07 +02:00
aa3dd46c57 renaming configurations file to path in preparation for directory 2024-09-24 14:40:42 +02:00
Baipyrus
a957fdcc8d
Merge pull request #18 from Baipyrus/variant-surround-char
Default Config - Environment Variable Proxy Setters
2024-09-23 18:58:55 +02:00
Baipyrus
f097703beb
Merge pull request #17 from Baipyrus/fix-path-variable
Wrong Program Variable Used For Path In Install Script
2024-09-23 18:58:32 +02:00
Baipyrus
55f3ed336f
Merge pull request #16 from Baipyrus/download-recent-release
Download Most Recent Release Instead Of Latest
2024-09-23 18:58:19 +02:00
c6002b5579 implement conditional surround functionality 2024-09-23 18:45:27 +02:00
ff6a82e0f2 create surround parameter on type Variant 2024-09-23 18:42:14 +02:00
Baipyrus
836a1de27e
conditionally add to user path on install 2024-09-23 18:31:07 +02:00
Baipyrus
da6597f8fb
replace $programDir with $programPath 2024-09-23 18:23:18 +02:00
Baipyrus
9fd7fb2c37
download most recent release instead of latest 2024-09-22 15:03:15 +02:00
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