Skip to content

Commit 7b35195

Browse files
committed
Prepare version 1.1
1 parent 82cf36d commit 7b35195

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ On behalf of the Obsidian community, we extend our gratitude to Badr for this va
4343

4444
## Settings
4545

46-
- **Auto Update**: Enable automatic updates (`false` by default).
47-
- **Changelog Path**: File location for the changelog (`Changelog.md` by default).
48-
- **Datetime Format**: Moment.js format string (`YYYY-MM-DD[T]HHmm` by default).
49-
- **Max Recent Files**: Number of tracked files (`25` by default).
46+
- **Auto update**: Enable automatic updates (`false` by default).
47+
- **Changelog path**: File location for the changelog (`Changelog.md` by default).
48+
- **Datetime format**: Moment.js format string (`YYYY-MM-DD[T]HHmm` by default).
49+
- **Max recent files**: Number of tracked files (`25` by default).
50+
- **Excluded folders**: Folders to exclude from the changelog (empty by default).
5051

5152
## Changelog
5253

manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"author": "Mark Ayers",
66
"authorUrl": "https://philoserf.com",
77
"fundingUrl": "https://buymeacoffee.com/philoserf",
8-
"isDesktopOnly": false,
98
"minAppVersion": "1.0.0",
109
"version": "1.1.0"
1110
}

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
} from "./settings";
88

99
// Add styles for the excluded folders list
10+
// TODO: Move this to a styles.css file
1011
const EXCLUDED_FOLDERS_STYLES = `
1112
.excluded-folders-list {
1213
margin-bottom: 1em;

0 commit comments

Comments
 (0)