Skip to content

Commit 20ad573

Browse files
committed
Version 0.1.1
1 parent 430899b commit 20ad573

5 files changed

Lines changed: 21 additions & 20 deletions

File tree

build-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ "$1" = "--ce" ]; then
1212
fi
1313

1414
APP_NAME="codepointer"
15-
APP_VERSION="0.1.1-rc2"
15+
APP_VERSION="0.1.1"
1616
QT_VERSION="6.10.1"
1717

1818
NAME="${APP_NAME}-v${APP_VERSION}${NAME_SUFFIX}-x86_64"

docs/release-2026-02-v0.1.1.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
**Full Changelog**: https://github.com/diegoiast/qtedit4/compare/v0.1.0...v0.1.1-rc2
1+
**Full Changelog**: https://github.com/diegoiast/qtedit4/compare/v0.1.0...v0.1.1
22

3-
# February 2026 - release 0.1.1-rc2 - Instant Flavor
3+
# February 2026 - release 0.1.1 - Instant Flavor
44

55
Application is back again in github. When migrating the application to this
66
new ownwer - account was disabled. This happened in Chrimtmass, so timing was
@@ -9,7 +9,7 @@ not ideal as most support was in vacation. Things got sorted out eventually.
99
New months main new feature is a terminal dock (available by pressing
1010
`control+t`. This works on Linux and Windows, using your default shell.
1111

12-
The global search got minor updates as well.
12+
The global search got minor updates as well. Git plugin should be more reliable.
1313

1414
Code mirror is available at https://gitlab.com/codepointer/codepointer
1515
Download mirror is available here: https://dappcdn.com/download/devtools/codepointer
@@ -22,3 +22,4 @@ Download mirror is available here: https://dappcdn.com/download/devtools/codepoi
2222
* Command Palette: moving to first item is not always possible - https://github.com/diegoiast/command-palette-widget/issues/5
2323
* Qutepart: Comment command does not work with multiple cursors - https://github.com/diegoiast/qutepart-cpp/issues/63
2424
* qmdiSplitTabWidget: unmerge client when split looses focus - https://github.com/codepointerapp/codepointer/commit/4f90cc907b0a834d2950c608171031b5070d7711
25+
* git diff fails - https://github.com/codepointerapp/codepointer/issues/161

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.1.1-rc2"
1+
#define VersionString "0.1.1"
22
#define AppId "1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"
33
#define VC_Redist_URL "https://aka.ms/vs/17/release/vc_redist.x64.exe"
44
#define AppName "codepointer"

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(CODEPOINTER_APP_NAME);
34-
QCoreApplication::setApplicationVersion("0.1.1-rc2");
34+
QCoreApplication::setApplicationVersion("0.1.1");
3535

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

updates.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"updates": {
33
"windows": {
4-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.0",
5-
"latest-version": "0.1.0",
6-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.0/codepointer-v0.1.0-x86_64.exe",
7-
"changelog": "Various bug fixes, hide toolbars",
4+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1",
5+
"latest-version": "0.1.1",
6+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.1/codepointer-v0.1.1-x86_64.exe",
7+
"changelog": "Terminal support, better search options",
88
"mandatory": true
99
},
1010
"windows-testing": {
11-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1-rc2",
12-
"latest-version": "0.1.1-rc2",
13-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.1-rc2/codepointer-v0.1.1-rc2-x86_64.exe",
11+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1",
12+
"latest-version": "0.1.1",
13+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.1/codepointer-v0.1.1-x86_64.exe",
1414
"changelog": "Terminal support, better search options",
1515
"mandatory": true
1616
},
1717
"linux": {
18-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.0",
19-
"latest-version": "0.1.0",
20-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.0/codepointer-v0.1.0-x86_64.AppImage",
21-
"changelog": "Various bug fixes, hide toolbars",
18+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1",
19+
"latest-version": "0.1.1",
20+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.1/codepointer-v0.1.1-x86_64.AppImage",
21+
"changelog": "Terminal support, better search options",
2222
"mandatory": true
2323
},
2424
"linux-testing": {
25-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1-rc2",
26-
"latest-version": "0.1.1-rc2",
27-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.1-rc2/codepointer-v0.1.1-rc2-x86_64.AppImage",
25+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1",
26+
"latest-version": "0.1.1",
27+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.1/codepointer-v0.1.1-x86_64.AppImage",
2828
"changelog": "Terminal support, better search options",
2929
"mandatory": true
3030
}

0 commit comments

Comments
 (0)