mirror of
https://github.com/jesse-r-s-hines/obsidian-open-tab-settings.git
synced 2026-07-22 05:43:41 +00:00
2.2.0
This commit is contained in:
parent
558beaa9ae
commit
55db9ae77a
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "open-tab-settings",
|
"id": "open-tab-settings",
|
||||||
"name": "Open Tab Settings",
|
"name": "Open Tab Settings",
|
||||||
"version": "2.1.1",
|
"version": "2.2.0",
|
||||||
"minAppVersion": "1.8.7",
|
"minAppVersion": "1.8.7",
|
||||||
"description": "Adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more.",
|
"description": "Adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more.",
|
||||||
"author": "jesse-r-s-hines",
|
"author": "jesse-r-s-hines",
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-open-tab-settings",
|
"name": "obsidian-open-tab-settings",
|
||||||
"version": "2.1.1",
|
"version": "2.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "obsidian-open-tab-settings",
|
"name": "obsidian-open-tab-settings",
|
||||||
"version": "2.1.1",
|
"version": "2.2.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"i18next": "^24.2.1",
|
"i18next": "^24.2.1",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-open-tab-settings",
|
"name": "obsidian-open-tab-settings",
|
||||||
"version": "2.1.1",
|
"version": "2.2.0",
|
||||||
"description": "Add settings to open in new tab by default and prevent duplicate tabs.",
|
"description": "Add settings to open in new tab by default and prevent duplicate tabs.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -35,5 +35,6 @@
|
||||||
"2.0.2": "1.8.3",
|
"2.0.2": "1.8.3",
|
||||||
"2.0.3": "1.8.3",
|
"2.0.3": "1.8.3",
|
||||||
"2.1.0": "1.8.3",
|
"2.1.0": "1.8.3",
|
||||||
"2.1.1": "1.8.3"
|
"2.1.1": "1.8.3",
|
||||||
|
"2.2.0": "1.8.7"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue