Skip to content

Commit 40212bb

Browse files
committed
chore: release v1.8.1
1 parent cb3ccfd commit 40212bb

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Changes to server
2+
3+
- Log files now have a `.log` extension instead of `.txt`.
4+
5+
### Provider specific changes
6+
7+
#### Gmail
8+
9+
- Change extension of mail threads to `.zip`.
10+
11+
### Builds and CI
12+
13+
- Added support for Alpine Linux.
14+
- Completely revamp CI to build executables and release versions automatically based on CHANGELOG.md and version file.
15+
16+
### Documentation
17+
18+
- Updated `README`, `CONTRIBUTING` and `.github/*TEMPLATE`.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dabbu-files-api-server",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "An implementation of the Dabbu Files API that enables you to access your files, folders and emails stored with multiple providers as simple files and folders, all in one place!",
55
"main": "src/server.js",
66
"scripts": {

version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v1.8.1

0 commit comments

Comments
 (0)