Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 2194207

Browse files
committed
up version
1 parent 1d7cfe8 commit 2194207

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The information you add or edit will be saved into the target obsidian note.
1515
## Index
1616
- [Whats inside database view](docs/docs/Whats%20inside%20database%20view.md)
1717
- [Obsidian dbfolder Features](docs/docs/Obsidian%20dbfolder%20Features.md)
18+
- [Roadmap](https://github.com/RafaelGB/obsidian-db-folder/projects/1)
1819
- [changelog](docs/changelog.md)
1920

2021
## Sources

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.2.2
22
### No longer broken
3-
- When you DnD a column and then edit the label, the column is not moved to the final. It mantains the same position.
3+
- When you DnD a column and then edit the label, the column is not moved to the final. It mantains the same position. [ISSUE#30](https://github.com/RafaelGB/obsidian-db-folder/issues/30)
44
## 0.2.1
55
*Published on 2022/05/08*
66
### Improved

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"minAppVersion": "0.14.6",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dbfolder",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)