Skip to content

Releases: otiai10/amesh

v1.5.1: Use git tag version for amesh --version output

01 Jan 10:23

Choose a tag to compare

- Add runtime/debug to get module version from go install
- Inject version via -ldflags in release workflow
- Fallback priority: ldflags > ReadBuildInfo > "dev"

v1.5.0: Enable HalfBlock and TrueColor for CellGrid renderer

01 Jan 10:23

Choose a tag to compare

Utilize gat v1.1.0 features for improved image quality with -p flag:
- HalfBlock: 2x vertical resolution using half-block characters
- TrueColor: 24-bit RGB colors instead of 256-color palette

v1.4.0

20 Jul 15:33

Choose a tag to compare

Update versions: v1.4.0

v1.3.0: 大阪対応した

28 Feb 05:24

Choose a tag to compare

v1.2.7

01 Jun 09:57

Choose a tag to compare

Fix sha256

v1.2.6

01 Jun 08:50

Choose a tag to compare

Formulaの更新を自動化してくれねえか

v1.2.5

01 Jun 05:15

Choose a tag to compare

トークンの渡し方修正

v1.2.4

01 Jun 05:05

Choose a tag to compare

それっぽいリリースworkflowつくった(たぶんうごく)

v1.2.3

01 Jun 04:50

Choose a tag to compare

ヘルプメッセージにversion表示を入れた

v1.2.0 💥 [Breaking Change]

15 Mar 03:17
2242543

Choose a tag to compare

  • GetEntry returns *Entry, not Entry
  • Image() renamed to GetImage()
  • GetEntries added