Releases: pure-fish/pure
v3.3.4: Use default indicator in vi replace mode
Use default indicator in vi replace mode
Consistent behavior with the Zsh version of pure
(see #211)
⬇️ Installation
fisher install rafaelrinaldi/pure
👏 Thanks
- @novadev94 for spotting the issue and submitting the PR #211
v3.3.3: 🐛 Fix sourcing error when installing & ⚠ Fisher 4
🐛 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
- @externl for reporting the issue #245
- @anthonyjclark for pointing the right commit
v3.3.2: 🧹 Erase pure variables in uninstall handler
🧹 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
- @jorgebucaran for the PR #243
v3.3.1: 🐛 Change default title bar separator to fix WSL2, Windows Terminal support
🐛 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
- @smorimoto for issue and PR #244
v3.3.0: ⌛ Improve command duration, support subseconds with new flag
🚀 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. |
🐛 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
- @novadev94 for his initial PR #213
v3.2.0: Add support for virtualenv created through Conda
v3.1.0: Add git stash indicator
v3.0.1: Fix check new release feature on MacOS
🐛 Fix
- Fix new version check on MacOS #233
⬇️ Installation
fisher install rafaelrinaldi/pure
👏 Thanks
- @filipebarros for helping narrow down the issue
v3.0.0: ⚠️ Drop support for Fish 2.x
⚠️ 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 (currently3.x
) as it's available to plenty of old Ubuntu releases thanks to the officialFish
PPA.As of November 2020, we should:
- ❌ drop support for
,2.5
and2.6
officially ;2.7.1
- ✔️ 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
🕒 Flag to show system time before prompt
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
- @tonylegrone for the PR #209