Skip to content

Releases: grol-io/grol

v0.97.0

07 Jan 02:54
4ad4f09

Choose a tag to compare

What's Changed

  • Add support for single quote rune literal (e.g 'A') as int by @ldemailly in #475

  • And more dependencies update

Full Changelog: v0.96.3...v0.97.0

Changelog

  • 4ad4f09 Add support for single quote rune literal as int (#475)
  • e45de10 Bump actions/checkout from 6.0.0 to 6.0.1 (#470)
  • 68681db Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#473)
  • c048c1b Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 (#469)

v0.96.3

23 Dec 18:48
e2ac37d

Choose a tag to compare

What's Changed

  • Bump fortio.org/terminal from 0.62.0 to 0.63.0 in the fortio group by @dependabot[bot] in #474

Full Changelog: v0.96.2...v0.96.3

Changelog

  • e2ac37d Bump fortio.org/terminal from 0.62.0 to 0.63.0 in the fortio group (#474)

v0.96.2

10 Dec 22:19
5e219b6

Choose a tag to compare

What's Changed

  • Fix register dereferencing for map literal values in #472

Full Changelog: v0.96.1...v0.96.2

Changelog

  • 5e219b6 Fix register dereferencing for map literal values (#472)

v0.96.1

07 Dec 22:06
38dc249

Choose a tag to compare

What's Changed

  • Fix register dereferencing when used as map keys in #468
  • Grol2go: currently just creates a binary that still interprets the grol code in #465

Full Changelog: v0.96.0...v0.96.1

Changelog

  • 38dc249 Fix register dereferencing when used as map keys (#468)
  • 8c5b3c7 Grol2go: currently just creates a binary that still interprets the grol code (#465)

v0.96.0

03 Dec 17:39
2d3df47

Choose a tag to compare

What's Changed

  • Add 3-part for loop syntax (start:end:incr) in #462
  • Fix register reference bug in variable assignment inside loops in #464

Note: while we have a sprinkle of AI here, it's been carefully reviewed and guided, not typical AI slop

Full Changelog: v0.95.3...v0.96.0

Changelog

  • 339aa23 Add 3-part for loop syntax (start:end:incr) (#462)
  • 2d3df47 Fix register reference bug in variable assignment inside loops (#464)

v0.95.3

01 Dec 15:46
f91353f

Choose a tag to compare

What's Changed

  • Don't echo back what is being read() when not in terminal mode by @ldemailly in #460
  • dependency updates

Full Changelog: v0.95.2...v0.95.3

Changelog

  • de31014 Bump actions/checkout from 5.0.0 to 6.0.0 (#457)
  • 53324f6 Bump fortio.org/terminal from 0.61.0 to 0.62.0 in the fortio group (#456)
  • 97ea30a Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#458)
  • f91353f Don't echo when not in terminal mode (#460)

v0.95.2

11 Nov 23:33
b51acfe

Choose a tag to compare

Latest terminal/ansipixels (and x/image while at it)

What's Changed

  • Bump golang.org/x/image from 0.30.0 to 0.33.0 by @dependabot[bot] in #455
  • Bump fortio.org/terminal from 0.60.3 to 0.61.0 in the fortio group by @dependabot[bot] in #454

Full Changelog: v0.95.1...v0.95.2

Changelog

  • b51acfe Bump fortio.org/terminal from 0.60.3 to 0.61.0 in the fortio group (#454)
  • 081923b Bump golang.org/x/image from 0.30.0 to 0.33.0 (#455)

v0.95.1

10 Nov 23:15
eba05e2

Choose a tag to compare

Same as 0.95.0 but with wasm build fixed (without the new ShellExec command0

What's Changed

Full Changelog: v0.94.0...v0.95.1

Changelog

v0.95.0

10 Nov 23:08
e208451

Choose a tag to compare

What's Changed

  • Adding special -c "exec ..." mode for direct exec like login shell by @ldemailly in #446
  • Update golangci-lint version to v2.6.1 and linter induced updates and fortio log,cli.terminal bumps by @ldemailly in #451

Full Changelog: v0.94.0...v0.95.0

Changelog

  • 433df97 Adding special -c "exec ..." mode for direct exec like login shell (#446)
  • 795a155 Bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#449)
  • 787139e Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#450)
  • e208451 Update golangci-lint version to v2.6.1 (#451)

v0.94.0

07 Nov 19:28
09ef81c

Choose a tag to compare

What's Changed

  • Add float() and allow spaces in string input for int() by @ldemailly in #443
  • Bump fortio.org/progressbar from 1.1.0 to 1.2.0 in the fortio group by @dependabot[bot] in #441

Full Changelog: v0.93.1...v0.94.0

Changelog

  • 09ef81c Add float() and allow spaces in string input for int() (#443)
  • a54867b Bump fortio.org/progressbar from 1.1.0 to 1.2.0 in the fortio group (#441)