Skip to content

Commit

Permalink
version and readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko committed Sep 26, 2021
1 parent dd123c4 commit bbc051b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/akosbalasko/zoottelkeeper-obsidian-plugin?style=for-the-badge&sort=semver)](https://github.com/akosbalasko/zoottelkeeper-obsidian-plugin/releases/latest)
![GitHub All Releases](https://img.shields.io/github/downloads/akosbalasko/zoottelkeeper-obsidian-plugin/total?style=for-the-badge)

## What's new in the latest version (v0.10.0)
## What's new in the latest version (v0.16.0)

Plenty of new features coming requested by you! Namely, from version 0.16.0 you can:

- **use sections** ('---' lines) within the index files content, they won't be removed during the content update
- **embed child index notes** in the preview ('Embed sub-index content in preview' option in the config)
- **select folders to cover or to be excluded** by the plugin
- trigger the **indexing manually** (see 'Generate index now' button in the config)
- **sort** the index links (ascending or descending) (see 'Index links Order' in the config)
- **emojis** can be set to each row, folders and files can be denoted separately (see 'Emojis' section in the config)

## What's new (v0.10.0)
**Customizabe index notes**: From now you can customize your index file, not the whole content will be updated, but the exact list to the notes only (and tags metadata if it is set).

In order to achieve this, I added 2 extra autogenerated texts to separate the note list to be updated from the other part of the index file. They appear in Edit mode only.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "zoottelkeeper-obsidian-plugin",
"name": "Zoottelkeeper Plugin",
"version": "0.10.3",
"version": "0.16.0",
"minAppVersion": "0.12.1",
"description": "This plugin automatically creates, maintains and tags MOCs for all your folders.",
"author": "Akos Balasko, Micha Brugger",
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": "zoottelkeeper-obsidian-plugin",
"version": "0.10.3",
"version": "0.16.0",
"description": "This plugin automatically creates, maintains and tags MOCs for all your folders.",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"0.10.0": "0.12.1",
"0.10.1": "0.12.1",
"0.10.2": "0.12.1",
"0.10.3": "0.12.1"
"0.10.3": "0.12.1",
"0.16.0": "0.12.1"

}

0 comments on commit bbc051b

Please sign in to comment.