Improved
v2.0.0-alpha.2
- BREAKING CHANGE: Rename
preview.recent_filessetting topreview.history_size. This needs fix in the configuration file. Please fix it manually or re-generate it by the--generate-config-filecommand line option.preview: - recent_files: 100 + history_size: 100 - Move the reopened history item to the top of the history so that it can be easily accessed later.
- Set the application icon in dock when Shiba is run from terminal on macOS.
- Avoid a white screen flicker when opening the application with a large Markdown file in dark mode.
- Remove file paths which don't exist while navigating the history with
Forward/Back. - Set the parent window to the dialogs.
- Let OS determine the default current directory of file dialogs unless
dialog.default_dirsetting is specified. Note that Shiba launched from terminal still prioritizes the terminal's current working directory on macOS. - Shiba is now released on crates.io. Shiba can be installed via command.