Skip to content

Releases: j178/leetgo

v1.0-beta.5

14 May 06:10
Compare
Choose a tag to compare

Changelog

Features

Others

v1.0-beta.4

08 May 08:20
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

Others

v1.0-beta.3

02 May 09:23
Compare
Choose a tag to compare

Changelog

Features

  • c2e5acf: feat: implement basic slice comparison ignoring order (#166) (@j178)
  • ea1842a: feat: add more subscript and superscript unicode letters (@j178)

Bug fixes

Others

v1.0-beta.2

28 Apr 15:18
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

Others

v1.0-beta.1

27 Apr 06:38
96e8526
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

Others

v1.0-beta

18 Apr 13:07
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

Others

v0.4.0-beta.1

15 Apr 18:44
8782491
Compare
Choose a tag to compare

Changelog

Features

  • d4e51be: feat: allow overwriting internal blocks (#140) (@j178)
  • 2b87b5f: feat: add version to directly embed language libraries (#146) (@j178)
  • 8782491: feat: improve compatibility with compilers other than gcc by embedding stdc++.h (#145) (@w43322)

Bug fixes

Others

v0.4.0-beta

26 Mar 09:32
Compare
Choose a tag to compare

This version, we implemented a unified local testing framework (see #112 ), and rewrited the Go local testing, added CPP local testing (thanks @w43322 ).

And must noted that we changed the code template, you will need to remove the previous global config and generate a new one:

rm ~/.config/leetgo/config.yaml
leetgo init

Changelog

Features

Bug fixes

Others

v0.3.0

25 Feb 09:28
Compare
Choose a tag to compare

Changelog

Features

  • 52f8584: feat: support leetgo open (#115) (@forestmgy)
  • 5386c69: feat: support generate description in a separate markdown file, defaults to false (question description will be included in the code file) (#94) (@j178)
  • 806fd0d: feat: replace hclog with charmbracelet/log (#118) (@j178)
  • 27cc397: feat: add TypeScript generation (@j178)
  • a9a1056: feat: bump kooky to include support of chromium-based Edge on macOS (#120) (@j178)

Bug fixes

Others

v0.2.3

18 Feb 05:04
Compare
Choose a tag to compare

Changelog

Features

  • 452a442: feat: generate code diff between AI and original (@j178)