Skip to content

Latest commit

Β 

History

History
141 lines (119 loc) Β· 4.69 KB

CHANGELOG.md

File metadata and controls

141 lines (119 loc) Β· 4.69 KB

Change Log

All notable changes to diraction will be documented in this file. This project adheres to Semantic Versioning.

0.17.1 - 2020-08-24

Changed

  • ✍️ Improved completion of subcommands (#25)

0.17.0 - 2020-04-14

Added

  • 🧭 Working non prefix dir completion (#18)
  • πŸ“‚ Create missing folder if requested (#19)
  • πŸ’¬ Quoted exec (#20)
  • πŸ₯— Support kebab case names (#22)

Changed

  • give up on original scope: leading commits old convention. (had forgot one more time about them πŸ€¦β€β™‚οΈ)

0.16.1 - 2020-04-12

Changed

  • Refreshed CI and set up github actions

0.16 - 2019-04-16

Added

  • prefix matching with : and ^

Changed

  • Improved ls/tree completion (_ls/_tree keeping old behavior)

Fixed

  • Completion of path with leading -

0.15 - 2017-10-07

Added

  • better completion for commands in a diraction
  • fuzzy matching for folder completion /
  • nested directory completion for folder completion //

0.14 - 2017-10-05

Added

  • Can now perform action in diraction subdirs
  • Adequate completion for these actions

Changed

  • highlight the commands in the helps

0.13 - 2017-10-04

Added

  • Ls diractions command now accept pattern as input
  • Instructions to install with others package manager than antigen
  • Test infrastructure and covering of all notable zsh version from 4.3

0.12.x - 2015-06-04

Added

  • Magic completion EVERYWHERE

Changed

  • Improved subcommand help
  • Now support leading - for directory in subcommand completion

Fixed

  • Bug fix diractions containing whitespace are now handled correctly

0.12 - 2015-05-25

Added

  • Help for all command with --help -h
  • diraction save command
  • diraction whitelist and blacklist command

0.11 - 2015-05-25

Added

  • introduce a where function aliases to w and ?
  • Shpec skeleton test

Fixed

  • now completion of folder really ignore files

0.10.2 - 2015-03-02

Added

  • completion of whitelisted commands
  • messages on completion groups

Changed

  • ls and tree subcommand can now take options

0.10.1 - 2015-03-02

Fixed

  • changelog links
  • wrong alias suggestion for exec

Changed

  • improved completion help

0.10 - 2015-02-27

Added

  • introduce a real Changelog
  • basic completion for diraction command suite
  • advanced completion for dispatchers subfolder

0.9.1 - 2015-02-17

Fixed

  • fixes for Apple Darwin support (sed options)

0.9 - 2015-02-14

Added

  • introduce servicing hatch subcommand with -, ,, _
  • improved subdir feature: warning if subdir does not exist. (making jump int parent anyway).
  • introduce / and somesubdir subcommand

Changed

  • hiding of the '(eval):1:' error message in interactive mode

0.8 - 2014-12-23

Added

  • proper README with examples
  • new Header

0.7 - 2014-12-17

Added

  • function to check syntax of diraction defun file
  • function to check that directory exists or not

More history digging would be done one day