diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index cb6197583..d5119e928 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -45,4 +45,4 @@ Wails is what it is because of the time and effort given by these great people.
* [Alexander Matviychuk](https://github.com/alexmat)
* [RH12503](https://github.com/RH12503)
* [hi019](https://github.com/hi019)
-
\ No newline at end of file
+ * [Igor Minen](https://github.com/Igogrek)
diff --git a/README.md b/README.md
index b3819c3fe..988afc6e0 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,10 @@ The official docs can be found at [https://wails.app](https://wails.app).
This project is supported by these kind people / companies:
+
-
-
-
+
+
@@ -45,12 +45,18 @@ This project is supported by these kind people / companies:
+
+
+
+
+
+
## Installation
Wails uses cgo to bind to the native rendering engines so a number of platform dependent libraries are needed as well as an installation of Go. The basic requirements are:
-- Go 1.13
+- Go 1.16
- npm
### MacOS
diff --git a/lib/renderer/webview.go b/lib/renderer/webview.go
index 98dbcaac2..d122a3e2b 100644
--- a/lib/renderer/webview.go
+++ b/lib/renderer/webview.go
@@ -93,7 +93,6 @@ func (w *WebView) Initialise(config interfaces.AppConfig, ipc interfaces.IPCMana
w.ipc.Dispatch(message, w.callback)
},
})
- fmt.Println("Control")
// Set minimum and maximum sizes
if setMinSize {
@@ -101,7 +100,6 @@ func (w *WebView) Initialise(config interfaces.AppConfig, ipc interfaces.IPCMana
}
if setMaxSize {
w.SetMaxSize(maxWidth, maxHeight)
- fmt.Println("Max")
}
// Set minimum and maximum sizes
@@ -124,7 +122,6 @@ func (w *WebView) Initialise(config interfaces.AppConfig, ipc interfaces.IPCMana
}
w.log.Info("Initialised")
-
return nil
}
diff --git a/logo_cropped.png b/logo_cropped.png
index 55113ebc8..380c3d7fb 100644
Binary files a/logo_cropped.png and b/logo_cropped.png differ
diff --git a/runtime/js/runtime/package-lock.json b/runtime/js/runtime/package-lock.json
index e912dcca3..78aef35b7 100644
--- a/runtime/js/runtime/package-lock.json
+++ b/runtime/js/runtime/package-lock.json
@@ -124,9 +124,9 @@
}
},
"hosted-git-info": {
- "version": "2.8.8",
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
- "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==",
+ "version": "2.8.9",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
"dev": true
},
"ini": {