Skip to content

Releases: ManojTGN/ascii-table

0.5.0

03 May 02:27
Compare
Choose a tag to compare

Features

  • change to utf-16 borderline
  • change (chr column) yellow to gold
  • works with/without the renderer (renderer.dll)

Fixes

  • fixed various bugs

0.4.1

11 Apr 11:55
0377ba7
Compare
Choose a tag to compare

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

11 Apr 06:43
Compare
Choose a tag to compare

Features

  • add resource file rc & add icon
  • add github action ( build & test )
  • add unit test

Fixes

  • fix table alignment & --octa parameter ( #2 )
  • fix excess character issue ( #1 )
  • fix makefile

Full Changelog: 0.3.2...0.4.0

v0.3.2

10 Apr 10:23
Compare
Choose a tag to compare

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

08 Apr 15:41
Compare
Choose a tag to compare

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

08 Apr 14:52
Compare
Choose a tag to compare

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 input
    • o for octal input
    • d for decimal input
    • 0x for hexadecimal input
  • Update parameters

    • from --oct to --octa
    • from --des to --desc
      (*for naming confusion)

Fixes

  • Fix Long Input
  • Fix Negative Value
  • Fix Incorrect Color Format

Full Changelog: 0.2.0...0.3.0

v0.2.0

15 Nov 08:59
Compare
Choose a tag to compare

Features

Fixes

Full Changelog: 0.1.0...0.2.0

v0.1.0

15 Nov 07:59
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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