Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 2f139b0

Browse files
committed
Release 0.0.10
1 parent 7ac78e3 commit 2f139b0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## rmapi 0.0.10 (April 17, 2020)
2+
3+
* Multiple annotation fixes (@ddvk)
4+
5+
* Add support to create thumbnails in large PDF docs (@ddvk)
6+
7+
* Use community license instead a UniPDF fork (@ddvk)
8+
9+
* Fix put bug to allow directories and files with the same name (@GjjvdBurg)
10+
111
## rmapi 0.0.9 (February 01, 2020)
212

313
* Change license to AGPL

docs/tutorial-print-macosx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use `terminal` or `iterm` to get a terminal to run commands from it.
1919
Download `rmapi` with the following command:
2020

2121
```bash
22-
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.9/rmapi-macosx.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip
22+
curl -L https://github.com/juruen/rmapi/releases/download/v0.0.10/rmapi-macosx.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip -o rmapi.zip
2323
```
2424

2525
Alternatively, you can build it from sources.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "0.0.9"
3+
const Version = "0.0.10"

0 commit comments

Comments
 (0)