5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 11:30:18 +08:00
Commit Graph

456 Commits

Author SHA1 Message Date
Reuben
566914a9c2 fix RunCommandArray bug where if exec.LookPath returns an error program is an empty string in the log. 2020-03-24 22:02:56 +11:00
konez2k
0e7981cf87
Macos notarize fix (#362)
* Develop (#343)

* Support Distribution 'ArcoLinux' #310 (#312)

* Support Distribution 'ArcoLinux' #310

* Vuetify2 support (resurrected from git@github.com:MichaelHipp/wails.git) (#315)

* Initial create of vuetify2-basic folder

* Change template descr of vuetify-basic to say Vuetify 1.5

* Get vuetify2 template installing vuetify v2.0 (but with styling probs)

* Update App.vue, HelloWorld.vue for Vuetify v2

* Remove babel-polyfill, add mdi/font

* fix: codacy corrections

* fix: babel -> core-js, regenerator-runtime

Co-authored-by: Michael Hipp <michael@redmule.com>
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>

* Update Contributors

* v1.0.2-pre1

* [313-remote-conn] allow remote connections to the websocket bridge (#314)

* [313-remote-conn] feat: compute wsURL based on window.location

* [313-remote-conn] feat: allow any host to connect to vue server

removing the 'host: "localhost"' specification causes the development
server to listen on all interfaces.

* [313-remote-conn] feat: allow any host to connect to angular dev server

* test: reinject tabs

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>

* fix: disable host check for vuetify 2 template

* v1.0.2-pre2

* fix: shutdown ipcmanager

* use channel to trigger shutdown

* load linuxdb from relative path

* Feat manjaro arm & deepin (#324)

* feat: new distros: manjaroARM & Deepin

* v1.0.2-pre3

* [326-platform-raspbian] feat: implement raspbian support (#327)

* fix: emit arguments (#306)

* v1.0.2-pre4 Raspbarian support

* Initial support for Typescript decl file (#330)

* v1.0.2-pre5

* revert to Go 1.12

* New CI (#331)

* prepare

* new CI/github actions

* Rename later-pre.yml to latest-pre.yml

* Update latest-pre.yml

* Update README.md

* Ensure version in go.mod is up to date (#339)

* release v1.0.2-pre6

* Fix typescript generation

* Release v1.0.2-pre7

* 316-multi-bridge-conn (#317)

* [316-multi-bridge-conn] feat: use callback func for bridge response

* [316-multi-bridge-conn] feat: implement multiple session support

* split client handling portion into 'session'
* keep track of sessions by remote address (ip & port)
* notify each of the sessions anytime an event comes across the bus

* [316-multi-bridge-conn] chore: move bridge files to package

* [316-multi-bridge-conn] chore: remove deprecated Callback function

The Callback function is no longer needed for the operation of
the frontend callback since the ipc.Dispatch function now requires
a callback function to be provided as an argument.
This function can be a private function since it is passed by reference.

* [316-multi-bridge-conn] chore: make webview.Callback private

* [316-multi-bridge-conn] chore: remove unused injectCSS function

I believe a slightly better method of doing this might need to be devised
if it is needed in the future. I presume it should collect the values
into a cache and then inject it into each sesssion as it appears.

* [316-multi-bridge-conn] ensure wails:ready event is emitted

Event is only emitted for the first session created from the Bridge.

* [316-multi-bridge-conn] emit events for session lifecycle

Emit an event for each session started and ended.

* [316-multi-bridge-conn] fix: session handling fixes

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>

* Release v1.0.2-pre8

* Release v1.0.2

Co-authored-by: Byron <ktc@protonmail.com>
Co-authored-by: Travis McLane <tmclane@gmail.com>
Co-authored-by: Michael Hipp <michael@redmule.com>

* Macos notarize fix

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
Co-authored-by: Byron <ktc@protonmail.com>
Co-authored-by: Travis McLane <tmclane@gmail.com>
Co-authored-by: Michael Hipp <michael@redmule.com>
2020-03-17 23:29:43 +11:00
Lea Anthony
ce3bd8f56f
Update dependencies (#354)
* update vuetify2 dependencies

* update eslint

* update vuetify1 deps

* update vuebasic deps

* update react deps

* bump version
2020-03-04 06:39:34 +10:00
Lea Anthony
a3cc1de0a2 v1.0.3-pre1 2020-02-23 15:10:31 +11:00
Lea Anthony
8d3c32c630
Add verbose flag (#350)
* Implement verbose output
Works for build and serve

* Tidy go modules
2020-02-23 06:02:59 +11:00
Lea Anthony
79188c503f
Develop (#343)
* Support Distribution 'ArcoLinux' #310 (#312)

* Support Distribution 'ArcoLinux' #310

* Vuetify2 support (resurrected from git@github.com:MichaelHipp/wails.git) (#315)

* Initial create of vuetify2-basic folder

* Change template descr of vuetify-basic to say Vuetify 1.5

* Get vuetify2 template installing vuetify v2.0 (but with styling probs)

* Update App.vue, HelloWorld.vue for Vuetify v2

* Remove babel-polyfill, add mdi/font

* fix: codacy corrections

* fix: babel -> core-js, regenerator-runtime

Co-authored-by: Michael Hipp <michael@redmule.com>
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>

* Update Contributors

* v1.0.2-pre1

* [313-remote-conn] allow remote connections to the websocket bridge (#314)

* [313-remote-conn] feat: compute wsURL based on window.location

* [313-remote-conn] feat: allow any host to connect to vue server

removing the 'host: "localhost"' specification causes the development
server to listen on all interfaces.

* [313-remote-conn] feat: allow any host to connect to angular dev server

* test: reinject tabs

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>

* fix: disable host check for vuetify 2 template

* v1.0.2-pre2

* fix: shutdown ipcmanager

* use channel to trigger shutdown

* load linuxdb from relative path

* Feat manjaro arm & deepin (#324)

* feat: new distros: manjaroARM & Deepin

* v1.0.2-pre3

* [326-platform-raspbian] feat: implement raspbian support (#327)

* fix: emit arguments (#306)

* v1.0.2-pre4 Raspbarian support

* Initial support for Typescript decl file (#330)

* v1.0.2-pre5

* revert to Go 1.12

* New CI (#331)

* prepare

* new CI/github actions

* Rename later-pre.yml to latest-pre.yml

* Update latest-pre.yml

* Update README.md

* Ensure version in go.mod is up to date (#339)

* release v1.0.2-pre6

* Fix typescript generation

* Release v1.0.2-pre7

* 316-multi-bridge-conn (#317)

* [316-multi-bridge-conn] feat: use callback func for bridge response

* [316-multi-bridge-conn] feat: implement multiple session support

* split client handling portion into 'session'
* keep track of sessions by remote address (ip & port)
* notify each of the sessions anytime an event comes across the bus

* [316-multi-bridge-conn] chore: move bridge files to package

* [316-multi-bridge-conn] chore: remove deprecated Callback function

The Callback function is no longer needed for the operation of
the frontend callback since the ipc.Dispatch function now requires
a callback function to be provided as an argument.
This function can be a private function since it is passed by reference.

* [316-multi-bridge-conn] chore: make webview.Callback private

* [316-multi-bridge-conn] chore: remove unused injectCSS function

I believe a slightly better method of doing this might need to be devised
if it is needed in the future. I presume it should collect the values
into a cache and then inject it into each sesssion as it appears.

* [316-multi-bridge-conn] ensure wails:ready event is emitted

Event is only emitted for the first session created from the Bridge.

* [316-multi-bridge-conn] emit events for session lifecycle

Emit an event for each session started and ended.

* [316-multi-bridge-conn] fix: session handling fixes

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>

* Release v1.0.2-pre8

* Release v1.0.2

Co-authored-by: Byron <ktc@protonmail.com>
Co-authored-by: Travis McLane <tmclane@gmail.com>
Co-authored-by: Michael Hipp <michael@redmule.com>
2020-02-08 09:58:16 +11:00
Lea Anthony
bd6745bef0 Release v1.0.2 2020-02-08 09:54:07 +11:00
Lea Anthony
8a14cc9a4c
Release v1.0.2-pre8 2020-01-26 11:08:32 +11:00
Lea Anthony
030bd629df
Release v1.0.2-pre7 2020-01-26 11:03:54 +11:00
Lea Anthony
0c790bb08c
release v1.0.2-pre6 2020-01-26 07:00:04 +11:00
Lea Anthony
fa1bc016fe
Ensure version in go.mod is up to date (#339) 2020-01-26 06:58:00 +11:00
Lea Anthony
0bca7b57e0
v1.0.2-pre5 2020-01-11 22:37:44 +11:00
Lea Anthony
332e9d66ea
Initial support for Typescript decl file (#330) 2020-01-11 22:35:05 +11:00
Lea Anthony
93884a5aeb
v1.0.2-pre4 Raspbarian support 2020-01-11 09:35:52 +11:00
Lea Anthony
c1fbca834b
fix: emit arguments (#306) 2020-01-11 00:11:31 +11:00
Travis McLane
60fe2c0912 [326-platform-raspbian] feat: implement raspbian support (#327) 2020-01-10 22:07:42 +11:00
Lea Anthony
2e1e8b1513
v1.0.2-pre3 2020-01-09 08:40:31 +11:00
Byron
dd49292b68 Feat manjaro arm & deepin (#324)
* feat: new distros: manjaroARM & Deepin
2020-01-09 08:38:05 +11:00
Lea Anthony
af30e5e6ba
load linuxdb from relative path 2020-01-08 06:49:54 +11:00
Lea Anthony
084d412d86
v1.0.2-pre2 2020-01-02 22:47:04 +11:00
Lea Anthony
788d22740b
fix: disable host check for vuetify 2 template 2020-01-02 22:46:12 +11:00
Travis McLane
34ef3de737 [313-remote-conn] allow remote connections to the websocket bridge (#314)
* [313-remote-conn] feat: compute wsURL based on window.location

* [313-remote-conn] feat: allow any host to connect to vue server

removing the 'host: "localhost"' specification causes the development
server to listen on all interfaces.

* [313-remote-conn] feat: allow any host to connect to angular dev server

* test: reinject tabs

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2020-01-02 21:43:34 +10:00
Lea Anthony
8149cbc3c0
v1.0.2-pre1 2020-01-02 08:47:48 +11:00
Travis McLane
38e897f646 Vuetify2 support (resurrected from git@github.com:MichaelHipp/wails.git) (#315)
* Initial create of vuetify2-basic folder

* Change template descr of vuetify-basic to say Vuetify 1.5

* Get vuetify2 template installing vuetify v2.0 (but with styling probs)

* Update App.vue, HelloWorld.vue for Vuetify v2

* Remove babel-polyfill, add mdi/font

* fix: codacy corrections

* fix: babel -> core-js, regenerator-runtime

Co-authored-by: Michael Hipp <michael@redmule.com>
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2020-01-02 07:42:45 +10:00
Byron
de2f9a1e9e Support Distribution 'ArcoLinux' #310 (#312)
* Support Distribution 'ArcoLinux' #310
2020-01-02 07:14:22 +10:00
Lea Anthony
aa698b993d bump to v1.0.1 2019-12-10 18:23:37 +11:00
Lea Anthony
a6fa5feb0c chore: v1 tag 2019-12-10 18:16:13 +11:00
Lea Anthony
7051ffd425 v0.20.0 2019-12-05 08:28:17 +11:00
Lea Anthony
bac823566c v0.20.0-pre2 2019-11-28 22:48:14 +11:00
Lea Anthony
b5b92c4afa v0.20.0-pre1 2019-11-27 22:56:18 +11:00
Lea Anthony
2c2aee2d30
Windows console (#299)
* initial release of wails console

* lint fix
2019-11-27 22:55:19 +11:00
Lea Anthony
806b1aa8e0
angular windows fixes (#298) 2019-11-27 22:35:14 +11:00
lea
fb1e8647bc release v0.19.0 2019-11-05 14:43:37 +11:00
Lea Anthony
723236f348 chore: bump version 2019-11-04 04:06:47 +11:00
Lea Anthony
394a823d82 fix: remove unicode flag 2019-11-04 04:02:42 +11:00
Lea Anthony
afe57802ad v0.18.15-pre 2019-11-02 21:07:02 +11:00
Lea Anthony
914642bd1d
Backport (#283)
* Develop (#265)


* Patch for file dialog on OSX

* Update CONTRIBUTORS.md

* 262 add wails shutdown method (#264)

* feat: support close in bridge mode

* feat: WailsShutdown callback

Now handles proper shutdown through:
  * runtime.Window.Close()
  * Killing the main window
  * Ctrl-C

* chore: version bump

* chore: version bump

* feat: adjust binary name for OS

* fix: allow spaces in gcc path

* feat: migrate command

* fix: npm/node versions

* fix: allow IE for serve

* feat: go build script

* fix: make runtime ES2015 compliant

* fix: remove invoke patch

* fix: allow any line endings

* chore: remove legacy bridge files

* chore: latest assets
2019-11-02 21:06:02 +11:00
Lea Anthony
dafd9bcb24 fix: make binary name more os specific 2019-10-29 10:24:05 +11:00
Lea Anthony
7f75f27f6b fix: debug build should use terminal 2019-10-29 07:57:29 +11:00
Lea Anthony
d77fa1ee74 fix: npm/node version reporting 2019-10-26 05:36:00 +11:00
Lea Anthony
82e00ff83a hotfix: build issue for windows 2019-10-25 18:21:18 +11:00
Lea Anthony
14f91ab109 release v0.18.12-pre 2019-10-25 18:13:57 +11:00
Lea Anthony
52e6091f0f release v0.18.11-pre 2019-10-25 17:39:12 +11:00
Lea Anthony
2db1624faf
274 support spaces in windows paths (#275)
* fix: escape windows commands

* fix: allow spaces in path to windres

* Update go.mod
2019-10-25 17:37:36 +11:00
Lea Anthony
f5d3fb0848 release v0.18.10-pre 2019-10-25 12:34:43 +11:00
Lea Anthony
85a64914aa
261 korean fonts (#273)
* fix: linting

* chore: bump version

* fix: unicode text for Windows
2019-10-25 12:33:29 +11:00
Lea Anthony
0819207e33 Bump version to v0.18.9-pre 2019-10-25 12:05:51 +11:00
Lea Anthony
c51f0cad6f chore: version bump 2019-10-24 16:13:42 +11:00
Lea Anthony
6795f6c678
Migrate tool (#270)
Experimental migration tool for projects < v1.0.0
2019-10-24 16:11:50 +11:00
Lea Anthony
315ef5f7ea
fix: detect encoding on windows (#266)
* fix: linting

* chore: bump version
2019-10-24 16:04:32 +11:00
Lea Anthony
24530d9da4
fix: force install when node_modules missing (#268) 2019-10-24 09:36:42 +11:00
Lea Anthony
08fc1d53d0 chore: version bump 2019-10-23 14:06:14 +11:00
Lea Anthony
1b04b71254
fix: importing runtime (#254) 2019-10-09 19:33:13 +11:00
Lea Anthony
0b19ad1427
chore: version bump 2019-10-09 19:30:53 +11:00
Robin Eklind
a7f61e335e cmd/wails: report error status code to OS (#252)
Fixes #251.
2019-10-09 04:44:32 +11:00
Lea Anthony
f453be12c8
hotfix: version number 2019-10-08 06:20:30 +11:00
Lea Anthony
20428b0407
Develop (#250) 2019-10-08 06:12:08 +11:00
Lea Anthony
694f80434a
fix: revert fix
Masterminds have fixed it upstream
2019-09-05 08:50:40 +10:00
Lea Anthony
099967ae94
hotfix: semver changed api 2019-09-03 21:52:45 +10:00
Lea Anthony
718bb1b852
patch 2019-09-03 21:46:47 +10:00
Lea Anthony
078a7a5519
feat: release v0.17.0 2019-07-02 17:38:18 +10:00
Lea Anthony
d811f721ac
docs: be explicit about node version 2019-07-01 21:50:16 +10:00
Lea Anthony
26950ba045
chore: version bump 2019-07-01 21:36:07 +10:00
Lea Anthony
80adb70e78
chore: version bump 2019-07-01 21:35:30 +10:00
Lea Anthony
0c042acd4a
fix: template name order 2019-07-01 21:35:06 +10:00
Lea Anthony
65a8a1e1f7
feat: sort templates by name 2019-07-01 18:26:24 +10:00
Lea Anthony
a2ac8af882
chore: Bump to version v0.16.5-pre 2019-07-01 18:10:26 +10:00
Lea Anthony
52afbd3f15
fix: revert back to my-app 2019-07-01 09:01:07 +10:00
Lea Anthony
74c64c6420
chore: misc updates for template 2019-07-01 08:57:42 +10:00
bh90210
87158a342a feat: angular template 2019-06-29 15:45:48 +03:00
Lea Anthony
c5be3e5634
feat: initial support for template dependencies 2019-06-27 09:05:46 +10:00
Lea Anthony
7156740f6c
fix: typo 2019-06-27 08:46:01 +10:00
Lea Anthony
2d29b626c7
chore: version bump 2019-06-26 19:50:22 +10:00
Lea Anthony
a9188cbfdd
feat: set wails version in go.mod 2019-06-26 19:46:51 +10:00
Lea Anthony
d07cca0278
chore: version bump 2019-06-25 18:49:18 +10:00
Lea Anthony
105073e412
fix: add Debian support across tooling 2019-06-25 18:32:25 +10:00
Lea Anthony
9d1f1fff47
feat: debian support 2019-06-25 18:29:57 +10:00
Lea Anthony
bd9751d888
feat: Support distribution support requests 2019-06-25 08:13:20 +10:00
Lea Anthony
7d171b0907
feat: initial support for platform requests 2019-06-24 09:11:06 +10:00
Lea Anthony
a84e2ae9b3
Merge pull request #129 from wailsapp/123-Unify-Runtime-APIs
feat: unify runtime API signatures
2019-06-22 08:43:23 +10:00
Lea Anthony
36e575e0a2
feat: unify runtime API signatures 2019-06-22 08:36:11 +10:00
ktc
70ccb8942b fix(react template): reverting bugfix + code clean-up 2019-06-19 20:09:23 +03:00
Lea Anthony
d3cd3d43bd
chore: version bump 2019-06-19 21:04:27 +10:00
Lea Anthony
9116f0d06c
Merge pull request #124 from wailsapp/116-Add-browser-methods-to-runtime
116 add browser methods to runtime
2019-06-19 21:01:53 +10:00
Lea Anthony
5c8a4de446
fix: version 2019-06-19 08:29:15 +10:00
Lea Anthony
7cabef946e
feat: initial support for browser.openURL for f/e 2019-06-19 08:28:31 +10:00
ktc
f2519e5af2 fix(react template): build bugfix 2019-06-18 13:57:45 +03:00
Lea Anthony
5b002e88b7
feat: v0.16.0 release 2019-06-18 08:18:49 +10:00
Lea Anthony
c8027f5b81
feat: react template 2019-06-16 17:13:40 +10:00
Mark Stenglein
1efc8cb934
CMD: LINUX: Arch Linux detection without lsb-release
The existing distribution detection does not work on Arch Linux
without the `lsb-release` package installed. This patch adds
detection using `/etc/os-release` in the same way that f9a1881
uses for Fedora and CentOS detection.

I changed the if statement that Bryn Sinclair used to a case
statement to avoid extra if-else-if statements.

I also needed to add a trim statement to remove the `"` characters
that are present in Arch Linux's `/etc/os-release` file.
2019-05-26 20:30:05 -04:00
Lea Anthony
249a35f90f
chore: release v0.15.0 2019-05-26 13:56:27 +10:00
Lea Anthony
d003de3270
chore: remove old package-lock.json 2019-05-26 13:46:51 +10:00
Lea Anthony
4a376f1b67
fix: windows spinner 2019-05-25 12:22:20 +10:00
Lea Anthony
c540f3902c
fix: polyfill for windows 2019-05-25 12:19:03 +10:00
Lea Anthony
accc04ef90
chore: version bump 2019-05-25 11:30:01 +10:00
Lea Anthony
a54bbb4e14
chore: linting fixes 2019-05-25 11:17:39 +10:00
Lea Anthony
6b1b999546
feat: add vuetify template 2019-05-25 11:13:34 +10:00
Lea Anthony
a5aeafc4bc
chore: version bump 2019-05-25 09:28:21 +10:00
Lea Anthony
06a1372e80
fix: use snap command for linux 2019-05-23 08:57:11 +10:00
Lea Anthony
29ea5cc74d
fix: slign with new bug template 2019-05-22 19:13:17 +10:00
Lea Anthony
9be56c47e4
chore: reset version 2019-05-22 08:35:38 +10:00
Lea Anthony
249720b0cc
chore: version bump 2019-05-22 08:30:24 +10:00
Lea Anthony
3c0fa4c55e
chore: lint fixes 2019-05-22 07:25:42 +10:00
Lea Anthony
c07a4b6c16 Merge branch 'develop' into 92-build-on-first-init 2019-05-22 00:56:30 +10:00
Lea Anthony
8175eb4446
chore: version bump 2019-05-22 00:50:28 +10:00
Lea Anthony
f07705268d
feat: moar spinners 2019-05-20 23:53:14 +10:00
Lea Anthony
63fef39854
feat: build on init 2019-05-20 23:40:17 +10:00
Lea Anthony
3ea45da2c8
chore: version bump v0.14.5-pre 2019-05-20 20:47:35 +10:00
Lea Anthony
7015b80888
feat: new template generator 2019-05-20 18:44:14 +10:00
Lea Anthony
1ac16d1933
fix: minor fixes 2019-05-18 07:34:39 +10:00
Lea Anthony
0f36a88f0e
feat: add Manjaro support 2019-05-18 07:18:34 +10:00
Lea Anthony
b30031d025
feat: multiple template support 2019-05-18 07:15:15 +10:00
Lea Anthony
cd152f0cd7 Merge branch 'master' into v0.14.0-pre 2019-05-12 15:15:11 +10:00
Lea Anthony
12280b51b9
chore: version bump 2019-05-12 15:12:10 +10:00
Lea Anthony
29256c5766
fix: update check 2019-05-12 15:11:40 +10:00
Lea Anthony
8b13c0b197
chore: update version 2019-05-12 15:02:50 +10:00
Lea Anthony
50e2037fba
fix: same version comparison 2019-05-12 14:55:39 +10:00
Lea Anthony
f86c10af02
fix: update logic 2019-05-12 14:48:25 +10:00
Lea Anthony
00e165b139 Merge branch 'v0.13.0-pre' into v0.13.0 2019-05-12 14:20:40 +10:00
Lea Anthony
02199bbe9d
fix: updating from pre to release 2019-05-12 14:20:04 +10:00
Lea Anthony
d55dcb2dfb
chore: update version 2019-05-12 13:37:19 +10:00
Lea Anthony
79ac4c1d45
Merge pull request #86 from fishfishfish2104/v0.13.0-pre
Added Dependancy check for redhat distros
2019-05-12 13:31:45 +10:00
Lea Anthony
c6bfa85a1a Merge branch 'v0.13.0-pre' of github.com:wailsapp/wails into v0.13.0-pre 2019-05-12 13:00:55 +10:00
Lea Anthony
77142bd99e
feat: support version flag 2019-05-12 12:59:35 +10:00
Lea Anthony
538f5c6501
fix: typo fixes 2019-05-12 12:51:14 +10:00
Lea Anthony
3ff02fb183
fix: better version checking 2019-05-12 12:50:50 +10:00
Lea Anthony
30298b4237
feat: add IsValidTag 2019-05-12 12:50:28 +10:00
Lea Anthony
76499b20c4 fix: windows template.json 2019-05-11 17:04:42 +10:00
Bryn Sinclair
b21e79daf5 changed to use rpm instead of yum as its faster 2019-05-11 12:19:18 +12:00
Lea Anthony
71194108de
feat: better version comparison 2019-05-10 23:01:50 +10:00
Lea Anthony
11fd50f78d
fix: ensure GO111MODULE=on 2019-05-10 21:23:58 +10:00
Lea Anthony
c08d1d7b3c
fix: remove test data 2019-05-10 21:18:35 +10:00
Lea Anthony
2febf5a97a
fix: set gomod=on when execing 2019-05-10 21:12:20 +10:00
Lea Anthony
cea7b1e494
feat: new Github helper 2019-05-10 21:11:43 +10:00
Lea Anthony
25962e2e53
fix: set correct version 2019-05-10 21:11:20 +10:00
Bryn Sinclair
43f9b141fe removed unnecessary dependancies
changed logger.red to logger.error
2019-05-10 21:06:58 +12:00
Bryn Sinclair
e1b729ea96 Merge commit 'f9a18817b74828ff8fae92a1a873087f9adc363b' of https://github.com/wailsapp/wails into v0.13.0-pre 2019-05-10 21:04:53 +12:00
Bryn Sinclair
f9a18817b7 Added library checking support for red hat distros (Only tested on fedora)
Changed some Package help inconsistencies
2019-05-10 17:41:30 +12:00
Lea Anthony
cc45dcf91e fix: leave win assets on -p flag 2019-05-09 22:06:27 +10:00
Lea Anthony
4aeb554f1b fix: remove debug output 2019-05-09 19:43:19 +10:00
Lea Anthony
3d2268420b fix: show prerequisite errors 2019-05-09 19:31:07 +10:00
Lea Anthony
f9ca13ff30 fix: remove -u from go get 2019-05-09 13:58:49 +10:00
Lea Anthony
319dbcdc49 chore: lint fix 2019-05-08 22:42:13 +10:00
Lea Anthony
bffbbd59ce fix: Windows 10 colour 2019-05-08 22:40:56 +10:00
Lea Anthony
8bd1d0ec92 fix: no need for windows separator 2019-05-08 22:32:04 +10:00
Lea Anthony
0daec29fab
Updates to update command 2019-05-07 08:48:52 +10:00
Lea Anthony
2fa9e3b0ee Bump to v0.12.0 2019-05-03 19:21:39 +10:00
Adrian Lanzafame
b015f27e14
add archlinux support 2019-05-02 13:35:34 +10:00
Lea Anthony
ac203ec931
version bump 2019-04-30 08:30:46 +10:00
Lea Anthony
3fd73186f4
Version bump 2019-04-30 08:22:18 +10:00
Lea Anthony
aacfe8386a
always install bridge on serve 2019-04-27 09:29:19 +10:00
Lea Anthony
97944d771a
Bump to 0.11.6 2019-04-26 18:58:56 +10:00
Lea Anthony
855032ed1e
release 0.11.3 2019-04-25 20:14:10 +10:00
Lea Anthony
4c799bca8f
version bump 2019-04-25 20:08:42 +10:00
Lea Anthony
91ab2c2b31
Version bump 2019-04-25 20:06:11 +10:00
Lea Anthony
a109e3078d
New dependency installation text 2019-04-23 08:46:39 +10:00
Lea Anthony
2e61a3c309
Set script type for injections 2019-04-23 08:46:11 +10:00
Lea Anthony
2d5825d73d
Speed up Wails Serve 2019-04-20 12:15:19 +10:00
Lea Anthony
58eee64326
more linting fixes 2019-04-11 08:26:57 +10:00
Lea Anthony
41d786a13c
Add devtools to Vue config in template 2019-04-10 08:48:12 +10:00
Lea Anthony
a2b7906c89
more linting fixes 2019-04-10 08:46:49 +10:00
Lea Anthony
eeb6fa4677
linting fixes 2019-04-10 08:38:46 +10:00
Lea Anthony
de53fc6510
chore: remove unused files 2019-03-29 08:25:18 +11:00
Lea Anthony
d4f4feb429
fix: better input during setup 2019-03-29 08:25:09 +11:00
Lea Anthony
6c0906e87d
fix: call package when -p flag provided 2019-03-20 08:11:46 +11:00
Lea Anthony
629ac4b93c
Use hex encoded strings for callbacks 2019-03-17 16:56:41 +11:00
Lea Anthony
5ece7e84b3
Release 0.11.0 2019-03-10 17:03:55 +11:00
Lea Anthony
eaba857676
Add frontend build back to serve 2019-03-10 17:02:57 +11:00
Lea Anthony
4821ab8597
Automate version bumps 2019-03-10 17:02:12 +11:00
Lea Anthony
670b769f82
version bump 2019-03-09 05:18:23 +11:00
Lea Anthony
eb53399824
add wails bridge assets 2019-03-08 20:39:09 +11:00
Lea Anthony
24e4fbfb68
ignore frontend files when using wails serve 2019-03-08 20:38:55 +11:00
Lea Anthony
7f54ca4ac3
version bump 2019-03-07 21:30:30 +11:00
Lea Anthony
b224803e4d
fix vue basic template 2019-03-07 21:29:55 +11:00
Lea Anthony
77e85705d1
Version bump 2019-03-07 08:23:38 +11:00
Lea Anthony
9fd24595c7
fix asset imports in vue basic template 2019-03-07 08:23:29 +11:00
Lea Anthony
c8db58e00e
Version bump 2019-03-07 05:47:13 +11:00
Lea Anthony
e96e0e0999
fix default prompts 2019-03-07 05:46:20 +11:00
Lea Anthony
cda0b40414
Version bump 2019-03-06 19:12:38 +11:00
Lea Anthony
7f4229dd6b
Add issue command 2019-03-06 19:12:12 +11:00
Lea Anthony
68651b77f4
use os specific path seperator 2019-03-06 19:11:46 +11:00
Lea Anthony
bf001f5ad2
Improve prompt handling 2019-03-06 19:11:03 +11:00
Lea Anthony
8553f43080
Misc linting fixes and version bump 2019-03-03 11:34:00 +11:00
Lea Anthony
587681bb8d
Bump version 2019-03-02 12:56:56 +11:00
Lea Anthony
c180d7dccb
use mewn for templates
massively improve template handling
2019-03-02 12:54:10 +11:00
Lea Anthony
4cccb628c9 initial update command 2019-02-23 10:20:37 +11:00
Lea Anthony
fe8b7ac5c9
default directory option 2019-02-22 09:03:41 +11:00
Lea Anthony
753c5fd337
Big banner for Setup/Help. Small banner for commands. 2019-02-22 08:44:30 +11:00
Lea Anthony
5e466893cf package by default. -p leaves resource artifacts 2019-02-22 05:17:23 +11:00
Lea Anthony
42b1c0befa
remove frontend build from serve 2019-02-21 21:21:05 +11:00
Lea Anthony
1c5284db3e
Set window colour 2019-02-21 08:23:35 +11:00
Lea Anthony
fd9363e842 minor bugfix 2019-02-20 23:04:11 +11:00
Lea Anthony
cac97e8652 small refactor 2019-02-20 23:01:33 +11:00
Lea Anthony
2ccabc772b try and simplify 2019-02-20 22:54:06 +11:00
Lea Anthony
2257b1cab1 remove bad xml error 2019-02-20 22:41:33 +11:00
Lea Anthony
bdcf98fc15 Significant support for Windows builds 2019-02-20 22:24:47 +11:00
Lea Anthony
b18f04b30d
removed survey 2019-02-19 19:37:45 +11:00
Lea Anthony
94e9447e1c
Removed prompt library requirements 2019-02-19 19:25:33 +11:00
Lea Anthony
03c479c890 Fix vue template 2019-02-19 00:18:08 +11:00
Lea Anthony
1d8e99d846
Move to mewn 2019-02-18 21:06:53 +11:00
Lea Anthony
8e909fc9f4
Move to mewn 2019-02-18 08:31:22 +11:00
Lea Anthony
3bc86a4f50
Move bridge runtimes out of bundled assets 2019-02-17 06:12:05 +11:00
Lea Anthony
27f852ac6a
ignoring findstring errors for bridge mode
refactored build mode strings
2019-02-16 06:58:30 +11:00
Lea Anthony
20c0b48634
version bump 2019-02-15 21:15:16 +11:00
Lea Anthony
3ae88f8822
removed quote db for now. added vue basic 2019-02-15 21:11:42 +11:00
Lea Anthony
5994eb605f
minor fixes to serve/build 2019-02-13 08:44:53 +11:00
Lea Anthony
47ca7879cd
Reduce output of prod build by ~30% 2019-02-06 06:26:54 +11:00
Lea Anthony
ea94c2de1f
simplified PromptForInputs 2019-02-05 18:51:08 +11:00
Lea Anthony
b323c3db20
refactor promptforinputs 2019-02-05 08:43:50 +11:00
Lea Anthony
1670ac6567
add comments 2019-02-05 08:11:02 +11:00
Lea Anthony
c941176018
simplify Serve 2019-02-05 08:06:18 +11:00
Lea Anthony
a060d9dcc0
fix bridge installation path 2019-02-05 08:03:07 +11:00
Lea Anthony
9bbac46b3f
Misc refactors 2019-02-04 21:09:56 +11:00
Lea Anthony
2c28a8f550
Fix css 2019-02-04 19:31:37 +11:00
Lea Anthony
08a7893b1d
refactored build/serve 2019-02-04 18:49:56 +11:00
Lea Anthony
fa6cf17079
Fixed wails serve. Improved code structure. 2019-02-04 08:45:12 +11:00
Lea Anthony
b713d57168
Tidy up serve. 2019-02-02 13:58:55 +11:00
Lea Anthony
17ca06693e
add debug mode to build 2019-02-02 09:29:14 +11:00
Lea Anthony
3f50b95f26
Add helpful message after serving 2019-01-31 18:59:07 +11:00
Lea Anthony
259eec97d6
Added serve.
Serve only builds backend.
Build is always release build.
2019-01-31 18:48:12 +11:00
Lea Anthony
0ca039e914
Initial commit of simplification 2019-01-30 09:00:46 +11:00
Lea Anthony
4a316a76fa
Updated custom html 2019-01-29 08:30:38 +11:00
Lea Anthony
579747d0f7
update basic templates to use a frontend dir 2019-01-29 08:28:59 +11:00
Lea Anthony
6e011e75c3
updated vue template 2019-01-23 08:35:12 +11:00
Lea Anthony
df911adcae
Update basic template to use default CSS 2019-01-15 18:52:18 +11:00
Lea Anthony
83e063bf2b
Merge pull request #23 from wailsapp/Update-execution-order-in-Headless-mode
Update execution order in headless mode
2019-01-15 08:36:10 +11:00
Lea Anthony
60f34223b0
bugfix for force rebuild 2019-01-15 08:33:48 +11:00
Lea Anthony
93f890f6d9 Fix npm package name 2019-01-13 18:02:51 +11:00
Lea Anthony
bcca09563c Initial port of packager 2019-01-11 21:16:52 +11:00
Lea Anthony
a660e4a9da now binds go code to window.backend 2019-01-11 20:02:43 +11:00
Lea Anthony
85de0bbf8a remove console.log 2019-01-11 07:00:40 +11:00
Lea Anthony
5c96264234 Update vue template to use BoxString
Made arg marshalling messages Debug rather than Info
2019-01-11 06:39:42 +11:00
Lea Anthony
7c15b780e2 Fix frameworkspinner
Fix BoxString for frameworks
2019-01-11 06:32:13 +11:00
Lea Anthony
a28315f38b Fix Packr deprecation errors
Improved comments
2019-01-11 06:15:49 +11:00
Lea Anthony
49e4f00b62 Added release mode flag
fixed logging
logging info level by default
2019-01-10 22:48:54 +11:00
Lea Anthony
aaa425724c Made init less verbose 2019-01-09 08:26:19 +11:00
Lea Anthony
12dec650de updated runtime assets 2019-01-09 06:36:34 +11:00
Lea Anthony
1e4cf9b0ad Add assets 2019-01-08 21:31:50 +11:00
Lea Anthony
88b9b40bfe fixes building on linux
install packr on setup
2019-01-08 21:03:40 +11:00
Lea Anthony
aa6b67734b Initial Port
Updated templates
2019-01-08 17:48:37 +11:00
Lea Anthony
4742fd7ed2 Initial commit of wails build 2019-01-08 07:58:46 +11:00
Lea Anthony
f06ce760ba fix init 2019-01-07 22:58:25 +11:00
Lea Anthony
53cf2bb953 Only run default command if no args
Add custom template (Frameworks)
2018-12-26 19:09:18 +11:00
Lea Anthony
859b2dd638 Initial commit for Port-Init 2018-12-26 16:27:07 +11:00
Lea Anthony
0225b8588c refactor: change ubuntu npm installation help 2018-12-22 22:59:02 -08:00
Lea Anthony
35d4c4b99c feat: make setup the default command
docs: better help text
2018-12-23 17:33:44 +11:00
Lea Anthony
76a4c3c171 feat: add npm prerequisite for linux and osx 2018-12-23 17:10:32 +11:00
Lea Anthony
5493e1d4ac feat: add windows dependencies 2018-12-23 15:37:51 +11:00
Lea Anthony
807f772055 feat: support checking prerequisites 2018-12-22 18:40:36 -08:00
Lea Anthony
3e97a4cc4d feat: add exit code to run 2018-12-19 12:49:21 -08:00