Skip to content

Commit

Permalink
2.5.0 (let's see if this works first try)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ellpeck committed Jan 19, 2025
1 parent 76ca728 commit be1c5c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-custom-frames",
"name": "Custom Frames",
"version": "2.4.7",
"version": "2.5.0",
"minAppVersion": "1.2.0",
"description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
"author": "Ellpeck",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-custom-frames",
"version": "2.4.7",
"version": "2.5.0",
"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.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"2.4.4": "0.16.0",
"2.4.5": "1.1.0",
"2.4.6": "1.2.0",
"2.4.7": "1.2.0"
"2.4.7": "1.2.0",
"2.5.0": "1.2.0"
}

0 comments on commit be1c5c1

Please sign in to comment.