github hymkor/csvi v1.22.0

latest releases: v1.23.2, v1.23.1, v1.23.0...
4 months ago

Changes in v1.22.0 (English)

User-Facing Changes

  • Prevent creation of empty lines at EOF without newline characters. (#79)
  • Fixed an issue where the version string was empty when installed via 'go install'. (#82, #84; Thanks to @gsmitheidw)
  • Add -version option (#82, #85; Thanks to @gsmitheidw)

API Changes & Deprecations

  • Deprecate KeyEventArgs.CursorRow and CursorCol; use CurrentRow() and CurrentCol() instead. (#80)
  • Export Application.isDirty as IsDirty (#81)

Internal & Build Improvements

  • Improved build portability by replacing local helper tools with go run (make release, make manifest, make readme and make docs). (#83, #87)

Changes in v1.22.0 (Japanese)

ユーザインターフェイス変更

  • EOF に到達した際、改行を含まない 0 バイト行を生成しないようにした。 (#79)
  • go install でインストールした際に、バージョン情報が表示されない問題を修正した (#82, #84; Thanks to @gsmitheidw)
  • -version オプションを追加 (#82, #85; Thanks to @gsmitheidw)

API 変更

  • KeyEventArgs.CursorRow, CursorCol を Deprecated とした。今後は、かわりに CurrentRow(), CurrentCol() を使用のこと (#80)
  • Application.isDirtyIsDirty として公開とした (#81)

内部/保守改善

  • go run の活用により、外部ツール不要でビルド・メンテナンスができるよう改善した (make release, make manifest, make readme, make docs) (#83, #87)

Don't miss a new csvi release

NewReleases is sending notifications on new releases.