Skip to content

Commit 2ea7de1

Browse files
committed
Updated to v1.2.0
* Replaced windres with a custom compiled windres that supports spaces in file paths * Removed Base64 encoding/decoding in favor of using bytes directly, meaning no build file size overhead and much faster decoding * Added new Fake Error option that will display a custom error when the build is started * Added new Start Delay option to delay the dropping and execution of files, can bypass Windows Defender sandboxing * Added extensive error checking and more thorough messages whenever anything goes wrong * Added new log files for compiler errors * Fixed support for executing all types of files * Fixed possible bug when encoding very large files * Cleaned up code
1 parent 1372cf9 commit 2ea7de1

10 files changed

+319
-175
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.2.0 (14/09/2021)
2+
* Replaced windres with a custom compiled windres that supports spaces in file paths
3+
* Removed Base64 encoding/decoding in favor of using bytes directly, meaning no build file size overhead and much faster decoding
4+
* Added new Fake Error option that will display a custom error when the build is started
5+
* Added new Start Delay option to delay the dropping and execution of files, can bypass Windows Defender sandboxing
6+
* Added extensive error checking and more thorough messages whenever anything goes wrong
7+
* Added new log files for compiler errors
8+
* Fixed support for executing all types of files
9+
* Fixed possible bug when encoding very large files
110
### v1.1.1 (12/09/2021)
211
* Worked around windres limitation of not supporting spaces in file paths
312
### v1.1.0 (12/09/2021)

Diff for: README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<img src="https://github.com/UnamSanctam/UnamBinder/blob/master/UnamBinder.png?raw=true">
33

4-
# UnamBinder 1.1.1 - A free silent native file binder
4+
# UnamBinder 1.2.0 - A free silent native file binder
55

66
A free silent (hidden) open-source native file binder.
77

@@ -24,6 +24,16 @@ You can find the wiki [here](https://github.com/UnamSanctam/UnamBinder/wiki) or
2424

2525
## Changelog
2626

27+
### v1.2.0 (14/09/2021)
28+
* Replaced windres with a custom compiled windres that supports spaces in file paths
29+
* Removed Base64 encoding/decoding in favor of using bytes directly, meaning no build file size overhead and much faster decoding
30+
* Added new Fake Error option that will display a custom error when the build is started
31+
* Added new Start Delay option to delay the dropping and execution of files, can bypass Windows Defender sandboxing
32+
* Added extensive error checking and more thorough messages whenever anything goes wrong
33+
* Added new log files for compiler errors
34+
* Fixed support for executing all types of files
35+
* Fixed possible bug when encoding very large files
36+
* Cleaned up code
2737
### v1.1.1 (12/09/2021)
2838
* Worked around windres limitation of not supporting spaces in file paths
2939
### v1.1.0 (12/09/2021)

Diff for: UnamBinder.png

285 Bytes
Loading

Diff for: UnamBinder/Builder.Designer.cs

+96-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)