Skip to content

Commit be1c5c1

Browse files
committed
2.5.0 (let's see if this works first try)
Additions - Added Readwise Daily View preset (tyler-dot-earth) Improvements - Sort frame templates by display name in the dropdown - Share sessions with the new web viewer core plugin. Note that this will cause all existing sessions to be invalidated (ie websites to be logged out), but will allow for opening external frame links within Obsidian. - Display Discord link in the settings tab Fixes - Fixed forward and backward navigation buttons being flipped
1 parent 76ca728 commit be1c5c1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-custom-frames",
33
"name": "Custom Frames",
4-
"version": "2.4.7",
4+
"version": "2.5.0",
55
"minAppVersion": "1.2.0",
66
"description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
77
"author": "Ellpeck",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-custom-frames",
3-
"version": "2.4.7",
3+
"version": "2.5.0",
44
"description": "An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"2.4.4": "0.16.0",
1414
"2.4.5": "1.1.0",
1515
"2.4.6": "1.2.0",
16-
"2.4.7": "1.2.0"
16+
"2.4.7": "1.2.0",
17+
"2.5.0": "1.2.0"
1718
}

0 commit comments

Comments
 (0)