File tree Expand file tree Collapse file tree 8 files changed +733
-636
lines changed Expand file tree Collapse file tree 8 files changed +733
-636
lines changed Original file line number Diff line number Diff line change 1
- # v1.0.20210412 (April 12 , 2021)
1
+ # v1.0.20211120 (November 20 , 2021)
2
2
3
- - Fix: minor fix
4
- - Fix: readme of issues
3
+ - Porting: Electron v15
4
+ - Removed: ttypescript
5
5
6
6
<!-- all-shields/sponsors-badges:START -->
7
7
8
8
[ ![ Donate Paypal] ( https://img.shields.io/badge/donate-paypal-005EA6.svg?style=for-the-badge&logo=paypal )] ( https://www.paypal.me/ptkdev ) [ ![ Donate Ko-Fi] ( https://img.shields.io/badge/donate-ko--fi-29abe0.svg?style=for-the-badge&logo=ko-fi )] ( https://ko-fi.com/ptkdev ) [ ![ Donate Github Sponsors] ( https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?style=for-the-badge&logo=github )] ( https://github.com/sponsors/ptkdev ) [ ![ Donate Patreon] ( https://img.shields.io/badge/donate-patreon-F87668.svg?style=for-the-badge&logo=patreon )] ( https://www.patreon.com/join/ptkdev ) [ ![ Donate Bitcoin] ( https://img.shields.io/badge/BTC-35jQmZCy4nsxoMM3QPFrnZePDVhdKaHMRH-E38B29.svg?style=flat-square&logo=bitcoin )] ( https://ptk.dev/img/icons/menu/bitcoin_wallet.png ) [ ![ Donate Ethereum] ( https://img.shields.io/badge/ETH-0x8b8171661bEb032828e82baBb0B5B98Ba8fBEBFc-4E8EE9.svg?style=flat-square&logo=ethereum )] ( https://ptk.dev/img/icons/menu/ethereum_wallet.png )
9
9
10
10
<!-- all-shields/sponsors-badges:END -->
11
11
12
+ # v1.0.20210412 (April 12, 2021)
13
+
14
+ - Fix: minor fix
15
+ - Fix: readme of issues
16
+
12
17
# v1.0.20210404 (April 04, 2021)
13
18
14
19
- Feature: Setup
Original file line number Diff line number Diff line change 2
2
3
3
<!-- all-shields/header-badges:START -->
4
4
5
- [](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/blob/main/CHANGELOG.md) [](https://www.npmjs.com/package/@ptkdev/svelte-electron-boilerplate) [](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/blob/main/LICENSE.md) [](https://svelte.dev/) [](https://electronjs.org/) [](https://www.typescriptlang.org/) [](https://github.com/tc39/ecma262) [](https://discord.ptkdev.io)
5
+ [](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/blob/main/CHANGELOG.md) [](https://www.npmjs.com/package/@ptkdev/svelte-electron-boilerplate) [](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/blob/main/LICENSE.md) [](https://svelte.dev/) [](https://electronjs.org/) [](https://www.typescriptlang.org/) [](https://github.com/tc39/ecma262) [](https://discord.ptkdev.io)
6
6
7
7
<!-- all-shields/header-badges:END -->
8
8
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function createWindow() {
24
24
} ) ;
25
25
26
26
if ( config . debug ) {
27
- mainWindow . loadURL ( `http://localhost.test :${ config . server . port } ` ) ;
27
+ mainWindow . loadURL ( `http://localhost:${ config . server . port } ` ) ;
28
28
mainWindow . webContents . openDevTools ( ) ;
29
29
} else {
30
30
mainWindow . loadFile ( path . join ( __dirname , "../../../dist/index.html" ) ) ;
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ module.exports = {
3
3
testEnvironment : "jsdom" ,
4
4
globals : {
5
5
"ts-jest" : {
6
- "tsconfig" : "tsconfig.json" ,
7
- "compiler" : "ttypescript"
8
- }
6
+ tsconfig : "tsconfig.json" ,
7
+ } ,
9
8
} ,
10
9
} ;
You can’t perform that action at this time.
0 commit comments