Skip to content

Releases: daltonmenezes/hyper-init

hyper-init v1.5.3

14 Sep 01:15
Compare
Choose a tag to compare

What's Changed

  • Add zsh separator and clear command to shells.js by @vardargen in #15

New Contributors

Full Changelog: v1.5.2...v1.5.3

hyper-init v1.5.2

10 Feb 23:22
Compare
Choose a tag to compare

What's Changed

  • Fixed printf "\033[H" error on nushell by @W2725730722 in https://github.com//pull/14

New Contributors

  • @W2725730722 made their first contribution in #14

Full Changelog: v1.5.0...v1.5.2

hyper-init v1.5.0

24 Aug 04:20
d66cc42
Compare
Choose a tag to compare

Features

Others

  • Adds eslint, prettier, husky, lint-staged and more [05ed3a6]
  • Adds .editorconfig [45ea6de]
  • Updates License [edf5d7f]
  • Updates coding styles [50b64d3]
  • Updates KNOWN_SHELLS to its own module [9fdc8e9]
  • Updates shellName to its own module named get-shell-name.js [ec12649]

hyper-init v1.4.0

03 Jul 01:54
Compare
Choose a tag to compare
  • Updated rules handler to support an array of rules. This closes #5
  • Added fish shell in the terminals list ( Thanks @iosbeginner )

hyper-init v1.2.1

10 May 23:26
Compare
Choose a tag to compare
  • Fix undefined property issue checking shellName first at get-specifics file.

hyper-init v1.2.0

10 May 22:35
4382437
Compare
Choose a tag to compare
  • Added clearCommand inference
  • Added separator inference
  • Ensured user preferences override inferences (if present)
  • Always falls back to printf "\033[H" and " && "
  • Added #Contributing to make it easier for users to update the list
  • Fix #1 and #2

Thanks to @nightmarlin for the contributions.

hyper-init v1.1.4

02 Nov 06:06
Compare
Choose a tag to compare
  • Add clearBuffer feature
  • Add join-commands feature
  • Add hyper-init gif to the README.md
  • Update rpc event name to avoid conflict with another extensions

hyper-init v1.0.0

23 Oct 17:09
Compare
Choose a tag to compare
Add hyper-init extension