Skip to content

Releases: zarathucorp/shiny-electron-template-windows

v.1.24.0118

18 Jan 13:16
Compare
Choose a tag to compare

Release note

Versions

NodeJS

get-r-win.sh (windows only)

  • wget replaced to curl (both works but wget require additional install)

README (windows only)

  • Added description for innoextract

forge-config-js & package.json

  • removed un-used codes.

src/main.js (windows only)

  • Kill all related process when exiting by @Kastakin in #2

Note

It doesn't work properly sometime. So user should double check.

New Contributors

Full Changelog: v1.24.0112...v1.24.0118

v.1.24.0112

13 Jan 04:36
9303de6
Compare
Choose a tag to compare

Release note

Versions

NodeJS
NPM
RStudio
R
Electron.js

  • Use version format as 1.YEAR.DATE
  • Rename repository (remove 2023)

get-r-win.sh

  • updated to follow legacy verson of R (4.3.1 considered as legacy)

package.json

  • updated some node packages. (@electron-forge/cli, @electron-forge/maker-zip, @electron-forge/plugin-auto-unpack-natives)

forge-config-js

  • removed maker's option (not used)

src/

  • removed failed.html (not used)
  • organized loading.html (lint + remove not used code)
  • updated main.js:
    • removed comment + not used code
    • updated splashscreenoptions and
    • updated createwindow (favicon, auto hide menu bar, width, height)