Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
emvaized committed Dec 27, 2024
1 parent b01c38c commit 207faa0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.3.6
- Added option to open current page in popup window to main context menu
- Added option to not close current page popup window on focus lost
- Fix opening popup on drag and drop of the selected text
- 'Open in the main window' now works more reliable

### 0.3.5
- Added support for images with source in `sourceset`
- Added check to not launch popup window with no found link
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Open in Popup Window",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "0.3.5",
"version": "0.3.6",
"icons": {
"48": "icon.png",
"96": "icon.png",
Expand Down

0 comments on commit 207faa0

Please # to comment.