You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: basalt/CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### Added
6
6
7
-
-[342fbd6](https://github.com/erikjuhani/basalt/commit/342fbd6f9bd91e595aba95c7c0dd050873e5e205) Add input modal with note and directory rename functionality
7
+
-[342fbd6](https://github.com/erikjuhani/basalt/commit/342fbd6f9bd91e595aba95c7c0dd050873e5e205) Add input modal with note and directory rename functionality by @erikjuhani
8
8
9
9
> > [!CAUTION]
10
10
> > BEWARE! This rename implementation does not cover updating the
@@ -22,6 +22,24 @@
22
22
> operation leverages the `rename_note` and `rename_dir` functions added
23
23
> in affec53 and a347325, the vault is 'reloaded' after rename.
24
24
25
+
### Dependencies
26
+
27
+
-[0b7e9ab](https://github.com/erikjuhani/basalt/commit/0b7e9ab2ac648a982de13c395b4d33a23a85bcd3) Update Rust crate ratatui to 0.30.0 by @renovate-updater[bot]
28
+
29
+
> | datasource | package | from | to |
30
+
> | ---------- | ------- | ------ | ------ |
31
+
> | crate | ratatui | 0.29.0 | 0.30.0 |
32
+
33
+
### Fixed
34
+
35
+
-[5f9d342](https://github.com/erikjuhani/basalt/commit/5f9d34224a498ae3d7d010adf887fdcdb07317c9) Fix sorting to match Obsidian sorting
36
+
37
+
> Fixes #69. Previously, when user sorted the vault items the folders
38
+
> would also be sorted according to the same rules as notes, however, this
39
+
> is not how obsidian sorts. Obsidian sorts only files by default, not
40
+
> directories. Directories are initially sorted A-z, and then kept in that
0 commit comments