Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit bf891f8

Browse files
feature: Automatic updates
Displays an "Update Available" button next to the search bar when a new version of Ganache is published. When clicked, a modal appears which shows the name and release notes of the newest available stable build. On Mac and Linux, users can click to automatically download and install the update. On Windows users can click to be taken to the GitHub release page where they can download and install the update.
1 parent 8da681c commit bf891f8

35 files changed

+7565
-3605
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
certs
2+
dist
23
out
34
node_modules
45
.DS_Store
56
.vscode
6-
7+
.node_modules_git

dev-app-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
owner: trufflesuite
2+
repo: ganache
3+
provider: github

0 commit comments

Comments
 (0)