Skip to content

Commit f4967b7

Browse files
Markdown and ShaderMask controls (#160)
* Migrate to Go 1.19 * Updated app icons * iOS and Android icons * Update logo-inkscape.svg * Fix #119 setting page.window_width/window_height not working on OSX * Fix #149 File structure of "assets" directory should not be cached * Display image from base64 * Close #150 page.launch_url() to open URL in the browser * Close #153 Open GUI in WSL * Markdown control draft * Make parent always required * Markdown control complete * Container.on_hover added * ShaderMask control
1 parent b38b345 commit f4967b7

File tree

78 files changed

+917
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+917
-116
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skip_commits:
99
- "*.md"
1010

1111
environment:
12-
GO_VERSION: 1.18.3
12+
GO_VERSION: 1.19
1313
GO_TAGS: --tags release
1414
python_version: 3.10
1515
GITHUB_TOKEN:
2.05 KB
Loading
1.26 KB
Loading
2.71 KB
Loading
3.9 KB
Loading
4.99 KB
Loading
5.83 KB
Loading
-4.32 KB
Loading

client/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,4 +539,4 @@
539539
/* End XCConfigurationList section */
540540
};
541541
rootObject = 97C146E61CF9000F007C117D /* Project object */;
542-
}
542+
}
-2.1 KB
Loading

0 commit comments

Comments
 (0)