diff --git a/README.md b/README.md index b33c5ae..d36da71 100644 --- a/README.md +++ b/README.md @@ -23,26 +23,6 @@ ## [Tenative Roadmap](https://github.com/TomNCatz/obsidian-gallery/blob/main/docs/README_Roadmap.md) -# Release Notes -## 1.6.1 - - Fixing a bug with alternative tag fields that prevented proper search - - Menu option to open the info panel when the info panel would not open automatically - - Now remembers the last choice on the info panel toggle - -## 1.6.0 - - GH#19 allow re-targeting tags field - - GH#20 toggle for opening the info panel on click in the gallery - -## 1.5.5 - - Switching from vault.rename to fileManager.renameFile as suggested by chat - - Fixing a bug that caused the app to hang if you closed and reopened the vault with the gallery window already open - - Fixed a bug where you could delete an image but it would still show in searches - -## 1.5.4 - - Fixing more bugs with middle and context click - - Fixing bug with leaving the sidebar open and reloading - - gallery resumes state more correctly - - partial support for remote media(only images so far and they don't show in the gallery yet) This is a continuation of developement from Darakah's obsidian-gallery, found here https://github.com/Darakah/obsidian-gallery diff --git a/docs/README_ContextMenu.md b/docs/README_ContextMenu.md index 63e4848..6bc6a6f 100644 --- a/docs/README_ContextMenu.md +++ b/docs/README_ContextMenu.md @@ -9,6 +9,7 @@ It has a number of entries depending on circumstance - Select all: Selects all images currently in the filter for the gallery - Clear selection: De-selects all currently selected images - Copy image links: copies embedded links for all of the selected images +- Copy images as filter: copies selected images as a gallery block/filter - Copy meta links: copies links to all of the meta files for the selected images - Add tag: Adds a tag to all selected images. This will not add a duplicate if the tag already is on the file. - Pull meta from file: attempts to pull tags and some other meta data from the images into their meta files. Will also create meta files if none exist. If the setting "Skip Keyword import for existing keys" is active, then meta files that already have tags will not attempt to pull tags in.