Skip to content

Commit

Permalink
Version 2.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Feb 4, 2025
1 parent b08764e commit 8d0366c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# History of Yash

## Yash 2.58.1 (2025-02-04)

- Updated the sample initialization script (yashrc):
- Version 2.58 changed the default `$HISTFILE` location to
`${XDG_STATE_HOME}/yash/history`, but the initialization script
was not making the containing directory. This was causing the
shell to fail to save the history file. The initialization script
now creates the directory if it does not exist.
- [line-editing] Version 2.58 added completion for fzy, but the NEWS
file did not mention it. This has been fixed.
- Fixed a test case in `tests/job-y.tst` that was failing when run as
root.

## Yash 2.58 (2025-02-02)

- The location of the initialization files can now be configured
Expand Down
13 changes: 13 additions & 0 deletions NEWS.ja
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Yash 更新履歴

## Yash 2.58.1 (2025-02-04)

- 初期化スクリプト (yashrc) のサンプルを更新:
- バージョン 2.58 でデフォルトの `$HISTFILE` の場所を
`${XDG_STATE_HOME}/yash/history` に変更したが、初期化スクリプトが
そのディレクトリを作成していなかったため、シェルが履歴ファイルの
保存に失敗していた。ディレクトリが存在しない場合は作成するように
修正した。
- [行編集] バージョン 2.58 で fzy の補完に対応したが、NEWS.ja に
書き忘れていた
- root で `tests/job-y.tst` にあるテストを実行すると失敗する問題を
修正

## Yash 2.58 (2025-02-02)

- 初期化ファイルの場所を `XDG_CONFIG_HOME` 変数でカスタマイズできる
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ temptxt="./.temp.txt"
dirs=". builtins doc doc/ja lineedit po tests"

target="yash"
version="2.58"
version="2.58.1"
copyright="Copyright (C) 2007-2025 magicant"

# object files to be linked as `yash'
Expand Down

0 comments on commit 8d0366c

Please sign in to comment.