Lea Anthony
|
87e974e080
|
Refactor/Tidy up Ffenestri darwin
|
2021-01-06 11:56:01 +11:00 |
|
Lea Anthony
|
f77729fc0b
|
v2.0.0-alpha.6
v2.0.0-alpha.6
|
2021-01-05 14:28:50 +11:00 |
|
Lea Anthony
|
2a8ce96830
|
Remove custom asset bundling. Use Go's embed instead!
|
2021-01-05 14:28:18 +11:00 |
|
Lea Anthony
|
9be539cfb8
|
Force rebuild each time to pick up .h changes Tidy up go.mod. Bump version.
v2.0.0-alpha.5
|
2021-01-05 14:01:53 +11:00 |
|
Lea Anthony
|
e44f2fe06d
|
Moved version out of main.
v2.0.0-alpha.4
|
2021-01-05 13:26:31 +11:00 |
|
Lea Anthony
|
ad65d55abd
|
Misc fixes for module build
v2.0.0-alpha.3
|
2021-01-05 13:20:44 +11:00 |
|
Lea Anthony
|
2b5bbfd897
|
Script to rebuild runtime_*.c
v2.0.0-alpha.2
|
2021-01-05 13:01:38 +11:00 |
|
Lea Anthony
|
d2020fedda
|
Move generated assets to build dir. Precompile platform runtime.
|
2021-01-05 13:01:03 +11:00 |
|
Lea Anthony
|
98789bd85a
|
Fix rollup-plugin-svelte in KS
|
2021-01-04 22:23:07 +11:00 |
|
Lea Anthony
|
4a6e9d059c
|
Redo thanks section
|
2021-01-04 19:57:56 +11:00 |
|
Lea Anthony
|
76b12b5b80
|
Add Pace to Thanks
|
2021-01-04 19:55:41 +11:00 |
|
Lea Anthony
|
3567ec9865
|
Merge remote-tracking branch 'origin/develop' into develop
|
2021-01-04 19:54:10 +11:00 |
|
Lea Anthony
|
1a3cefd180
|
Add Pace to Thanks
|
2021-01-04 19:53:43 +11:00 |
|
Lea Anthony
|
e6ace2fafd
|
Add Pace to Thanks
|
2021-01-04 19:52:12 +11:00 |
|
Lea Anthony
|
a55fc4d0e9
|
Refactor TrayOptions to Tray. Add ID.
|
2021-01-04 15:58:28 +11:00 |
|
Lea Anthony
|
a09e9d4586
|
Merge branch 'develop' into feature/v2-mac
v2.0.0-alpha.1
|
2021-01-04 13:54:02 +11:00 |
|
Lea Anthony
|
7b603a2776
|
v1.11.0 (#582)
* v1.10.1
* Fix vue template dependencies versions (fixes #574) (#576)
* resolve angular routing broken when app is built
* Revert "resolve angular routing broken when app is built"
This reverts commit e0aab7c27f.
* Update issue templates
* v1.8.1 (#546)
* resolve angular routing broken when app is built
* Updated contributors
* handle Set error on Update method
* Remove incorrect build flag
* v1.8.1-pre1
* added Get method
* fixed return
* implement gopath handling during cross compilation
* update messages to output xgo version
TODO: allow image override
* use wailsapp/xgo:1.0.1 for cross-compiling
* Support platform list in templates
* Add warnings for windows builds
* add fields Tags to ProjectOptions
* add args tags to func BuildNative
* add tags to func BuildDocker
* delete escape tags
* Update Contributors
* feat: Vue3, Vue Router, Vuex, and Typescript Template
* converted spaces to tabs in vue.config.js
* single quotes and tabs
Converted vue.config.js to using single quotes
Converted example.spec.ts to tabs instead of spaces.
* Added semicolons and mocha import
* Update contributors
* Make vue 3 template linux/mac only
* Add tags to build
* Add v2 artefacts
* Update Vuetify in package.json (#537)
* Update contributors
* Replaced the old v-content tag with the new v-main (#536)
* v1.8.1-pre4
* v1.8.1-pre5
* Update issue templates (#541)
* Updated Contributors
* Remove zero copy string conversion
* v1.8.1-pre6
* Initial support for firebug (#543)
* Initial support for firebug
* Remove windows message
* v1.8.1-pre7
* Update contributors
* Allow use of custom HTML
* Allow use of custom HTML (#545)
* v1.8.1
Co-authored-by: Arthur Wiebe <arthur@artooro.com>
Co-authored-by: Ilgıt Yıldırım <ilgit.yildirim@triplebits.com>
Co-authored-by: Travis McLane <tmclane@gmail.com>
Co-authored-by: Altynbek <go.gelleson@gmail.com>
Co-authored-by: Kyle Muchmore <kyle.muchmore@kickview.com>
Co-authored-by: Balakrishna Prasad Ganne <balkripra.1996@gmail.com>
* v1.10.1 (#572)
* fix dependencies versions
Co-authored-by: Arthur Wiebe <arthur@artooro.com>
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
Co-authored-by: Ilgıt Yıldırım <ilgit.yildirim@triplebits.com>
Co-authored-by: Travis McLane <tmclane@gmail.com>
Co-authored-by: Altynbek <go.gelleson@gmail.com>
Co-authored-by: Kyle Muchmore <kyle.muchmore@kickview.com>
Co-authored-by: Balakrishna Prasad Ganne <balkripra.1996@gmail.com>
* v1.11.0-rc1
* v1.11.0-pre1
* Bump ini from 1.3.5 to 1.3.8 in /runtime/js/runtime (#575)
* resolve angular routing broken when app is built
* Revert "resolve angular routing broken when app is built"
This reverts commit e0aab7c27f.
* Update issue templates
* v1.8.1 (#546)
* resolve angular routing broken when app is built
* Updated contributors
* handle Set error on Update method
* Remove incorrect build flag
* v1.8.1-pre1
* added Get method
* fixed return
* implement gopath handling during cross compilation
* update messages to output xgo version
TODO: allow image override
* use wailsapp/xgo:1.0.1 for cross-compiling
* Support platform list in templates
* Add warnings for windows builds
* add fields Tags to ProjectOptions
* add args tags to func BuildNative
* add tags to func BuildDocker
* delete escape tags
* Update Contributors
* feat: Vue3, Vue Router, Vuex, and Typescript Template
* converted spaces to tabs in vue.config.js
* single quotes and tabs
Converted vue.config.js to using single quotes
Converted example.spec.ts to tabs instead of spaces.
* Added semicolons and mocha import
* Update contributors
* Make vue 3 template linux/mac only
* Add tags to build
* Add v2 artefacts
* Update Vuetify in package.json (#537)
* Update contributors
* Replaced the old v-content tag with the new v-main (#536)
* v1.8.1-pre4
* v1.8.1-pre5
* Update issue templates (#541)
* Updated Contributors
* Remove zero copy string conversion
* v1.8.1-pre6
* Initial support for firebug (#543)
* Initial support for firebug
* Remove windows message
* v1.8.1-pre7
* Update contributors
* Allow use of custom HTML
* Allow use of custom HTML (#545)
* v1.8.1
Co-authored-by: Arthur Wiebe <arthur@artooro.com>
Co-authored-by: Ilgıt Yıldırım <ilgit.yildirim@triplebits.com>
Co-authored-by: Travis McLane <tmclane@gmail.com>
Co-authored-by: Altynbek <go.gelleson@gmail.com>
Co-authored-by: Kyle Muchmore <kyle.muchmore@kickview.com>
Co-authored-by: Balakrishna Prasad Ganne <balkripra.1996@gmail.com>
* v1.10.1 (#572)
* Bump ini from 1.3.5 to 1.3.8 in /runtime/js/runtime
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Arthur Wiebe <arthur@artooro.com>
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
Co-authored-by: Ilgıt Yıldırım <ilgit.yildirim@triplebits.com>
Co-authored-by: Travis McLane <tmclane@gmail.com>
Co-authored-by: Altynbek <go.gelleson@gmail.com>
Co-authored-by: Kyle Muchmore <kyle.muchmore@kickview.com>
Co-authored-by: Balakrishna Prasad Ganne <balkripra.1996@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ini from 1.3.5 to 1.3.8 in /runtime/js (#573)
* resolve angular routing broken when app is built
* Revert "resolve angular routing broken when app is built"
This reverts commit e0aab7c27f.
* Update issue templates
* v1.8.1 (#546)
* resolve angular routing broken when app is built
* Updated contributors
* handle Set error on Update method
* Remove incorrect build flag
* v1.8.1-pre1
* added Get method
* fixed return
* implement gopath handling during cross compilation
* update messages to output xgo version
TODO: allow image override
* use wailsapp/xgo:1.0.1 for cross-compiling
* Support platform list in templates
* Add warnings for windows builds
* add fields Tags to ProjectOptions
* add args tags to func BuildNative
* add tags to func BuildDocker
* delete escape tags
* Update Contributors
* feat: Vue3, Vue Router, Vuex, and Typescript Template
* converted spaces to tabs in vue.config.js
* single quotes and tabs
Converted vue.config.js to using single quotes
Converted example.spec.ts to tabs instead of spaces.
* Added semicolons and mocha import
* Update contributors
* Make vue 3 template linux/mac only
* Add tags to build
* Add v2 artefacts
* Update Vuetify in package.json (#537)
* Update contributors
* Replaced the old v-content tag with the new v-main (#536)
* v1.8.1-pre4
* v1.8.1-pre5
* Update issue templates (#541)
* Updated Contributors
* Remove zero copy string conversion
* v1.8.1-pre6
* Initial support for firebug (#543)
* Initial support for firebug
* Remove windows message
* v1.8.1-pre7
* Update contributors
* Allow use of custom HTML
* Allow use of custom HTML (#545)
* v1.8.1
Co-authored-by: Arthur Wiebe <arthur@artooro.com>
Co-authored-by: Ilgıt Yıldırım <ilgit.yildirim@triplebits.com>
Co-authored-by: Travis McLane <tmclane@gmail.com>
Co-authored-by: Altynbek <go.gelleson@gmail.com>
Co-authored-by: Kyle Muchmore <kyle.muchmore@kickview.com>
Co-authored-by: Balakrishna Prasad Ganne <balkripra.1996@gmail.com>
* v1.10.1 (#572)
* Bump ini from 1.3.5 to 1.3.8 in /runtime/js
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Arthur Wiebe <arthur@artooro.com>
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
Co-authored-by: Ilgıt Yıldırım <ilgit.yildirim@triplebits.com>
Co-authored-by: Travis McLane <tmclane@gmail.com>
Co-authored-by: Altynbek <go.gelleson@gmail.com>
Co-authored-by: Kyle Muchmore <kyle.muchmore@kickview.com>
Co-authored-by: Balakrishna Prasad Ganne <balkripra.1996@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove debug info
* v1.11.0-pre2
* Limit v1 updates to v1
* v1.11.0-pre3
* Test fix for linux high CPU usage
* v1.11.0
Co-authored-by: Elie Grenon (DrunkenPoney) <elie.grenon.1@gmail.com>
Co-authored-by: Arthur Wiebe <arthur@artooro.com>
Co-authored-by: Ilgıt Yıldırım <ilgit.yildirim@triplebits.com>
Co-authored-by: Travis McLane <tmclane@gmail.com>
Co-authored-by: Altynbek <go.gelleson@gmail.com>
Co-authored-by: Kyle Muchmore <kyle.muchmore@kickview.com>
Co-authored-by: Balakrishna Prasad Ganne <balkripra.1996@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.11.0
|
2021-01-04 13:50:22 +11:00 |
|
Lea Anthony
|
5ced28cb74
|
Merge branch 'master' into develop
|
2021-01-04 13:46:46 +11:00 |
|
Lea Anthony
|
0d49a8cc83
|
v1.11.0
|
2021-01-04 13:46:08 +11:00 |
|
Lea Anthony
|
ba7c8cf0e0
|
Merge branch 'develop' into feature/v2-mac
|
2021-01-04 13:41:36 +11:00 |
|
Lea Anthony
|
60f67d4642
|
Remove old method
|
2021-01-03 22:07:05 +11:00 |
|
Lea Anthony
|
0dc6c20c65
|
Provide a better error message when trying to bind functions
|
2021-01-03 22:05:40 +11:00 |
|
Lea Anthony
|
5d41aad539
|
Misc lint fixes
|
2021-01-03 21:31:19 +11:00 |
|
Lea Anthony
|
e9a0e45d5c
|
Support js & css in link tags
|
2021-01-03 21:20:29 +11:00 |
|
Lea Anthony
|
2dedd0b702
|
Expose Store
|
2021-01-03 20:20:44 +11:00 |
|
Lea Anthony
|
1889973af1
|
Dedupe assetbundle
|
2021-01-03 20:06:07 +11:00 |
|
Lea Anthony
|
75e852451c
|
Fix context menu bug
|
2021-01-03 09:56:45 +11:00 |
|
Lea Anthony
|
cfee44b18b
|
Fix typo
|
2021-01-03 05:31:05 +11:00 |
|
Lea Anthony
|
f384fc7562
|
Add -k flag for debug purposes
|
2021-01-03 05:02:48 +11:00 |
|
Lea Anthony
|
44c55d06a6
|
Create dialog dir if missing
|
2021-01-02 13:37:58 +11:00 |
|
Lea Anthony
|
f4ca9a6b9e
|
Update svelte dependencies
|
2021-01-02 13:37:15 +11:00 |
|
Lea Anthony
|
a54d875ceb
|
Fix misc build issues
|
2021-01-01 13:00:38 +11:00 |
|
Lea Anthony
|
657df8bdda
|
Use assets dir in project for all application assets
|
2021-01-01 12:53:06 +11:00 |
|
Lea Anthony
|
c0fabc0bb7
|
Default dialog icon generation improvement
|
2021-01-01 12:43:21 +11:00 |
|
Lea Anthony
|
4fd476bb7d
|
Default readme for assets directory
|
2021-01-01 12:42:52 +11:00 |
|
Lea Anthony
|
be0a9ddf6b
|
Handle WailsInit() errors
|
2021-01-01 12:39:59 +11:00 |
|
Lea Anthony
|
f7db0b7373
|
Fix return values of default App method
|
2021-01-01 12:37:52 +11:00 |
|
Lea Anthony
|
5ca57e446a
|
Extra guards during destroy
|
2021-01-01 12:37:16 +11:00 |
|
Lea Anthony
|
33a27b06a6
|
Add Message dialog to Kitchen Sink
|
2020-12-31 14:52:45 +11:00 |
|
Lea Anthony
|
b50acaba91
|
Fix 'ResolvesAliases' typo
|
2020-12-31 11:04:10 +11:00 |
|
Lea Anthony
|
6253ac30b7
|
Support Message dialog in JS runtime
|
2020-12-31 11:02:32 +11:00 |
|
Lea Anthony
|
2a93e2694d
|
Retina & theme aware dialog icons. Default icons + override ability
|
2020-12-30 22:36:23 +11:00 |
|
Lea Anthony
|
91fb3501c5
|
Support custom dialog icons. Move icons to new dir.
|
2020-12-30 08:27:00 +11:00 |
|
Lea Anthony
|
c7d5e7de72
|
Add CopyDir
|
2020-12-30 08:25:16 +11:00 |
|
Lea Anthony
|
02ef02ec9e
|
Support wails doctor for Mac
|
2020-12-30 00:18:59 +11:00 |
|
Lea Anthony
|
f77626490f
|
Support Tray.SetIcon in KitchenSink
|
2020-12-29 15:22:00 +11:00 |
|
Lea Anthony
|
6fd13fb4d4
|
Support Tray.SetIcon in runtime
|
2020-12-29 15:20:35 +11:00 |
|
Lea Anthony
|
9cd5ad69ce
|
Test fix for linux high CPU usage
|
2020-12-29 07:48:18 +11:00 |
|
Lea Anthony
|
7dbf74c3e0
|
v1.11.0-pre3
v1.11.0-pre3
|
2020-12-29 07:38:44 +11:00 |
|
Lea Anthony
|
6613cff1d5
|
Merge remote-tracking branch 'origin/develop' into develop
|
2020-12-29 07:29:48 +11:00 |
|