save_as_session: when the filename input by the user has no extension, automatically add the `.kitty-session` extension

Fixes #9919
This commit is contained in:
Kovid Goyal
2026-04-25 14:29:44 +05:30
parent a5940b4eb1
commit 851ec96979
2 changed files with 6 additions and 2 deletions

View File

@@ -258,6 +258,8 @@ Detailed list of changes
- macOS: Fix args passed via ``open --args`` being ignored when :file:`macos-launch-services-cmdline` is present (:iss:`9910`)
- :ac:`save_as_session`: when the filename input by the user has no extension, automatically add the ``.kitty-session`` extension (:pull:`9919`)
0.46.2 [2026-03-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~