Skip to content

Commit e91c909

Browse files
committed
Version 0.1.5
1 parent 636d07c commit e91c909

5 files changed

Lines changed: 36 additions & 18 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.5-alpha1"
15+
APP_VERSION="0.1.5"
1616
QT_VERSION="6.10.2"
1717

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

docs/release-2026-05-v0.1.5.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
**Full Changelog**: <https://github.com/codepointerapp/codepointer/compare/v0.1.4...v0.1.5>
2+
3+
# Jun 2026 - release v0.1.5 - Sahimi Tampura
4+
5+
No new features, just minor updates.
6+
7+
## Changelog
8+
9+
10+
* Meta: add instructions to build on alpine - #165
11+
* Git: commit refresh - #203
12+
* OpenFile - wrong initial dir - #201
13+
* Treesitter issues - #200
14+
* Git revert - on non checked in file - #190
15+
* Opening files, and paths are badly handled - #199 - WIP
16+
* Fix CPU usage on long runs - diegoiast/qutepart-cpp@ee2d8be
17+
* Fix crashs/hags in formatter - 6832486
18+
* PathWidget: lazy initialization of completer: diegoiast/qmdilib@55fdb78

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.5-alpha1"
1+
#define VersionString "0.1.5"
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
@@ -85,7 +85,7 @@ int main(int argc, char *argv[]) {
8585

8686
QApplication app(argc, argv);
8787
QCoreApplication::setApplicationName(CODEPOINTER_APP_NAME);
88-
QCoreApplication::setApplicationVersion("0.1.5-alpha1");
88+
QCoreApplication::setApplicationVersion("0.1.5");
8989

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

updates.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
22
"updates": {
33
"windows": {
4-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.4",
5-
"latest-version": "0.1.4",
6-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.4/codepointer-v0.1.4-x86_64.exe",
7-
"changelog": "Better completions for C/C++ using treesitter, git commit page updates",
4+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.5",
5+
"latest-version": "0.1.5",
6+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.5/codepointer-v0.1.5-x86_64.exe",
7+
"changelog": "Minor updates, and quaility of life",
88
"mandatory": true
99
},
1010
"windows-testing": {
11-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.5-alpha1",
12-
"latest-version": "0.1.5-alpha1",
13-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.5-alpha1/codepointer-v0.1.5-alpha1-x86_64.exe",
11+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.5",
12+
"latest-version": "0.1.5",
13+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.5/codepointer-v0.1.5-x86_64.exe",
1414
"changelog": "Minor updates, and quaility of life",
1515
"mandatory": true
1616
},
1717
"linux": {
18-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.4",
19-
"latest-version": "0.1.4",
20-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.4/codepointer-v0.1.4-x86_64.AppImage",
21-
"changelog": "Better completions for C/C++ using treesitter, git commit page updates",
18+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.5",
19+
"latest-version": "0.1.5",
20+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.5/codepointer-v0.1.5-x86_64.AppImage",
21+
"changelog": "Minor updates, and quaility of life",
2222
"mandatory": true
2323
},
2424
"linux-testing": {
25-
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.5-alpha1",
26-
"latest-version": "0.1.5-alpha1",
27-
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.5-alpha1/codepointer-v0.1.5-alpha1-x86_64.AppImage",
25+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.5",
26+
"latest-version": "0.1.5",
27+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.5/codepointer-v0.1.5-x86_64.AppImage",
2828
"changelog": "Minor updates, and quaility of life",
2929
"mandatory": true
3030
}
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)