Skip to content

Commit

Permalink
Merge pull request #9 from OfficerHalf/scope
Browse files Browse the repository at this point in the history
Scope
  • Loading branch information
nathonius authored Nov 6, 2021
2 parents 85b4cd1 + f0184c4 commit 00b0d94
Show file tree
Hide file tree
Showing 12 changed files with 4,893 additions and 47 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# npm
node_modules
package-lock.json

# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.0

## Features

- Select a scope to add classes to a preview view, edit view, or both.

# 1.1.0

## Features
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "auto-class",
"name": "Auto Class",
"version": "1.1.0",
"version": "1.2.0",
"minAppVersion": "0.12.12",
"description": "Automatically apply CSS classes to the markdown preview view based on a note's path.",
"description": "Automatically apply CSS classes to the markdown view based on a note's path.",
"author": "OfficerHalf",
"authorUrl": "https://nathan-smith.org",
"isDesktopOnly": false
Expand Down
Loading

0 comments on commit 00b0d94

Please sign in to comment.