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

Commit fff4bb0

Browse files
committed
changelog
1 parent 5547819 commit fff4bb0

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

docs/docs/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2.5.0
2+
*Published on 2022/09/11*
3+
### Shiny new things
4+
- Added support for mobile devices (iOS and Android) and tablets (iPad and Android tablets) [ISSUE#27](https://github.com/RafaelGB/obsidian-db-folder/issues/27)
5+
- CSV import option included on menu [ISSUE#129](https://github.com/RafaelGB/obsidian-db-folder/issues/129)
6+
- Global search not admit regex [ISSUE#169](https://github.com/RafaelGB/obsidian-db-folder/issues/169)
7+
- New metadata options from dataview: Inlinks and Outlinks [ISSUE#170](https://github.com/RafaelGB/obsidian-db-folder/issues/170)
8+
### Improved
9+
- Button to clear date and datetime fields [ISSUE#160](https://github.com/RafaelGB/obsidian-db-folder/issues/160)
10+
- New option to add an alias for all url links per column [ISSUE#157](https://github.com/RafaelGB/obsidian-db-folder/issues/157)
11+
### No longer broken
12+
- Yaml config centinel was changed to convive with Templater plugin [ISSUE#179](https://github.com/RafaelGB/obsidian-db-folder/issues/179)
13+
- onBlur did not work well on empty text cells [ISSUE#352](https://github.com/RafaelGB/obsidian-db-folder/issues/352)
14+
- DnD conflicts with resize fixed [ISSUE#349](https://github.com/RafaelGB/obsidian-db-folder/issues/349)
115
# 2.4.1
216
*Published on 2022/09/09*
317
### Visual

src/components/NavBar.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,6 @@ export function NavBar(navBarProps: NavBarProps) {
117117
</MenuItem>
118118
<CsvReader {...navBarProps} />
119119
</Menu>
120-
<Typography
121-
variant="h6"
122-
noWrap
123-
component="div"
124-
sx={{ display: { xs: "none", sm: "block" } }}
125-
>
126-
{view.diskConfig.yaml.name}
127-
</Typography>
128120
{/** Global filter */}
129121
<GlobalFilter {...navBarProps.globalFilterRows} />
130122
<DataviewFilters table={table} />

0 commit comments

Comments
 (0)