Skip to content

Commit c1fcdd7

Browse files
committed
docs: update readme for v0.0.3
1 parent c2d9231 commit c1fcdd7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rm2pdf
22

3-
version 0.0.2
3+
version 0.0.3 : 09 September 2022
44

55
Convert reMarkable tablet file 'bundles' to layered PDFs, with optional
66
per-layer colours for selected pens.
@@ -24,7 +24,13 @@ rm2pdf -t templates/A4.pdf testfiles/d34df12d-e72b-4939-a791-5b34b3a810e7 /tmp/o
2424
rm2pdf -c blue -c red -t templates/A4.pdf testfiles/d34df12d-e72b-4939-a791-5b34b3a810e7 /tmp/output4.pdf
2525
```
2626

27-
# Details
27+
## Update
28+
29+
09 September 2022
30+
31+
This 0.0.3 update supports pages inserted while annotating a PDF.
32+
33+
## Details
2834

2935
rm2pdf requires "bundles" of files created on the reMarkable tablet, including
3036
the associated `.metadata` and `.content` files, together with the `.rm` binary
@@ -55,9 +61,6 @@ Note that rm2pdf has only been tested on a reMarkable v1 tablet.
5561

5662
## Background
5763

58-
This is a holiday project to learn go. Error handling in particular is pretty
59-
poor.
60-
6164
The project includes rmparse/rmparse.go, a remarkable tablet Go port of
6265
reMarkable tablet "lines" or ".rm" file parser, with binary decoding hints drawn
6366
from rm2svg https://github.com/reHackable/maxio/blob/master/tools/rM2svg which
@@ -76,7 +79,7 @@ Developed with go 1.15 on 64bit Linux.
7679

7780
Test: `go test -v ./...`
7881

79-
Build : `go build`; this should produce an executable called `rm2svg`.
82+
Build : `go build`; this should produce an executable called `rm2pdf`.
8083

8184
## License
8285

0 commit comments

Comments
 (0)