Skip to content

Commit a662cc5

Browse files
authored
v8.4.0 (#28)
1 parent dd2b7ec commit a662cc5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.4.0] - 2025-08-17
11+
12+
### Changed
13+
14+
- add `raw.uploadFile` that uses the rm extension api to upload epubs and pdfs
15+
- made `listItems` tolerant of missing `contents`
16+
- due to switching back to the simple api, there's a small breaking change,
17+
here parent is no longer accepted with the upload api. I chose to break the
18+
api rather than silently ignore. If this does break, switch to the `put` api
19+
as its just more powerful, and you were still on version 3.
20+
1021
## [8.3.0] - 2025-06-01
1122

1223
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rmapi-js",
3-
"version": "8.3.0",
3+
"version": "8.4.0",
44
"description": "JavaScript implementation of the reMarkable 1.5 api",
55
"repository": "[email protected]:erikbrinkman/rmapi-js.git",
66
"author": "Erik Brinkman <[email protected]>",

0 commit comments

Comments
 (0)