Skip to content

Releases: reobin/typewritten

v1.3.0

01 Oct 14:15
Compare
Choose a tag to compare

Changelog

Features

  • Add support for conda virtual environment (#84)
  • Change prompt symbol color when root (#86)

v1.2.11

20 Sep 00:59
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Fix TYPEWRITTEN_DISABLE_RETURN_CODE option

v1.2.10

15 Sep 13:20
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Add missing prefix on variable for worker return code check

v1.2.9

08 Sep 18:17
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Add support for multiple git statuses on the same file

v1.2.8

02 Sep 20:17
Compare
Choose a tag to compare

Changelog

Features

  • New option to use cursor configured by terminal emulator (TYPEWRITTEN_CURSOR="terminal")

Misc.

v1.2.7

24 Aug 17:21
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Update default color and variable name of virtual env (it was always meant to be colored as the accent preset color)

v1.2.6

24 Aug 14:58
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Give all variables a typewritten prefix to avoid conflicts with other zsh actors

v1.2.5

23 Aug 18:11
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Fix color associative array declarations (#54)
  • Reinitialize workers on callback error (#55)

General tasks

v1.2.2

04 Aug 16:11
Compare
Choose a tag to compare

Features

  • Support for more types of color values (hex, 256, etc.)

Fixes

  • Fix current directory color value definition

Misc.

  • Fix typo in readme

  • Set up contributing guidelines

v.1.2.4

04 Aug 21:58
Compare
Choose a tag to compare

Features

  • Color mapping options

Other

  • Add example of configuration