Skip to content

Commit 7c2d9c7

Browse files
committed
Version 0.1.2-alpha1
1 parent dcda80c commit 7c2d9c7

6 files changed

Lines changed: 52 additions & 9 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"
15+
APP_VERSION="0.1.2-alpha1"
1616
QT_VERSION="6.10.1"
1717

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

docs/codepointer-v0.1.2-commit.png

375 KB
Loading

docs/release-2026-03-v0.1.2.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
**Full Changelog**: https://github.com/diegoiast/qtedit4/compare/v0.1.1...v0.1.2
2+
3+
# March 2026 - release 0.1.2 - Very superstition
4+
5+
![CodePointer with the new commit form](codepointer-v0.1.2-commit.png)
6+
7+
This short month brings up 3 major things:
8+
9+
1. Initial git commit dialog. You can trigger it via `control g`, `c`. Most
10+
of the commits in this cycle. Note that all git commits can be done by
11+
pressing `control+g` and the leaving `control` and pressing another command
12+
(commit, log, "file log", diff with more to come).
13+
2. clang format support. If in the route of a saved file there is a
14+
`.clang-format` file - the IDE will call clang format after saving. This is
15+
contigurable (never, only for files in loaded projects or always). This
16+
defaults to **never**, but I am testing it locally with loaded projects.
17+
3. As I continue using the IDE as my main IDE, I setup my computer to use
18+
dark thems on nights. I found out that color changes were not properly
19+
applied. This was not trivial to find out - but this should not be a problem
20+
from now on.
21+
22+
Some other good cleaups were done (commets are properly supported on nested
23+
syntaxes, clicking diff will open the corresponding file a the modified line,
24+
markings are cleared when rebuilding, completion will preserve the case of the
25+
text. See details in each commit.
26+
27+
28+
## Changelog
29+
* Delete empty line not possible - https://github.com/diegoiast/qutepart-cpp/issues/65
30+
* Selection: moving selection moves a line too much - https://github.com/diegoiast/qutepart-cpp/issues/64
31+
* Git-commit - https://github.com/codepointerapp/codepointer/issues/170
32+
* HexViewer: use inline search - https://github.com/codepointerapp/codepointer/issues/160
33+
* editor: clicking on a diff should open the current file - https://github.com/codepointerapp/codepointer/issues/163
34+
* Line edit operations unit test is broken - https://github.com/diegoiast/qutepart-cpp/issues/49
35+
* Python unit test - data driven - is not working - https://github.com/diegoiast/qutepart-cpp/issues/50
36+
* CStyle indenter - if12 broken - https://github.com/diegoiast/qutepart-cpp/issues/52
37+
* CStyleIndenter - for1 unit test broken - https://github.com/diegoiast/qutepart-cpp/issues/53
38+
* Editor: auto reload - https://github.com/codepointerapp/codepointer/issues/168
39+
* qutepart: marking are not properly cleared - https://github.com/diegoiast/qutepart-cpp/issues/66
40+
* Completion does not honor case - https://github.com/diegoiast/qutepart-cpp/issues/67
41+
* clang-format - https://github.com/codepointerapp/codepointer/issues/172
42+
* Toggle comment - https://github.com/diegoiast/qutepart-cpp/issues/9
43+
* The IDE does not adopt to new themes change - https://github.com/codepointerapp/codepointer/issues/166

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"
1+
#define VersionString "0.1.2-alpha1"
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
@@ -83,7 +83,7 @@ int main(int argc, char *argv[]) {
8383

8484
QApplication app(argc, argv);
8585
QCoreApplication::setApplicationName(CODEPOINTER_APP_NAME);
86-
QCoreApplication::setApplicationVersion("0.1.1");
86+
QCoreApplication::setApplicationVersion("0.1.2-alpha1");
8787

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

updates.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"mandatory": true
99
},
1010
"windows-testing": {
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",
11+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.2-alpha1",
12+
"latest-version": "0.1.2-alpha1",
13+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.2-alpha1/codepointer-v0.1.2-alpha1-x86_64.exe",
1414
"changelog": "Terminal support, better search options",
1515
"mandatory": true
1616
},
@@ -22,9 +22,9 @@
2222
"mandatory": true
2323
},
2424
"linux-testing": {
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",
25+
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.2-alpha1",
26+
"latest-version": "0.1.2-alpha1",
27+
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.2-alpha1/codepointer-v0.1.2-alpha1-x86_64.AppImage",
2828
"changelog": "Terminal support, better search options",
2929
"mandatory": true
3030
}

0 commit comments

Comments
 (0)