Releases: yo-goto/source-fish
Releases · yo-goto/source-fish
0.3.0
- v0.3.0
- Improvement
- removed 'q' hidden choice to exit in the config option mode to avoid confusing with 'q:quiet' choice
- Refactor
- added explicit returns to be more understandable code exits
- simplified the way to setup a list to source files in no argument handling
- unified optional processes into a single common process
- Improvement
0.2.1
0.2.0
- v0.2.0
- New feature
- added new option
p/permit
to source fish files in the current project without confirmation
- added new option
- Improvement
- changed config option mode sequence, more user-friendly
- added source failed message
- modified all option process logics & made them consistent
- Refactor
- renamed the inner function option name 'test' to 'quiet'
- modified the help message
- New feature
0.1.6
- 0.1.6
- New feature
- added new selection item to open config dir with vscode or filer in config option mode
- Improvement
- changed the time range for recently modified files to 60 min
- modified interactive question message
- Refactor
- modified exit statuses
- split the main func and made a helper for the config option
- New feature