You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,10 @@
2
2
3
3
Zinit 4 comes with the following features that are different from Zinit (@zdharma-continuum fork).
4
4
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:
- 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: [](https://asciinema.org/a/609101)
5
+
## Ver. 4.0.8
22
6
- 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:
23
7
-`cd` – change directory to plugin dir,
24
-
-`load` – load the plugin,
8
+
' - `load` – load the plugin,
25
9
-`unload` – unload plugin,
26
10
-`update` – update the plugin,
27
11
-`status` – show plugin status (↔ zinit statuus …),
@@ -39,3 +23,21 @@ Zinit 4 comes with the following features that are different from Zinit (@zdharm
39
23
-`~[cfg]` – the same, but for `$XDG_CONFIG_HOME`,
40
24
- many others, see the complete list after pressing TAB with cursor after: `~[…]`.
41
25
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:
- 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: [](https://asciinema.org/a/609101)
0 commit comments