Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pure-fish/pure

Tags

v4.12.0

Toggle v4.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
edouard-lopez Édouard Lopez
ci(release): move link to release to top of social message

v4.11.4

Toggle v4.11.4's commit message
Version 4.11.4

v4.11.3

Toggle v4.11.3's commit message

1) chore: Create FUNDING.yml (edouard-lopez)
(SHA: 4fe22d5)

2) docs: fix preview image's url

Use the one from #132 (edouard-lopez)
(SHA: eaa5ab5)

3) docs: add badge for v4 and restore badges in docs (edouard-lopez)
(SHA: 348bd7d)

4) chore: ignore .env and .envrc (edouard-lopez)
(SHA: a3aa459)

5) ci: add social network job (edouard-lopez)
(SHA: a4d4bcf)

6) ci: correct secret references (edouard-lopez)
(SHA: baaf886)

7) fix(nixOS): use relative path resolution so it work in vendor directory too

fixes #369
related: fix: source _pure_prompt_new_line event handler instead of relying on autoloading #357 (edouard-lopez)
(SHA: 19d59fa)

8) chore: bump version 4.11.3 (invalid-email-address)
(SHA: a3261c9)

v4.11.2

Toggle v4.11.2's commit message

1) fix: add shepherd to the list of supported init programs

This makes it so that 'username@host' is not spuriously
displayed on Guix System. (jbweston)
(SHA: d4ebd42)

2) Add testcase for shepherd init system (jbweston)
(SHA: d51bcb4)

3) chore: bump version 4.11.2 (invalid-email-address)
(SHA: e4559e1)

v4.11.1

Toggle v4.11.1's commit message

1) ci: allow manually running a workflow (edouard-lopez)
(SHA: 62020ea)

2) docs(about): import wiki page 'Versions Support Strategy'

will replace https://github.com/pure-fish/pure/wiki/Versions-Support-Strategy (edouard-lopez)
(SHA: e5571be)

3) docs(about): support >=v4.x, >=3.3.1 (edouard-lopez)
(SHA: 2c201a2)

4) ci: drop 3.6.3 and 3.7.0 in favour of 3.7.1 and 4.0.2

https://github.com/pure-fish/docker-fish/blob/main/.github/workflows/build-images.yml (edouard-lopez)
(SHA: d0a4ed1)

5) ci(nixOS): rely on Nix package to provide fish version (edouard-lopez)
(SHA: da50c14)

6) fix: source _pure_prompt_new_line event handler instead of relying on autoloading

From the doc: https://fishshell.com/docs/current/language.html#event
> Please note that event handlers only become active when a function is loaded,
> which means you need to otherwise source or execute a function instead of
> relying on autoloading.

fix #356 (edouard-lopez)
(SHA: 8a6ed99)

7) test: add dependency to `build-with-pure-source` (edouard-lopez)
(SHA: 8daa0dc)

8) fix(fish_title): use index to ignore extraneous item in `status current-command`

fixes #360
waiting for a better solution in fish-shell/fish-shell#11503 (edouard-lopez)
(SHA: 2577f30)

9) chore: bump version 4.11.1 (invalid-email-address)
(SHA: 119b0f7)

v4.11.0

Toggle v4.11.0's commit message

1) docs: basic mkdocs workflow (edouard-lopez)
(SHA: 8ddeaa5)

2) docs: continue migration

fixes #339 (edouard-lopez)
(SHA: bd6bacc)

3) ci: publish documentation to gh-pages

see https://pure-fish.github.io/pure/ (edouard-lopez)
(SHA: e99a004)

4) docs: improve ux (edouard-lopez)
(SHA: 497a050)

5) docs: revamp README to redirect towards mkdocs

# Conflicts:
#	README.md (edouard-lopez)
(SHA: b975943)

6) docs(screenshots): setup docker, makefile and tests to automate screenshot

follows #342
fixes #339 (edouard-lopez)
(SHA: c29702e)

7) refactor(docs): adjust table width to improve readability (edouard-lopez)
(SHA: 9530f8c)

8) docs: add missing NixOS section (edouard-lopez)
(SHA: 17d8397)

9) docs: remove icon fom title (edouard-lopez)
(SHA: 774644f)

10) docs: remove useless `git-committers` in favor of `git-authors`

see https://github.com/timvink/mkdocs-git-authors-plugin/ (edouard-lopez)
(SHA: 7d4fe4f)

11) docs: order feature by names (edouard-lopez)
(SHA: 3227f2b)

12) refactor: rename screenshot test file to avoid running it (edouard-lopez)
(SHA: 536ce3a)

13) docs: revamp feature list and link readme to doc

* fix markdown errors (edouard-lopez)
(SHA: 1cbaa14)

14) ci: update test versions (edouard-lopez)
(SHA: 3cf88e1)

15) docs: update pull request template (edouard-lopez)
(SHA: 4ab30fb)

16) docs: add related port projects (edouard-lopez)
(SHA: 21a81af)

17) ci: Run on macOS (hyperupcall)
(SHA: ee10e16)

18) ci: Specify macOS fish version (hyperupcall)
(SHA: 617805e)

19) test: Write dedicated container tests for each platform (hyperupcall)
(SHA: 375596e)

20) Revert "ci: Specify macOS fish version"

This reverts commit f1c5f43. (hyperupcall)
(SHA: 0519bf1)

21) Remove extraneous `end` (hyperupcall)
(SHA: ad85368)

22) ci: extract macos and nixos job to dedicated files (edouard-lopez)
(SHA: c887ade)

23) test: cleanup `uname` before using it in test assertion (edouard-lopez)
(SHA: 34b1672)

24) refactor: leverage spy and mock methods in _pure_is_inside_container.test.fish (edouard-lopez)
(SHA: 646b262)

25) ci: cleanup (edouard-lopez)
(SHA: 0ebca80)

26) feat: awsprofile prompt

fix up naming convention (kwigley)
(SHA: 4820bfd)

27) docs: update doc and config tests (kwigley)
(SHA: e52c47b)

28) ci: skip bump version GHA step for forked repositories (kwigley)
(SHA: d8c4b74)

29) test: add feature tests (edouard-lopez)
(SHA: 7f713ca)

30) chore: bump version 4.11.0 (invalid-email-address)
(SHA: 28447d2)

v4.10.1

Toggle v4.10.1's commit message

1) fix(nix): correct symbol variable name (edouard-lopez)
(SHA: c6e59a3)

2) chore: bump version 4.10.1 (invalid-email-address)
(SHA: d9c241c)

v4.10.0

Toggle v4.10.0's commit message

1) feat: add support for Nix build environment (m15a)
(SHA: 6dd1adc)

2) docs(nixdevshell): document `pure_enable_nixdevshell` option (m15a)
(SHA: 1f88bc1)

3) refactor(nixdevshell): simplify prompt logic (m15a)
(SHA: 5cec391)

4) fix(nixdevshell): disable it by default (m15a)
(SHA: bfceedc)

5) fix(nixdevshell): use snowflake emoji as default prefix (m15a)
(SHA: e6ae8de)

6) fix(nixdevshell): add tests (m15a)
(SHA: ce8c9cb)

7) fix(nixdevshell): set prompt symbol color (m15a)
(SHA: 8a5f6b2)

8) fix(nixdevshell): missing import (m15a)
(SHA: 2ebd01d)

9) refactor(nix): use pure color for `pure_color_nixdevshell_prefix` (edouard-lopez)
(SHA: 8882d08)

10) test(nix): verify default configuration (edouard-lopez)
(SHA: 75b5893)

11) refactor(nix): follows naming convention (edouard-lopez)
(SHA: 90c34c6)

12) chore: use robust bash resolution in makefile (edouard-lopez)
(SHA: bf7265f)

13) chore: bump version 4.10.0 (invalid-email-address)
(SHA: efaf3e7)

v4.9.0

Toggle v4.9.0's commit message

1) docs: update "thanks" session

If my name is last might as well actually link to my GitHub profile like the others 😉 (rafaelrinaldi)
(SHA: a518036)

2) feat: truncate prompt current_directory and title to keep  last components

close #336 (edouard-lopez)
(SHA: b7d5719)

3) fix: quote `if test $foo` to prevent "test: Missing argument at index x" error

jorgebucaran/fishtape#60 (comment) (edouard-lopez)
(SHA: a4e6b25)

4) chore: bump version 4.9.0 (invalid-email-address)
(SHA: daeb7ed)

v4.8.3

Toggle v4.8.3's commit message

1) fix: change pure_color_k8s_prefix to info (edouard-lopez)
(SHA: 58518bc)

2) chore: bump version 4.8.3 (invalid-email-address)
(SHA: 586869b)