- Fix: Unhandled exception in gopkg.in/yaml.v3 ( https://github.com/nyaosorg/nyagos/security/dependabot/1 )
- (#420) Add: support for building on macOS (Thanks to @zztkm)
- (#421) Fix: environemt variables which batchfiles remove were not erased.(Thanks to @tsuyoshicho)
- (#422) Fix: when %PROMPT% contained $h, the edit start position shifted to the right.(Thanks to @Matsuyanagi)
- Fix: when terminal's background-color was white, characters in the readline was invisible. (Use not white but terminal's default color for foreground color)
- Improved the problem that timeout does not work well in command name completion.
- Move sub-packages into internal folder
- Use Generics-type for the dictionary that key's cases are ignored.
- Fixed Makefile error on non-Windows
- (#424) fuzzy finder extension integration(catalog) (Thx @tsuyoshicho)
- セキュリティー警告対応のため、gopkg.in/yaml.v3 に依存するモジュールを直接利用しないようにした( https://github.com/nyaosorg/nyagos/security/dependabot/1 )
- (#420) macOS でのビルドをサポート (Thanks to @zztkm)
- (#421) バッチファイルが環境変数を削除した時、それが反映されていない問題を修正(Thanks to @tsuyoshicho)
- (#422) プロンプトに$hを使った時、編集開始位置が右にずれる不具合を修正(Thanks to @Matsuyanagi)
- 端末の背景色が白の時、入力文字が全く見えない不具合を修正(端末デフォルト文字色を使用)
- コマンド名補完において、タイムアウトが効きづらい問題を改善
- サブパッケージを internal フォルダー以下へ移動
- キーの英大文字・小文字を区別しない辞書に Generics を使用するようにした。
- Windows以外で Makefile がエラーになる問題を修正
- (#424) fuzzy finder 拡張機能の統合 (Thx @tsuyoshicho)