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
> *[chat on Discord](https://discord.gg/fheZqMer), [discuss on GitHub](https://github.com/volution/z-scratchpad/discussions/categories/discussions), or [email author](mailto:[email protected])
26
27
27
28
28
29
@@ -95,9 +96,13 @@ Please see the [contributions](#contributions) and [licensing](#license) section
95
96
96
97
## <spanid="status">Status</span>
97
98
98
-
> **WIP** (work in progress)
99
+
Currently, `z-scratchpad` is still in a pre-release state,
100
+
perhaps somewhere between a beta and a release-candidate.
99
101
100
-
At the moment `z-scratchpad` is still under heavy development.
102
+
There is no promise of backward or forward compatibility,
103
+
there is little documentation (besides the examples),
104
+
there is no testing harness,
105
+
and there is no roadmap.
101
106
102
107
That being said, I'm using it for all my note taking,
103
108
from personal notes, to for-work project specific documents.
@@ -267,11 +272,11 @@ Alternatively, one can place it in one's `$HOME/bin` folder and add that to `$PA
267
272
### Releases
268
273
269
274
The self-contained executable is available from the `z-scratchpad` GitHub repository [releases](https://github.com/volution/z-scratchpad/releases):
270
-
*[v0.0.1](https://github.com/volution/z-scratchpad/releases/tag/v0.0.1) -- the first preliminary preview release:
271
-
*[v0.0.1 for Linux](https://github.com/volution/z-scratchpad/releases/download/v0.0.1/z-scratchpad--linux--v0.0.1) -- tested on OpenSUSE, and used by me in my everyday work;
272
-
*[v0.0.1 for OSX](https://github.com/volution/z-scratchpad/releases/download/v0.0.1/z-scratchpad--darwin--v0.0.1) -- untested;
273
-
*[v0.0.1 for FreeBSD](https://github.com/volution/z-scratchpad/releases/download/v0.0.1/z-scratchpad--freebsd--v0.0.1) -- untested;
274
-
*[v0.0.1 for OpenBSD](https://github.com/volution/z-scratchpad/releases/download/v0.0.1/z-scratchpad--openbsd--v0.0.1) -- untested;
275
+
*[v0.1.1](https://github.com/volution/z-scratchpad/releases/tag/v0.1.1) -- the first preliminary preview release:
276
+
*[v0.1.1 for Linux](https://github.com/volution/z-scratchpad/releases/download/v0.1.1/z-scratchpad--linux--v0.1.1) -- tested on OpenSUSE, and used by me in my everyday work;
277
+
*[v0.1.1 for OSX](https://github.com/volution/z-scratchpad/releases/download/v0.1.1/z-scratchpad--darwin--v0.1.1) -- untested;
278
+
*[v0.1.1 for FreeBSD](https://github.com/volution/z-scratchpad/releases/download/v0.1.1/z-scratchpad--freebsd--v0.1.1) -- untested;
279
+
*[v0.1.1 for OpenBSD](https://github.com/volution/z-scratchpad/releases/download/v0.1.1/z-scratchpad--openbsd--v0.1.1) -- untested;
275
280
276
281
Also, each of these files are signed with my PGP key `5A974037A6FD8839`, thus do check the signature.
277
282
@@ -292,10 +297,10 @@ gpg: imported: 1
292
297
* download the executable and signature (replace the `linux` token with `darwin` (for OSX), `freebsd` or `openbsd`):
0 commit comments