Skip to content

Releases: m-doescode/setp

v1.0

01 Jul 17:24
Compare
Choose a tag to compare

First release! Hooray!!!

Features are adding, removing, and listing paths, adding paths for local user or system, appending or prepending paths, simulating modification, file name resolution by default, and quiet mode for list such that other scripts can user it.

v0.1.1-alpha

03 May 20:21
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

Bug fixes:

  • libgcc and libstdc++ are now statically linked. So hopefully no more missing library errors should appear.
  • Fixed bug where Set-P would add a semicolon before the path instead of after. Usually, windows would add the semicolon already and expect one to already be there so this screws up programs like refreshenv.bat.

In the future, I should implement a smart detection feature which would detect if there already is a semicolon and NOT add one if one already exists.

Missing features:

  • Remove flag

Note: Binary is x64. No 32-bit binaries have been released yet. If you would like to run Set-P on a 32-bit computer, please build from source, instructions may be found here

v0.1.0-alpha

27 Apr 12:42
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Missing features:

  • Remove flag

Note: Binary is x64. No 32-bit binaries have been released yet. If you would like to run Set-P on a 32-bit computer, please build from source, instructions may be found here