Skip to content

Releases: nyaosorg/go-inline-animation

v0.3.1

23 Feb 02:11

Choose a tag to compare

Changes in v0.3.1 (English)

  • Fixed an issue where the animation was erased asynchronously during termination, causing incorrect cursor positioning. (#6)

Changes in v0.3.1 (Japanese)

  • 終了処理の際、パターンの消去が非同期で行われて、消去位置が狂う問題を修正 (#6)

v0.3.0

22 Jan 03:17

Choose a tag to compare

Changes in v0.3.0 (English)

  • Made the Width field of the Animation struct optional. (#1)
  • It is now automatically measured using go-runewidth.
  • Added the Interval field. (#2)
  • Added built-in patterns: Dots and Bars. (#3)
  • Set Dots as the default pattern for the Progress function. (#3)
  • Added CursorOn and CursorOff constants. (#4)

Changes in v0.3.0 (Japanese)

  • 構造体 Animation のフィールド Width を省略できるようにした (#1)
    • go-runewidth で自動計測するようにした
  • フィールド: Interval を追加 (#2)
  • パターン Dots, Bars を用意 (#3)
  • 関数 Progress のデフォルトパターンとして Dots を使うようにした (#3)
  • 定数 CursorOn と CursorOff を追加 (#4)

v0.2.0

22 Jan 03:16

Choose a tag to compare

Changes in this release (English)

  • Added Go Modules support.
  • Changed the repository owner from zetamatta to nyaosorg.

Changes in this release (Japanese)

  • Go Modules をサポート
  • レポジトリ所有者をzetamatta から nyaosorg へ変更

v0.1.0

22 Jan 03:15

Choose a tag to compare

Changes in this release (English)

  • Initial release.

Changes in this release (Japanese)

  • 初版