Releases: ManojTGN/ascii-table
Releases · ManojTGN/ascii-table
0.5.0
0.4.1
Features
- add Code Of Conduct
- add Security Policy
- add License
- add Contribute.md
Fixes
- Fix Little Memory Leaks
- Change Controls Parameter
Full Changelog: 0.4.0...0.4.1
v0.4.0
v0.3.2
Features
- Add Output Table Alignments
- Add Non Printable Characters
- Change To Package
Fixes
- Fix No Input Output Table
- Fix Ascending & Descending Order
- Fix Output Table Excess Random Character
Full Changelog: 0.3.1...0.3.2
v0.3.1
Fixes
- fix single character output
- fix char size to 1 byte
- fix length error
- fix parameters
Full Changelog: 0.3.0...0.3.1
v0.3.0
Features
-
Add Table Format Output
-
Add Parameters
--specials
shows all special char ascii codes--controls
shows all non printable ascii codes(in dev)
-
Add Input Types
b
for binary inputo
for octal inputd
for decimal input0x
for hexadecimal input
-
Update parameters
- from
--oct
to--octa
- from
--des
to--desc
(*for naming confusion)
- from
Fixes
- Fix Long Input
- Fix Negative Value
- Fix Incorrect Color Format
Full Changelog: 0.2.0...0.3.0
v0.2.0
v0.1.0
Features
- Add Parameters (
alphas
,digits
,hex
,octa
,dec
,asc
,des
) (731ed8c) - Add Output Table Representation (8e62378)
Fixes
- parameter
--alphas
--digits
crash (49df86b)
Full Changelog: https://github.com/ManojTGN/ascii-table/commits/0.1.0