File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11## 2.1.7
22
33### Fixed
4+
45- Improved CSS specificity to avoid conflicts with other plugins by adding plugin-specific classes
56- Fixed UI text to use sentence case as per Obsidian guidelines
67- Replaced type casting with ` requireApiVersion() ` for proper API version checking
1314- Considered media query alternatives to resize observers for better performance
1415
1516### Added
17+
1618- Search functionality to Feed Manager modal with real-time filtering
1719- Visual differentiation between folder names and feed names with improved hierarchy styling
1820
1921### Changed
22+
2023- Removed URL column from Feed Manager modal for cleaner layout
2124- Enhanced Feed Manager UI with top controls layout (search + add button)
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ guid: "{{guid}}"
209209 if ( this . app . vault . getAbstractFileByPath ( cleanPath ) === null ) {
210210 await this . app . vault . createFolder ( cleanPath ) ;
211211 }
212- } catch ( error ) {
212+ } catch {
213213 throw new Error ( `Failed to create folder: ${ cleanPath } ` ) ;
214214 }
215215 }
You can’t perform that action at this time.
0 commit comments