File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ | Version | Released at |
2+ | :-----: | :---------: |
3+ | v2.0.0 | 04/11/2018 |
4+
5+ Changelog
6+ =======
7+
8+ v2.0.0
9+ -----
10+ - Right click layers
11+ - Add commands
12+ - UTF-8 (#6 )
13+ - Add way to move buttons (#2 )
14+ - Add buttons
15+ - Modify & add layers
16+ - Added layer support
17+ - Send anonymous usage data
18+ - Add version checking
19+ - Repeatable commands
20+ - Modify & add keybindings
21+ - Reimplemented Key handling
22+ - Loading keybindings via service
23+ - Redefining saving mechanism
24+ - Rewrite MacroKey from scratch
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ buildConfig {
6666 buildConfigField " String" , " fingerprint" , project. findProperty(' signingFingerprint' )
6767 buildConfigField " String" , " updateJSON" ,
6868 config. update_url +
69- ' ?mkver=' + config . mod_version +
69+ ' ?mkver=' + project . version +
7070 ' &mcver=' + config. mc_version +
7171 ' &fmver=' + config. forge_version +
7272 ' &fngpt=' + project. findProperty(' signingFingerprint' )
You can’t perform that action at this time.
0 commit comments