-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog.txt
30 lines (23 loc) · 1001 Bytes
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Version 2.0.0 (October 4, 2024)
- Support for sending data to any Termbin-compatible services, using the new
-HostName and -Port parameters.
- Improve documentation packaging.
Version 1.1.3 (October 25, 2022)
- Timeout values are now represented by UInt32 objects. Removed validation.
Version 1.1.2 (April 30, 2021)
- No changes from 1.1.2-beta.
Version 1.1.2-beta (April 27, 2021)
- Improved handling of line endings. Thank you to @johnjohnk2 for reporting the
bug, and thank you to @indented-automation for the suggested improvement.
<https://github.com/rhymeswithmogul/Termbin4PS/issues/1>
Version 1.1.1 (January 14, 2021)
- Create Pester tests.
- Better error handling when Termbin can't be contacted.
- Update copyright year.
Version 1.1 (November 22, 2020)
- Renamed Send-Termbin to Out-Termbin.
- Defined Send-Termbin as an alias for Out-Termbin.
Version 1.0.1 (October 29, 2020)
- Added online help for the Send-Termbin cmdlet.
Version 1.0 (September 30, 2020)
- Initial release.