Skip to content

Commit a1b99f2

Browse files
committed
Add note about old name.
Signed-off-by: Ryan McQuen <rpcm@linux.com>
1 parent cfd260d commit a1b99f2

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ A setting is available to 'Exclude binary files', this will skip any file withou
5050
- org
5151
- txt
5252

53-
<img width="772" alt="Screen Shot 2021-06-23 at 1 57 38 PM" src="https://user-images.githubusercontent.com/772937/123167158-0fe0b900-d42b-11eb-981a-1c4703ab3891.png">
54-
5553
### Dropbox permissions
5654

5755
This app requires the following Dropbox permissions:
@@ -71,6 +69,10 @@ Any files not in this list:
7169

7270
Are _assumed_ to be binary files, and read/uploaded as such. Please let me know if more files need to be added to this list that are actually plain text.
7371

72+
### What happened to 'Dropbox Backups'?
73+
74+
As of version `2.0.0`, the app was renamed to follow required branding guidelines.
75+
7476
### Manually installing the plugin
7577

7678
- Copy over `main.js`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/obsidian-dropbox-backups/`.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-dropbox-backups",
33
"name": "Aut-O-Backups",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"minAppVersion": "0.9.12",
66
"description": "Automated backups to Dropbox for your enjoyment.",
77
"author": "ryanpcmcquen",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dropbox-backups",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Automated backups to Dropbox for your enjoyment.",
55
"main": "main.js",
66
"repository": "https://github.com/ryanpcmcquen/obsidian-dropbox-backups",

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"2.0.1": "0.9.12",
23
"2.0.0": "0.9.12",
34
"1.0.0": "0.9.12",
45
"0.15.0": "0.9.12",

0 commit comments

Comments
 (0)