-
Notifications
You must be signed in to change notification settings - Fork 3
/
updates.json
33 lines (32 loc) · 1.93 KB
/
updates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"updates":{
"windows":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3",
"latest-version":"0.0.3",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3/qtedit4-qt6.8.0-v0.0.3-x86_64.exe",
"changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start, margin position fixes\nGoto matching bracket",
"mandatory":true
},
"windows-testing":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4-beta2",
"latest-version":"0.0.4-beta2",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4-beta2/qtedit4-qt6.8.0-v0.0.v0.0.4-beta2-x86_64.exe",
"changelog":"Fixes running under gnome<ul><<br />>Updates to the editor component.<br />Added a minimap to the editors< /br>Baby stops for a building projects",
"mandatory":true
},
"linux":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.3",
"latest-version":"0.0.3",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.3/qtedit4-qt6.8.0-v0.0.3-x86_64.AppImage",
"changelog":"Keep original endlines\nText preview\nMark current word in document\nAutomatic updates, update channels, faster start, margin position fixes\nGoto matching bracket",
"mandatory":true
},
"linux-testing":{
"open-url":"https://github.com/diegoiast/qtedit4/releases/tag/v0.0.4-beta2",
"latest-version":"0.0.4-beta2",
"download-url":"https://github.com/diegoiast/qtedit4/releases/download/v0.0.4-beta2/qtedit4-qt6.8.0-v0.0.4-beta2-x86_64.AppImage",
"changelog":"Fixes running under gnome<ul><<br />>Updates to the editor component.<br />Added a minimap to the editors< /br>Baby stops for a building projects",
"mandatory":true
}
}
}