Skip to content

Commit d2e268c

Browse files
committed
Version 0.0.14
1 parent 9ea5028 commit d2e268c

5 files changed

Lines changed: 21 additions & 29 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.9.2"
7-
APP_VERSION="0.0.14-rc2"
7+
APP_VERSION="0.0.14"
88

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

docs/release-2025-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Full Changelog**: https://github.com/diegoiast/qtedit4/compare/v0.0.13...v0.0.14-rc2
1+
**Full Changelog**: https://github.com/diegoiast/qtedit4/compare/v0.0.13...v0.0.14
22

33
# October 2025 - release
44

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.14-rc2"
1+
#define VersionString "0.0.14"
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.14-rc2");
34+
QCoreApplication::setApplicationVersion("0.0.14");
3535

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

updates.json

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,32 @@
11
{
22
"updates": {
33
"windows": {
4-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.13",
5-
"latest-version": "0.0.13",
6-
"download-url":
7-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.13/qtedit4-qt6.9.2-v0.0.13-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",
4+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.14",
5+
"latest-version": "0.0.14",
6+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.14/qtedit4-qt6.9.2-v0.0.14-x86_64.exe",
7+
"changelog": "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",
108
"mandatory": true
119
},
1210
"windows-testing": {
13-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.14-rc2",
14-
"latest-version": "0.0.14-rc2",
15-
"download-url":
16-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.14-rc2/qtedit4-qt6.8.3-v0.0.14-rc2-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",
11+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.14",
12+
"latest-version": "0.0.14",
13+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.14/qtedit4-qt6.9.2-v0.0.14-x86_64.exe",
14+
"changelog": "Add project via file operations menu, cargo build fixed, change console font, filters for exe/tasks, save IDE state",
1915
"mandatory": true
2016
},
2117
"linux": {
22-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.13",
23-
"latest-version": "0.0.13",
24-
"download-url":
25-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.13/qtedit4-qt6.9.2-v0.0.13-x86_64.AppImage",
26-
"changelog":
27-
"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",
18+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.14",
19+
"latest-version": "0.0.14",
20+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.14/qtedit4-qt6.9.2-v0.0.14-x86_64.AppImage",
21+
"changelog": "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",
2822
"mandatory": true
2923
},
3024
"linux-testing": {
31-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.14-rc2",
32-
"latest-version": "0.0.14-rc2",
33-
"download-url":
34-
"https://github.com/diegoiast/qtedit4/releases/download/v0.0.14-rc2/qtedit4-qt6.8.3-v0.0.14-rc2-x86_64.AppImage",
35-
"changelog":
36-
"Add project via file operations menu, cargo build fixed, change console font, filters for exe/tasks, save IDE state",
25+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.14",
26+
"latest-version": "0.0.14",
27+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.14/qtedit4-qt6.9.2-v0.0.14-x86_64.AppImage",
28+
"changelog": "Add project via file operations menu, cargo build fixed, change console font, filters for exe/tasks, save IDE state",
3729
"mandatory": true
3830
}
3931
}
40-
}
32+
}

0 commit comments

Comments
 (0)