Skip to content

Releases: nyaosorg/nyagos

4.4.10_3

30 Aug 10:50
Compare
Choose a tag to compare
  • (#412) Fix: The widths of Box Drawing (U+2500-257F) on the commandline were incorrect on the legacy terminals (on not Windows Terminal in Windows10)
  • Attach the package some new icon files

  • (#412) Windows10の、WindowsTerminalでない端末で、コマンドラインの 罫線キャラクター (U+2500-257F) の幅が不正確になっていた問題に対応
  • パッケージに新しいアイコンファイルを添付

4.4.10_2

23 Jul 00:36
Compare
Choose a tag to compare
  • Fix: the replacing result for %DATE% was not compatible with CMD.EXE's output on codepage 437
  • go-readline-ny v0.4.13: Support Mathematical Bold Capital (U+1D400 - U+1D7FF) on the Windows Terminal
  • Even if the option -o is given, remove ESC[0m from the output of redirected ls
  • Fix: (#411) the document that English part and Japanese were written in inverse places (Thx! @tomato3713)
  • Organize and automate the test-codes

  • コードページ437 で、%DATE% の置換結果が CMD.EXE 非互換になっている不具合を修正
  • go-readline-ny v0.4.13: Windows Terminal で Mathematical Bold Capital (U+1D400 - U+1D7FF) の編集をサポート
  • -oオプションがついていも、リダイレクトされた ls の出力から ESC[0m を除くようにした
  • (#411) 英語部と日本語部が入れ変わっていたドキュメントを修正 (Thx! @tomato3713)
  • テストコードの整理、自動化

4.4.10_1

02 Jul 15:42
Compare
Choose a tag to compare
  • Fix: When the folder ./dll existed and the folder DLL existed on CDPATH, typed path dll was replaced to DLL with completion (The problem is that the path's cases were changed)
  • Fix: clone: the current directory was not kept when the current directory name has a space

  • ./dll というフォルダが存在して、CDPATH上に DLL がある時、入力されたパス dll が補完で DLL に置き変わっていた動作を修正(英大文字・小文字が変わってしまうのが問題)
  • 空白を含むディレクトリでの clone コマンドで、カレントディレクトリが維持されない不具合を修正

4.4.10_0

25 Jun 11:37
Compare
Choose a tag to compare
  • nyagos.d/aliases.lua: abspath can be given wildcard names
  • Raise a suitable error when OLEOBJECT._release() is used instead of OLEOBJECT:_release() on Lua script by updating the package glua-ole.
  • echo outputs a double-quatation same as CMD.EXE does
  • Fix that "..\"..\".." was changed to "..\"..".." as raw-string on parsing.
  • (#410) Stop to ignore SIGTERM to shutdown immediately when terminal's close button is pressed (Thx @nocd5)
  • On WindowsTerminal (1.8~) , clone starts a new shell in the same Window's other tab
  • Fix: clone command did not work on WindowsTerminal because wt.exe was not available via apppath
  • Fix: su: the network drives were not connected
  • Use Makefile(GNU Make) to build instead of PowerShell(make.cmd)
  • Can build on Linux

  • nyagos.d/aliases.lua: abspath をワイルドカード対応にした
  • Luaで、OLEOBJECT:_release() ではなく、 OLEOBJECT._release() が使われた時に適切なエラーが起こされるようにした(glua-oleパッケージを更新)
  • CMD.EXE と同様、echo で二重引用符を出力させるようにした
  • "..\"..\".." という文字列が字句解析の結果、"..\"..".." になってしまう不具合を修正
  • (#410) 端末の閉じるボタンが押された時にただちに終了させるため SIGTERM を無視しないようにした (Thx @nocd5)
  • WindowsTerminal 1.8 以降で、cloneコマンドは同じウインドウの別タブで起動するようにした
  • アプリ実行エイリアス経由で wt.exe が呼べず、WindowsTerminal下で clone コマンドが動かなくなっていた問題を修正
  • suでネットワークドライブが引き継がれてない不具合を修正
  • ビルドするのに PowerShell(make.cmd) ではなく Makefile(GNU Make)を使うようにした
  • Linux でもビルドできるようにした

4.4.9_7

22 May 12:31
Compare
Choose a tag to compare
  • (#409) Fix: the wildcards expansion with set -o glob or nyagos.option.glob=true did not work for command alias (Thx @juggler999)

  • (#409) set -o globnyagos.option.glob=true による外部コマンド向けワイルドカード展開が効かなくなっていた不具合を修正 (Thx @juggler999)

4.4.9_6

06 May 22:29
Compare
Choose a tag to compare
  • (#406) Fix: nyagos.argsfilter did not work, raw arguments were not converted and suffix command did not work as expected. (Thx @tGqmJHoJKqgK)
  • (P.S.) Experimentally, Documents are omitted from zip-archive because they can be read on the online.

  • (#406) nyagos.argsfilter で生引数がコンバートされず、suffixコマンドが期待どおり機能しなくなっていた不具合を修正 (Thx @tGqmJHoJKqgK)
  • (追記)オンラインで読めるので、試験的にドキュメントを ZIPアーカイブより省略( #407 にて指摘いただきました。当初、変更履歴に書いていませんでした )

4.4.9_5

03 May 03:07
Compare
Choose a tag to compare
4.4.9_5 Pre-release
Pre-release
  • (#404) go-readline-ny v0.4.10: Fix that Yes/No's answer:Y is inserted in the next commandline.
  • go-readline-ny v0.4.11: Support Emoji Moifier Sequence (skin tone)
  • Improve colored-ls's speed on Windows8.1 when CPU load is high.
  • ( Do not use "io/ioutil" )
  • Prevent from the message break the commandline when the process finishes which is started by open command.
  • go-readline-ny v0.4.12: Disable emoji editing in the terminal of VisualStudioCode
  • (#403) Support -S,-C and -K options like CMD.EXE
  • (#403) Fix: some irregular double-quotations in the commandline were removed when the parameter is sent to the external commands.
  • (#405) Add fuzzyfinder catalog module (Thx @tsuyoshicho)

  • (#404) go-readline-ny v0.4.10: Yes/Noの回答のYが次のコマンドラインに入力される不具合を修正
  • go-readline-ny v0.4.11: Emoji Moifier Sequence (skin tone) をサポート
  • Windows 8.1でCPU負荷が高い時のカラーlsの速度を改善した
  • ( "io/ioutil" を使わないようにした )
  • open で開いたプロセスが閉じる時のメッセージがコマンドラインに重ならないようにした
  • go-readline-ny v0.4.12: VisualStudioCodeのターミナルでは絵文字編集はオフにするようにした
  • (#403) CMD.EXE のような -S,-C,-K オプションをサポート
  • (#403) コマンドラインの不規則な二重引用符が外部コマンドに渡される時に削除される問題を修正
  • (#405) fuzzyfinder catalog module を追加 (Thx @tsuyoshicho)

4.4.9_4

06 Mar 12:22
Compare
Choose a tag to compare
  • (#400) add check the existance of commands for subcomplete.lua (Thx @tsuyoshicho )
  • (#401) add subcompletion choco/chocolaty (Thx @tsuyoshicho )
  • Fix: the layout on ls and Ctrl-O selection was broken in WindowsTerminal
  • go-readline-ny v0.4.4: Fix: When ANYCHARACTER + Ctrl-B + ZeroWidthJoin Sequence are typed, view was broken
  • go-readline-ny v0.4.5: Variation Selector Sequence can include ZeroWidthJoinerSequence
  • go-readline-ny v0.4.6: Editing Combining Enclosing Keycap after Variation Selector (#️⃣)
  • Fix: (#402) "echo !xxx" causes unexpected end of nyagos (Thx @masamitsu-murase)
  • go-readline-ny v0.4.7: REGIONAL INDICATOR (U+1F1E6..U+1F1FF) 🇦 🇧 🇨...
  • go-readline-ny v0.4.8: WAVING WHITE FLAG and its variations (U+1F3F3 U+FE0F?)🏳/🏳️
  • go-readline-ny v0.4.8: RAINBOW FLAG (U+1F3F3 U+200D U+1F308) 🏳‍🌈

  • (#400) サブコマンド補完向けのコマンドの存在チェック追加(Thx @tsuyoshicho )
  • (#401) choco/chocolaty 向けサブコマンド名補完追加(Thx @tsuyoshicho )
  • WindowsTerminal で ls や Ctrl-Oの選択時のレイアウトが崩れる問題を修正
  • go-readline-ny v0.4.4: 任意の一字 + Ctrl-B + 合字が入力された時、表示が乱れる問題を修正
  • go-readline-ny v0.4.5: 合字の異体字サポート
  • go-readline-ny v0.4.6: 異体字の後の囲み記号の編集をサポート(#️⃣)…なお、表示は #□ のまま
  • (#402) "echo !xxx" でシェルがいきなり終了してしまう問題を修正 (Thx @masamitsu-murase)
  • go-readline-ny v0.4.7: REGIONAL INDICATOR (U+1F1E6..U+1F1FF) でカーソル位置が狂わないようにした 🇦 🇧 🇨...
  • go-readline-ny v0.4.8: WAVING WHITE FLAG and its variations (U+1F3F3 U+FE0F?) 🏳/🏳️
  • go-readline-ny v0.4.8: RAINBOW FLAG (U+1F3F3 U+200D U+1F308) 🏳‍🌈

4.4.9_3

19 Feb 15:28
Compare
Choose a tag to compare
  • readline: on WindowsTerminal: Support Variation Selectors of Unicode
  • (#397) Add scoop subcommand completion ( use "subcomplete.lua" ) (Thx @tomato3713)
  • Completion: make English case of completed word to the shortest candidate
  • (#398) Fix: the default value for io.popen's second parameter did not work (Thx @ironsand)
  • (#399) Improve utf8 offset (Thx @masamitsu-murase)
  • Support ALT-/ key bind (Thx @masamitsu-murase) nyaosorg/go-readline-ny#1
  • readline: Fix the problem that emoji and circled digits could not be input in WindowsTerminal 1.5

  • WindowsTerminal利用下の一行入力で Unicode の異体字をサポート
  • (#397) scoopコマンドのサブコマンド補完を追加 (use "subcomplete.lua") (Thx @tomato3713)
  • 補完時に最も短い候補に英大文字/小文字をあわせるようにした
  • (#398) io.popen の第二引数のデフォルトが機能していなかった (Thx @ironsand)
  • (#399) utf8 offset の改良 (Thx @masamitsu-murase)
  • ALT-/ キーバインドのサポート (Thx @masamitsu-murase) nyaosorg/go-readline-ny#1
  • WindowsTerminal 1.5 で絵文字や丸数字が入力できなくなっていた問題を修正

4.4.9_2

08 Jan 12:19
Compare
Choose a tag to compare
  • (#342) Stop killing child process on Ctrl-C pressed. Expect the terminal sends SIGINT to each process running on

  • (#342) Ctrl-C 押下時に子プロセスを kill しないようにした。ターミナルがプロセスに SIGINT を送るのに任せるようにした。