Skip to content

Commit 0d5b545

Browse files
committed
doc: new release
1 parent 2b38210 commit 0d5b545

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

NEWS.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,10 @@
22

33
Zinit 4 comes with the following features that are different from Zinit (@zdharma-continuum fork).
44

5-
- AppImage distribution ([release link](https://github.com/psprint/Zinit-4/releases/tag/v4.0.1)),
6-
- action complete – press `Alt-Shift-A` or `Alt-Shift-C` to **complete** plugin names and ice modifiers at the command line; asciicast on action-complete9:
7-
[![asciicast](https://asciinema.org/a/609096.svg)](https://asciinema.org/a/609096)
8-
- themes – set `$ZITHEME` to one of `default`, `blue`.`gold` and `pastel` to pick a color set to use for **`Zinit 4`** messages:
9-
- default theme:
10-
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/def-in.png?raw=true)
11-
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/def-w.png?raw=true)
12-
13-
- blue theme:
14-
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/blue-in.png?raw=true)
15-
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/blue-w.png?raw=true)
16-
17-
- gold theme:
18-
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/gold-in.png?raw=true)
19-
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/gold-w.png?raw=true)
20-
21-
- new ice `build''` which is equivalent of three other ices: `null configure make'install` and simply builds the project from sources, with support for autotools/CMake/Meson/Scons; the project will be installed to `~/.z4` (the default `$ZPFX`, which is cutomizable), see a presentation: [![asciicast](https://asciinema.org/a/609101.svg)](https://asciinema.org/a/609101)
5+
## Ver. 4.0.8
226
- each plugin has a separate function defined: `@[plugin-id]`; so for example the plugin `psprint/xzmsg` has a function `@psprint/xzmsg`; the function allows quick actions for all plugins, being:
237
- `cd` – change directory to plugin dir,
24-
- `load` – load the plugin,
8+
' - `load` – load the plugin,
259
- `unload` – unload plugin,
2610
- `update` – update the plugin,
2711
- `status` – show plugin status (↔ zinit statuus …),
@@ -39,3 +23,21 @@ Zinit 4 comes with the following features that are different from Zinit (@zdharm
3923
- `~[cfg]` – the same, but for `$XDG_CONFIG_HOME`,
4024
- many others, see the complete list after pressing TAB with cursor after: `~[…]`.
4125

26+
## Ver. 4.0.3
27+
- AppImage distribution ([release link](https://github.com/psprint/Zinit-4/releases/tag/v4.0.1)),
28+
- action complete – press `Alt-Shift-A` or `Alt-Shift-C` to **complete** plugin names and ice modifiers at the command line; asciicast on action-complete9:
29+
[![asciicast](https://asciinema.org/a/609096.svg)](https://asciinema.org/a/609096)
30+
- themes – set `$ZITHEME` to one of `default`, `blue`.`gold` and `pastel` to pick a color set to use for **`Zinit 4`** messages:
31+
- default theme:
32+
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/def-in.png?raw=true)
33+
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/def-w.png?raw=true)
34+
35+
- blue theme:
36+
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/blue-in.png?raw=true)
37+
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/blue-w.png?raw=true)
38+
39+
- gold theme:
40+
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/gold-in.png?raw=true)
41+
![default](https://github.com/psprint/Zinit-4/blob/main/doc/img/gold-w.png?raw=true)
42+
43+
- new ice `build''` which is equivalent of three other ices: `null configure make'install` and simply builds the project from sources, with support for autotools/CMake/Meson/Scons; the project will be installed to `~/.z4` (the default `$ZPFX`, which is cutomizable), see a presentation: [![asciicast](https://asciinema.org/a/609101.svg)](https://asciinema.org/a/609101)

0 commit comments

Comments
 (0)