Releases: zarathucorp/shiny-electron-template-m1
Releases · zarathucorp/shiny-electron-template-m1
v1.24.0129
Release note
package.json
- deleted
scripts
andkeywords
- updated some node packages. (
electron
,fs-extra
) - deleted some node packages.
- "electron-squirrel-startup": only used in windows and related
main.js
also fixed. - "@babel/...": not used
- "@electron-forge/plugin-auto-unpack-natives": not used
- "electron-squirrel-startup": only used in windows and related
Note
execa
and axios
will not updated since this template used commonJS
and will not support ES6
v.1.24.0114
Release note
Versions
- Use version format as
1.YEAR.DATE
- Rename repository (remove 2023)
get-r-mac.sh
- updated to follow latest verson of R (4.3.2)
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)