Skip to content

Releases: yo-goto/source-fish

0.3.0

18 Feb 10:37
Compare
Choose a tag to compare
  • 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

0.2.1

16 Feb 13:41
Compare
Choose a tag to compare
  • v0.2.1
    • Improvement
      • modified question loop in config option mode

0.2.0

15 Feb 11:31
Compare
Choose a tag to compare
  • v0.2.0
    • New feature
      • added new option p/permit to source fish files in the current project without confirmation
    • 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

0.1.6

14 Feb 11:13
Compare
Choose a tag to compare
  • 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

0.1.5

13 Feb 08:14
Compare
Choose a tag to compare
  • 0.1.5
    • changed selection items in the second loop to be more understandable
    • changed failed msg to No files found
    • fixed __source-fish_times bug with no argument
    • added another loop to config option mode for usability

0.1.4

12 Feb 15:52
Compare
Choose a tag to compare
  • 0.1.4
    • added new option flags -r and --recent to find recently modified fish files under the current directory

0.1.3

12 Feb 13:40
Compare
Choose a tag to compare
  • 0.1.3
    • fixed help message
    • config option: added r/recent option to source recently changed files

0.1.2

12 Feb 11:01
Compare
Choose a tag to compare
  • 0.1.2
    • cleaned code

0.1.1

12 Feb 08:52
Compare
Choose a tag to compare
  • 0.1.1
    • modified test option (now, test option tries to find "./test/" and "./tests/" folders)

0.1.0

12 Feb 08:26
Compare
Choose a tag to compare
  • 0.1.0
    • added question loops
    • made find command conditions simple
    • added --config option to source fish files in the config directory