Releases: TomNCatz/obsidian-gallery
Releases · TomNCatz/obsidian-gallery
1.5.3
Fixing a bug I didn't test propperly before releasing, sorry about that
1.5.2
- Assumes paging is wants an MD file unless there is an extension
- Middle click to open meta file in new window
1.5.1
- Context menu item to copy media to clipboard
- Partial support for a mobile share menu item on devices that support it (newest versions of android don't and I haven't figured that out yet)
- Better handling of internal links in sidebar
- Paging info item added for image sequences
1.5.0
NOTE: As of version 1.5.0 Gallery Blocks have switched from using '=' to using ':' this is for better parody with the advanced filter. Any gallery blocks in your vault will be broken until you update these signs. (info blocks are unaffected)
- Fixed bug where somethings width scale would break and you couldn't resize it
- Fixing a mobile specific bug for video files
- Fixing some edge detection issues with menus
- Plugin now attempts to reopen side panel to what was open on close
- Advanced search option with a new regex override option and frontmatter filters
- new modifier for match case ^
- Enabled multi name search
- Fixed regex for paths
1.4.0
- Added system for saving and reusing filters
- Added Setting to manage the saved filters
- Added setting to pick a default filter to load when opening the main gallery
- Added an option for the default filter to be the last filter you used in the main gallery
- Gallery blocks have new argument filter that takes a saved filter name or LAST_USED and applies the filter before applying any other details in the block
1.3.0
- Added both a setting and a menu to change search bar types
- New search bar type Simple Filter, which only has ignore case tag searches as an option(and takes up less screen real estate)
- Fixing some issues with pasting filters and unifying string validation
1.2.1
- Added info links for similarly named files in the same folder(this helps for if you want to make a preview image for a file type that isn't supported, like PSD files)
- Fixing a bug where the side panel would not display properly if obsidian was closed with the gallery open
- GH#17 Added a sort menu to the gallery and sorting options should be supported elsewhere too
- Added toggle to switch side panel to source editing mode(since I haven't figured out a way to draw a markdown preview and edit it at the same time)
- Learned in important detail about typescript under the hood that may have caused errors in some places under the wrong circumstances
1.2.0
- Fixing a bug in detecting new images added while while open
- Fixed an issue where you could select or try to preview nothing
- Fixing critical mobile bug that prevented the gallery working with new caching techniques
- Got right click menu working anywhere and added setting to turn it off
- Moved several settings into a platform specific set of options
- I just spent an hour trying to write handling for an edge case where in large vaults a combination of the sync plugin and the dataview plugin would cause a loading fault for THIS plugin, and now I can't get it to happen to test it so this code doesn't break anything, but also might not fix anything.
Ima cut a release and get some wine...
1.1.5
- Caches were not getting generated if there was any delay in app start, moved most startup into a bootstrap process
- Globalization work should be done, now I just need to figure out how to translate into a dozen or so languages so it's actually useful
1.1.4
- GH#16 Changed how pathing and caching are handled while trying to account for multilingual file paths
- Some other small cleanup