mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-09 15:09:02 +00:00
prep changelog for pre/bugfix release, replace links
This commit is contained in:
parent
66b97450d4
commit
ecc74244c4
@ -85,7 +85,7 @@ window['__start'] = async () => {
|
|||||||
|
|
||||||
// update checker
|
// update checker
|
||||||
fetch(
|
fetch(
|
||||||
`https://api.github.com/repos/dragonwocky/notion-enhancer/releases/latest`
|
`https://api.github.com/repos/notion-enhancer/notion-enhancer/releases/latest`
|
||||||
)
|
)
|
||||||
.then((res) => res.json())
|
.then((res) => res.json())
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
@ -157,7 +157,7 @@ module.exports = (store, __exports) => {
|
|||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
click: () => {
|
click: () => {
|
||||||
electron.shell.openExternal(
|
electron.shell.openExternal(
|
||||||
'https://github.com/dragonwocky/notion-enhancer/blob/master/DOCUMENTATION.md'
|
'https://github.com/notion-enhancer/notion-enhancer/blob/master/DOCUMENTATION.md'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -176,7 +176,7 @@ module.exports = (store, __exports) => {
|
|||||||
label: 'Bug Report',
|
label: 'Bug Report',
|
||||||
click: () => {
|
click: () => {
|
||||||
electron.shell.openExternal(
|
electron.shell.openExternal(
|
||||||
'https://github.com/dragonwocky/notion-enhancer/issues/new?labels=bug&template=bug-report.md'
|
'https://github.com/notion-enhancer/notion-enhancer/issues/new?labels=bug&template=bug-report.md'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -185,7 +185,7 @@ module.exports = (store, __exports) => {
|
|||||||
label: 'Feature Request',
|
label: 'Feature Request',
|
||||||
click: () => {
|
click: () => {
|
||||||
electron.shell.openExternal(
|
electron.shell.openExternal(
|
||||||
'https://github.com/dragonwocky/notion-enhancer/issues/new?labels=enhancement&template=feature-request.md'
|
'https://github.com/notion-enhancer/notion-enhancer/issues/new?labels=enhancement&template=feature-request.md'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -13,7 +13,7 @@ module.exports = {
|
|||||||
tags: ['extension'],
|
tags: ['extension'],
|
||||||
name: 'custom inserts',
|
name: 'custom inserts',
|
||||||
desc: `link files for small client-side tweaks. (not sure how to do something? check out the
|
desc: `link files for small client-side tweaks. (not sure how to do something? check out the
|
||||||
[tweaks](https://github.com/dragonwocky/notion-enhancer/blob/master/TWEAKS.md) collection.)`,
|
[tweaks](https://github.com/notion-enhancer/notion-enhancer/blob/master/TWEAKS.md) collection.)`,
|
||||||
version: '0.1.3',
|
version: '0.1.3',
|
||||||
author: 'dragonwocky',
|
author: 'dragonwocky',
|
||||||
options: [
|
options: [
|
||||||
|
Loading…
Reference in New Issue
Block a user