Skip to content

Releases: essentialkaos/aligo

Version 2.2.3

07 Dec 22:00
v2.2.3
578d0a6
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • README improved
  • Dependencies update
  • Code refactoring

Version 2.2.2

30 Oct 20:29
v2.2.2
c7fcbc6
Compare
Choose a tag to compare

High Urgency

Changelog

Improvements

  • Dependencies update

Bugfixes

  • Fixed integer divide by zero when rendering empty embedded structs (by @neilalexander)
  • Fixed index out of range panic when inspecting AST (by @neilalexander)

Version 2.2.1

17 Jun 11:22
v2.2.1
e48de3c
Compare
Choose a tag to compare

Low Urgency

Changelog

Improvements

  • Dependencies update

Version 2.2.0

21 May 09:32
v2.2.0
f190298
Compare
Choose a tag to compare

High Urgency

Changelog

New Features

  • Added UI internationalization

Improvements

  • Code refactoring
  • Dependencies update

Bugfixes

  • Fixed type conversion panic in inspect.GetMaxAlign
  • Fixed bug with rendering empty spaces in alignment info (#154 by @silves-xiang)

Version 2.1.3

27 Apr 21:03
v2.1.3
bd8f261
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Code refactoring
  • Dependencies update

Version 2.1.2

01 Apr 12:20
v2.1.2
29591fa
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Improved support information gathering
  • Dependencies update

Version 2.1.1

08 Dec 08:36
v2.1.1
d99b549
Compare
Choose a tag to compare

Critical Urgency

Changelog

Bugfixes

  • Fixed bug with wrong exit code if all structs are well aligned

Version 2.1.0

05 Dec 12:52
v2.1.0
612a4ce
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added -P/--pager option to use pager (more/less) for long output

Improvements

  • Improved verbose version info output
  • UI improvements
  • Code refactoring

Bugfixes

  • Fixed bug with wrong exit code when unaligned structs were found

Version 2.0.2

12 Aug 20:34
v2.0.2
4a44086
Compare
Choose a tag to compare

High Urgency

Changelog

Bugfixes

  • Updated module version to v2
  • Fixed typo

Version 2.0.1

12 Aug 19:59
v2.0.1
70a1575
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Improve verbose version info gathering
  • Improve version output

Bugfixes

  • Fixed bug with formatting fields type
  • Fixed bug with disabling colors when pager (less/more) is used