Releases: macbyclp/obsidian-memorry
Release list
0.2.3
Fixes the one error the automated review raised against 0.2.2.
minAppVersion1.4.0 -> 1.7.2.Workspace.revealLeafonly returns a Promise@since 1.7.2, and the plugin awaits it so a deferred view finishes loading before it's revealed. Declaring 1.7.2 is the honest fix rather than dropping the await.- Command id no longer repeats the plugin id, and the command name no longer repeats the plugin name -- Obsidian adds both itself.
Install: download main.js, manifest.json and styles.css below into <vault>/.obsidian/plugins/memorry/. Requires Obsidian 1.7.2 or newer.
0.2.2
Addresses the automated review findings from 0.2.1.
authorUrlpoints at the author profile rather than a repositorycreateEl('div')replaced withcreateDiv()- Floating promises explicitly voided (
openFile,activateView,revealLeaf) loadData()'sanyis narrowed before being assigned to settings- Dropped the
builtin-modulesdependency in favour of Node's ownnode:modulebuiltinModules
Install: download main.js, manifest.json and styles.css below into <vault>/.obsidian/plugins/memorry/.
0.2.1
Fixed
Under a Turkish locale, CSS text-transform: uppercase rendered the section label Pinned as PINNED with a dotted capital I -- visibly wrong in an otherwise English UI. The labels are now written already-uppercase in code, which looks identical and doesn't depend on the app's locale.
Install: download main.js, manifest.json and styles.css below into <vault>/.obsidian/plugins/memorry/.
0.2.0
English UI, and a breaking id change
- Every user-facing string is now English. They were Turkish while the code and README were English -- fine for a single user, incoherent for a public listing.
- Plugin id renamed
obsidian-memorry->memorry. Obsidian's review guidelines discourageobsidianin plugin ids, so this happens now rather than after other people have it installed.
Upgrading from 0.1.0: rename your plugin folder to memorry (or delete the old obsidian-memorry folder and install fresh), otherwise Obsidian lists the plugin twice.
Install: download main.js, manifest.json and styles.css below into <vault>/.obsidian/plugins/memorry/.