Skip to content

Commit d50a207

Browse files
[release] Prepare release 0.1.1.
1 parent 8ca0e2b commit d50a207

File tree

16 files changed

+136
-103
lines changed

16 files changed

+136
-103
lines changed

documentation/manual/z-scratchpad.1.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentation/manual/z-scratchpad.1.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "Z\-SCRATCHPAD" "1" "2022-03-22" "volution.ro" "z-scratchpad"
4+
.TH "Z\-SCRATCHPAD" "1" "2022-07-26" "volution.ro" "z-scratchpad"
55
.
66
.SH "NAME"
77
\fBz\-scratchpad\fR \- lightweight notes library tool

documentation/manual/z-scratchpad.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ NAME
99

1010

1111

12-
volution.ro 2022-03-22 Z-SCRATCHPAD(1)
12+
volution.ro 2022-07-26 Z-SCRATCHPAD(1)

documentation/readme/readme.html

Lines changed: 27 additions & 19 deletions
Large diffs are not rendered by default.

documentation/readme/readme.txt

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
+ how? (concepts, and inner workings);
88
+ why? (history, and reasons);
99
+ contributions; licensing; SBOM;
10+
+ chat on Discord, discuss on GitHub, or email author
1011

1112
-------------------------------------------------------------------------------
1213

@@ -71,9 +72,12 @@ contributions and licensing sections.
7172

7273
Status
7374

74-
WIP (work in progress)
75+
Currently, z-scratchpad is still in a pre-release state, perhaps somewhere
76+
between a beta and a release-candidate.
7577

76-
At the moment z-scratchpad is still under heavy development.
78+
There is no promise of backward or forward compatibility, there is little
79+
documentation (besides the examples), there is no testing harness, and there is
80+
no roadmap.
7781

7882
That being said, I'm using it for all my note taking, from personal notes, to
7983
for-work project specific documents.
@@ -218,12 +222,12 @@ Releases
218222
The self-contained executable is available from the z-scratchpad GitHub
219223
repository releases:
220224

221-
* v0.0.1 -- the first preliminary preview release:
222-
+ v0.0.1 for Linux -- tested on OpenSUSE, and used by me in my everyday
225+
* v0.1.1 -- the first preliminary preview release:
226+
+ v0.1.1 for Linux -- tested on OpenSUSE, and used by me in my everyday
223227
work;
224-
+ v0.0.1 for OSX -- untested;
225-
+ v0.0.1 for FreeBSD -- untested;
226-
+ v0.0.1 for OpenBSD -- untested;
228+
+ v0.1.1 for OSX -- untested;
229+
+ v0.1.1 for FreeBSD -- untested;
230+
+ v0.1.1 for OpenBSD -- untested;
227231

228232
Also, each of these files are signed with my PGP key 5A974037A6FD8839, thus do
229233
check the signature.
@@ -245,10 +249,10 @@ gpg: imported: 1
245249
(for OSX), freebsd or openbsd):
246250

247251
curl -s -L -S -f -o ./z-scratchpad \
248-
https://github.com/volution/z-scratchpad/releases/download/v0.0.1/z-scratchpad--linux--v0.0.1
252+
https://github.com/volution/z-scratchpad/releases/download/v0.1.1/z-scratchpad--linux--v0.1.1
249253

250254
curl -s -L -S -f -o ./z-scratchpad.asc \
251-
https://github.com/volution/z-scratchpad/releases/download/v0.0.1/z-scratchpad--linux--v0.0.1.asc
255+
https://github.com/volution/z-scratchpad/releases/download/v0.1.1/z-scratchpad--linux--v0.1.1.asc
252256

253257
* verify the executable:
254258

@@ -277,15 +281,17 @@ sudo cp ./z-scratchpad /usr/local/bin/z-scratchpad
277281

278282
z-scratchpad --version
279283

280-
* version : 0.0.1
281-
* executable : z-scratchpad
282-
* build target : release, linux-amd64, go1.16.7, gc
283-
* build number : 2025, 2021-08-13-11-56-08
284+
* tool : z-scratchpad
285+
* version : 0.1.1
286+
* executable : /usr/local/bin/z-scratchpad
287+
* build target : release, linux-amd64, go1.18.3, gc
288+
* build number : 4543, 2022-07-26-21-00-31
284289
* code & issues : https://github.com/volution/z-scratchpad
285-
* sources git : 1abeee1c76fc4a40e1465e4810be0258992d1815
286-
* sources hash : 51382d0da05c3e129fc73eac59754fad
290+
* sources git : 8ac0303de9f139a550bc7634cc59b7575dfcf2b0
291+
* sources hash : 958636a84ba8b31f7cebdd2e8d368973
287292
* uname node : some-workstation
288-
* uname system : Linux, 5.some-version, x86_64
293+
* uname system : Linux, 5.18.4-1-default, x86_64
294+
* uname hash : 636fe534b72441e2ccb478f9bd56d653
289295

290296
Build from source
291297

@@ -312,15 +318,17 @@ sudo cp ./z-scratchpad /usr/local/bin/z-scratchpad
312318

313319
z-scratchpad --version
314320

315-
* version : 0.0.1
316-
* executable : z-scratchpad
317-
* build target : release, linux-amd64, go1.16.7, gc
318-
* build number : 2025, 2021-08-13-11-56-08
321+
* tool : z-scratchpad
322+
* version : 0.1.1
323+
* executable : /usr/local/bin/z-scratchpad
324+
* build target : release, linux-amd64, go1.18.3, gc
325+
* build number : 4543, 2022-07-26-21-00-31
319326
* code & issues : https://github.com/volution/z-scratchpad
320-
* sources git : 1abeee1c76fc4a40e1465e4810be0258992d1815
321-
* sources hash : 51382d0da05c3e129fc73eac59754fad
327+
* sources git : 8ac0303de9f139a550bc7634cc59b7575dfcf2b0
328+
* sources hash : 958636a84ba8b31f7cebdd2e8d368973
322329
* uname node : some-workstation
323-
* uname system : Linux, 5.some-version, x86_64
330+
* uname system : Linux, 5.18.4-1-default, x86_64
331+
* uname hash : 636fe534b72441e2ccb478f9bd56d653
324332

325333
-------------------------------------------------------------------------------
326334

sources/embedded/build/number.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4526
1+
4544
-115 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
daf0b1e101bc81fa9738bf11a92b771d
1+
f8c21f0b0adbd9773330838b02f1f8c6

sources/embedded/build/sources.md5

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ eb5e955863f6feb9fd951d7c3a419f4a *embedded/assets/css-export/modest.css
1515
3c664cfae144e4a955960f87154cce7f *embedded/assets/css-export/plain.css
1616
8db22869f1f2e185f1b87cce331fd475 *embedded/assets/css-export/tufte-min.css
1717
3abba7d179ae12a997c4ac1f65f39d74 *embedded/assets/css-export/tufte.css
18-
ec55476f63d387f198f6574b02001570 *embedded/assets/css/core.css
19-
a452a4b3c710c63bc73d11cfb2bcf43d *embedded/assets/css/layout.css
18+
da2647fa88d8dbb5910197f96192d10a *embedded/assets/css/core.css
19+
a24250494753f493184f7fd6511a9a6a *embedded/assets/css/document.css
20+
762e42d091cfb4beb55f485217b016a3 *embedded/assets/css/layout.css
2021
ff58fccbe0a7fc30456a4bdbe0e57919 *embedded/assets/css/reset.css
2122
0d3f5fc25aa081d2e1b0cdf0ca0cbb88 *embedded/assets/favicons/favicon.ico
2223
9e2c606da7ac201ca73d480994ecffc9 *embedded/assets/favicons/favicon.png
@@ -27,12 +28,12 @@ b7bd2ebef5fe1e6977b63c341c02fda1 *embedded/build.go
2728
1666dc30a8c7958531a361d57c21b903 *embedded/documentation.go
2829
a311fb94ed5a728b94cf2877973e7504 *embedded/documentation/help--footer.txt
2930
c4065e769d5c8c8970243c4c595b396e *embedded/documentation/help--header.txt
30-
d21a81d53460a0312fc0d7c49781ea9a *embedded/documentation/readme.html
31-
d978105c7b3ded2bdc3fb1d9913b2741 *embedded/documentation/readme.txt
31+
13b538ffab875c1672ee8b5f07fe9deb *embedded/documentation/readme.html
32+
fac0a7b6cae7f6f103f881dc2b82e94e *embedded/documentation/readme.txt
3233
7e2a4392b5598a5ae4043de84890285f *embedded/documentation/z-scratchpad--help.txt
33-
adc40ddf7e48eb6d5bc5c858bce3dafb *embedded/documentation/z-scratchpad--manual.html
34-
e9c218d98060b177b8b3192553f2803f *embedded/documentation/z-scratchpad--manual.man
35-
73f63a94744a71ef6d60d93cff551bcf *embedded/documentation/z-scratchpad--manual.txt
34+
641724bf56f50c3ceef084e412f37fca *embedded/documentation/z-scratchpad--manual.html
35+
13b563ccb435254f00d95bb925c58654 *embedded/documentation/z-scratchpad--manual.man
36+
4b564485a7703f03e76cc4c7a76e03ab *embedded/documentation/z-scratchpad--manual.txt
3637
5508bd3c9263344a491e7208c23c0725 *embedded/templates.go
3738
d983e87522ae4308fba9d50ea5d1ce8f *embedded/templates/document-export.html
3839
667e0fe31715796a49d2de488d7ca4f1 *embedded/templates/document-export.html-document
@@ -42,7 +43,7 @@ efe4fa273af16a0c1520e86fff954a3c *embedded/templates/document-export.txt
4243
d41d8cd98f00b204e9800998ecf8427e *embedded/templates/document-view.txt
4344
ada65dd4ecea47e5dad375d660455c81 *embedded/templates/documents-index.html
4445
d41d8cd98f00b204e9800998ecf8427e *embedded/templates/documents-index.txt
45-
efe7638c0405e6bd110583e47307bbe7 *embedded/templates/global-partials.html
46+
9fb5af98bb6bb709e8d16046db6e3cf1 *embedded/templates/global-partials.html
4647
b2a343e65019f5286aa244073b9bf163 *embedded/templates/home.html
4748
d41d8cd98f00b204e9800998ecf8427e *embedded/templates/home.txt
4849
190487e2da45c67f991156eb22861699 *embedded/templates/index.html
@@ -68,7 +69,7 @@ a8dc15a6fd8163462d97ddf56353fc01 *lib/gencode.schema
6869
f7f009af8264fc099cd41bc2fec5c9c0 *lib/globals.go
6970
cb903f25dfacfb9e4d3ebcd21e847da0 *lib/index.go
7071
b799f8cb8a9d9b367f2ba6d8b7be9efd *lib/library.go
71-
cf62c377d6bb2a9a4bca206298912ea5 *lib/main.go
72+
b1c6f1cd3b00dd140e5bc874f874138f *lib/main.go
7273
3b75dbc3e472c175443eb00ed51eeae8 *lib/parser-commonmark.go
7374
b72a2c9e0eba916d7fb97f64fc364545 *lib/parser-gemini.go
7475
836841c0f0e89e90aebd1b6ccdf930c8 *lib/parser-snippets.go
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-03-22-09-28-25
1+
2022-07-26-21-09-19

0 commit comments

Comments
 (0)