Skip to content

Commit bc311de

Browse files
committed
Versoin 0.0.15
1 parent 1053571 commit bc311de

4 files changed

Lines changed: 17 additions & 19 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44
set -e
55

66
QT_VERSION="6.10.0"
7-
APP_VERSION="0.0.15-rc1"
7+
APP_VERSION="0.0.15"
88

99
NAME="qtedit4-qt${QT_VERSION}-v${APP_VERSION}-dev-x86_64"
1010
QTDIR="$HOME/qt/${QT_VERSION}/gcc_64"

setup_script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define VersionString "0.0.15-rc1"
1+
#define VersionString "0.0.15"
22
#define AppId "1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"
33
#define VC_Redist_URL "https://aka.ms/vs/17/release/vc_redist.x64.exe"
44

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
3131

3232
QApplication app(argc, argv);
3333
QCoreApplication::setApplicationName("qtedit4");
34-
QCoreApplication::setApplicationVersion("0.0.15-rc1");
34+
QCoreApplication::setApplicationVersion("0.0.15");
3535

3636
#if defined(WIN32)
3737
// default style on windows is ugly and unusable.

updates.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
11
{
22
"updates": {
33
"windows": {
4-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.14",
5-
"latest-version": "0.0.14",
4+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.15",
5+
"latest-version": "0.0.15",
66
"download-url":
7-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.14/qtedit4-qt6.9.2-v0.0.14-x86_64.exe",
8-
"changelog":
9-
"Syntax highlighter fixes, Rust building fixes, indentation of selected block, move tabs with keyboard, closing tabs on splits works as expected, Windows 10/11 install fixes",
7+
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.15/qtedit4-qt6.8.3-v0.0.15-x86_64.exe",
8+
"changelog": "Code folding, run scripts",
109
"mandatory": true
1110
},
1211
"windows-testing": {
13-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.15-rc1",
14-
"latest-version": "0.0.15-rc1",
12+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.15",
13+
"latest-version": "0.0.15",
1514
"download-url":
16-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.15-rc1/qtedit4-qt6.10.0-v0.0.15-rc1-x86_64.exe",
17-
"changelog":
18-
"Add project via file operations menu, cargo build fixed, change console font, filters for exe/tasks, save IDE state",
15+
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.15/qtedit4-qt6.8.3-v0.0.15-x86_64.exe",
16+
"changelog": "Code folding, run scripts",
1917
"mandatory": true
2018
},
2119
"linux": {
22-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.14",
23-
"latest-version": "0.0.14",
20+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.15",
21+
"latest-version": "0.0.15",
2422
"download-url":
25-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.14/qtedit4-qt6.9.2-v0.0.14-x86_64.AppImage",
23+
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.15/qtedit4-qt6.8.3-v0.0.15-x86_64.AppImage",
2624
"changelog": "Code folding, run scripts",
2725
"mandatory": true
2826
},
2927
"linux-testing": {
30-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.15-rc1",
31-
"latest-version": "0.0.15-rc1",
28+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.15",
29+
"latest-version": "0.0.15",
3230
"download-url":
33-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.15-rc1/qtedit4-qt6.10.0-v0.0.15-rc1-x86_64.AppImage",
31+
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.15/qtedit4-qt6.8.3-v0.0.15-x86_64.AppImage",
3432
"changelog": "Code folding, run scripts",
3533
"mandatory": true
3634
}

0 commit comments

Comments
 (0)