Skip to content

Releases: pure-fish/pure

v3.3.4: Use default indicator in vi replace mode

16 Dec 22:17
Compare
Choose a tag to compare

Use default indicator in vi replace mode

Consistent behavior with the Zsh version of pure (see #211)

⬇️ Installation

fisher install rafaelrinaldi/pure

👏 Thanks

v3.3.3: 🐛 Fix sourcing error when installing & ⚠ Fisher 4

16 Dec 00:49
Compare
Choose a tag to compare

🐛 Fix sourcing error when installing

Path to uninstall handler was relative to current working directory, using $__fish_config_dir fix the issue.

⚠️ Fisher ≥4

Test are written assuming Fisher ≥4 is installed on user's machine. If that's not the case, please update to v4.

⬇️ Installation

fisher install rafaelrinaldi/pure

👏 Thanks

v3.3.2: 🧹 Erase pure variables in uninstall handler

14 Dec 19:43
7546ca3
Compare
Choose a tag to compare

🧹 Erase pure variables in uninstall handler

Register an uninstall event handler for fisher so we clean up after ourselves.

⬇️ Installation

fisher install rafaelrinaldi/pure

👏 Thanks

v3.3.1: 🐛 Change default title bar separator to fix WSL2, Windows Terminal support

13 Dec 20:38
Compare
Choose a tag to compare

🐛 Change default title bar separator to fix WSL2, Windows Terminal support

Remove text printed before prompt on new fish session (cf. #240) due to unsupported character.

⬇️ Installation

fisher install rafaelrinaldi/pure

👏 Thanks

v3.3.0: ⌛ Improve command duration, support subseconds with new flag

11 Dec 11:18
Compare
Choose a tag to compare

🚀 Add support for showing subsecond in command duration

Option Default Description
pure_show_subsecond_command_duration false Show subsecond (ex. 1.5s) in command duration.

feature-show-command-duration-subsecond

🐛 Improve command duration, support subseconds with new flag

  • Fix command duration rounding: Duration wasn't shown when:
    • When threshold = 5 (5000ms)
    • When process finished in [5000, 6000) milliseconds
  • Fix command duration threshold: Duration wasn't shown when:
    • When threshold = 5 (5000ms)
    • When process finished in 1m4s (64 seconds)

⬇️ Installation

fisher install rafaelrinaldi/pure

👏 Thanks

v3.2.0: Add support for virtualenv created through Conda

04 Dec 10:54
Compare
Choose a tag to compare

🐍 Add support for virtualenvs created through Conda

The behavior is the same as for virtual_env, color is controlled by pure_color_virtualenv and the name is display before the prompt symbol:

feature-conda-virtual-env

⬇️ Installation

fisher install rafaelrinaldi/pure

👏 Thanks

v3.1.0: Add git stash indicator

03 Dec 21:30
Compare
Choose a tag to compare

🚀 Add git stash indicator

Shows a symbol () when there is stashed files, this is part of the pure_enable_git flag.

⬇️ Installation

fisher install rafaelrinaldi/pure

👏 Thanks

v3.0.1: Fix check new release feature on MacOS

01 Dec 14:09
Compare
Choose a tag to compare

🐛 Fix

  • Fix new version check on MacOS #233

⬇️ Installation

fisher install rafaelrinaldi/pure

👏 Thanks

v3.0.0: ⚠️ Drop support for Fish 2.x

28 Nov 22:28
738fa78
Compare
Choose a tag to compare

⚠️ Drop support for Fish2.x

Nothing fancy here, simply dropping support for Fish 2.x as discussed in #123 and documented in Versions Support Strategy:

We decided to restrict our support to the current major Fish version only (currently 3.x) as it's available to plenty of old Ubuntu releases thanks to the official Fish PPA.

As of November 2020, we should:

  • ❌ drop support for 2.5, 2.6 and 2.7.1 officially ;
  • ✔️ set the lowest supported version to 3.0.0 ;
  • 🎉 introduce support for 3.1.0 and above.

🌍 Energy footprint 1, 2, 3, 4

In order to reduce our energy footprint we will test only the versions provided by the official PPA.

⬇️ Installation

fisher install rafaelrinaldi/pure

v2.7.0: Flag to show system time before prompt

19 Nov 12:55
Compare
Choose a tag to compare

🕒 Flag to show system time before prompt

pure_show_system_time

Option Default Description
pure_show_system_time false true: shows system time before the prompt symbol (as %H:%M:%S).

Option is disabled by default, to make sure it doesn't interfere with the out-of-the-box clean look.

⬇️ Installation

fisher install rafaelrinaldi/pure

👏 Thanks