Skip to content

Latest commit

 

History

History
97 lines (97 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

97 lines (97 loc) · 3.31 KB
  • v1.7.12
    • fin v0.1.5: added new subcommands: chakraui, mui, npmtrends
  • v1.7.11
    • New feature
      • fin: added new subcommands: git, daisyui
    • Refactor
      • fin: modified local scope flags
      • fin: sorted a url list
      • changed helper function names
  • v1.7.10
    • Improvement
      • ggl: made string join process more stable (now ggl can accept - character after typing --)
      • ggl: changed prompt message format
      • ggl: made help message simpler & more readable
      • fin: modified list message color
      • fin: added new subcommand fin ls long to show the long list
    • Bug fix
      • ggl: modified exit status in argparse
      • ggl: fixed language option error message
  • v1.7.9
    • Improvement
      • fin: added fish docs entry
      • fin: modified fish shell doc entry url
      • ggl: added cygstart for windows Cygwin
      • cleaned code
  • v1.7.8
    • New feature
      • fin: new subcommand vscode and neovim
    • Improvement
      • ggl: implemented command testing for open instead of os detection
  • v1.7.7
    • New feature
      • fin: new subcommand tokio, gh, tailwindcss, svelte
      • fin: added new option --long and fixed --list option
    • Improvement
      • fin: unified url management ways
      • ggl: modified --test option (hide keyword sections)
  • v1.7.6
    • New feature
      • fin: new subcommand tmux, iterm2
      • fin: new subcommand ls to show the list of all URLs & site names
    • Improvement
      • fin: fixed subcommand system
      • ggl: fixed --url option & messages
      • ggl: fixed xdg-open command message
  • v1.7.5
    • New feature
      • fin: new option --list can be used to see the list of all URLs & site names
  • v1.7.4
    • New feature
      • new subcommand to fin : fish
    • Bug fix
      • fin: fixed help option
      • fin: fixed no argument handling
      • fin: fixed urls format
      • ggl: fixed --noq option
  • v1.7.3
    • New feature
      • new subcommand to fin: yarn
      • fixed the feature opening docs with no argument
      • fixed ggl --noq option
  • v1.7.2
    • minor bug fix
  • v1.7.1
    • New feature
      • added subcommand emojipedia, nextjs to fin
      • added --noq option to ggl (open a site without keyword)
      • fin can open a site without keywords
  • v1.7.0
    • added new function fin - wrapper of ggl for frontend developers
  • v1.6.4
    • changed plugin description
    • added --site option (now, yoc can search with specific site)
  • v1.6.3
    • Improvement
      • modified --local option (now, you can also use -L flag)
      • changed the design of Interactive mode (more useful)
      • updated help option
    • Other
      • updated logo & README
  • v1.6.2
    • New Feature
      • added local host option (ggl opens localhost:3000 with --local flag)
    • Improvement
      • cleaned the code
      • modified test and debug option
  • v1.6.1
    • Improvement
      • made option handling more stable
      • made open command more stable
      • modified debug & help options
  • v1.6.0
    • New Feature
      • Interactive Mode
      • quiet option
    • Improvement
      • Code Refactoring: Split main function into some helper function