Skip to content

Commit

Permalink
Add note about old name.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan McQuen <[email protected]>
  • Loading branch information
ryanpcmcquen committed Jun 25, 2021
1 parent cfd260d commit a1b99f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ A setting is available to 'Exclude binary files', this will skip any file withou
- org
- txt

<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">

### Dropbox permissions

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

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.

### What happened to 'Dropbox Backups'?

As of version `2.0.0`, the app was renamed to follow required branding guidelines.

### Manually installing the plugin

- Copy over `main.js`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/obsidian-dropbox-backups/`.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-dropbox-backups",
"name": "Aut-O-Backups",
"version": "2.0.0",
"version": "2.0.1",
"minAppVersion": "0.9.12",
"description": "Automated backups to Dropbox for your enjoyment.",
"author": "ryanpcmcquen",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dropbox-backups",
"version": "2.0.0",
"version": "2.0.1",
"description": "Automated backups to Dropbox for your enjoyment.",
"main": "main.js",
"repository": "https://github.com/ryanpcmcquen/obsidian-dropbox-backups",
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"2.0.1": "0.9.12",
"2.0.0": "0.9.12",
"1.0.0": "0.9.12",
"0.15.0": "0.9.12",
Expand Down

0 comments on commit a1b99f2

Please sign in to comment.