Skip to content

Releases: codepointerapp/codepointer

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 30 Jun 19:11
Immutable release. Only release title and notes can be modified.
4b10961

Full Changelog: v0.1.5...v0.1.6

July 2026 - release v0.1.6 - The mother of all funk chords

Dark themes are better supported

While dark themes are supported (the editor has dark themes) and the system
theme was .... existing, it was not ideal. Now the system editor theme will be more
readable.

One epic win this IDE has over QtCreator (for example) is that the IDE detects
when the system theme changes - and it starts using a drak theme. In QtCreator
the IDE becomes dark, but editors keep white.

A new indentation algorythm has been added. This makes writing markdown files
a little easier. As git commits are markdown on this IDE - this improves the
git commit experience (I was not waiting for this as well!).

Changelog

  • git: Commit filenames are hidden on small displays - #209
  • ProjectManager: Running the same task 2 times fails - #208
  • Treesitter: shows completions from other projects - #210
  • Treesitter: reduce duplication - 0e198aa
  • git: Commit form does not save message - #211
  • CommitForm: use markdown intenter for commit message - #212
  • Qutepart: Style: better dark system colors diegoiast/qutepart-cpp@9946f97
  • ProjectManager: Project/FileList: display native filenames 0c946df
  • ProjectManagerPlugin: fix clicking on error filenames on Windows - 16ecf05
  • CommitForm: show the filename when elided - ff9f900

v0.1.6-beta

v0.1.6-beta Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Jun 19:11
Immutable release. Only release title and notes can be modified.
f66c974

Full Changelog: v0.1.5...v0.1.6-beta

July 2026 - release v0.1.6 - The mother of all funk chords

Dark themes are better supported

While dark themes are supported (the editor has dark themes) and the system
theme was .... existing, it was not ideal. Now the system editor theme will be more
readable.

One epic win this IDE has over QtCreator (for example) is that the IDE detects
when the system theme changes - and it starts using a drak theme. In QtCreator
the IDE becomes dark, but editors keep white.

A new indentation algorythm has been added. This makes writing markdown files
a little easier. As git commits are markdown on this IDE - this improves the
git commit experience (I was not waiting for this as well!).

Changelog

  • git: Commit filenames are hidden on small displays - #209
  • ProjectManager: Running the same task 2 times fails - #208
  • Treesitter: shows completions from other projects - #210
  • Treesitter: reduce duplication - 0e198aa
  • git: Commit form does not save message - #211
  • CommitForm: use markdown intenter for commit message #212 - #212
  • Qutepart: Style: better dark system colors diegoiast/qutepart-cpp@9946f97
  • ProjectManager: Project/FileList: display native filenames 0c946df
  • ProjectManagerPlugin: fix clicking on error filenames on Windows - 16ecf05
  • CommitForm: show the filename when elided - ff9f900

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 04 Jun 08:42
Immutable release. Only release title and notes can be modified.
e91c909

Full Changelog: v0.1.4...v0.1.5

No new features, just minor updates

v0.1.5-alpha1 - sashimi tampura

Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 May 12:31
Immutable release. Only release title and notes can be modified.
636d07c

Full Changelog: v0.1.4...v0.1.5-alpha1

No new features, just minor updates

# May 2026 - release v0.1.4 - Fist my bump

Choose a tag to compare

@github-actions github-actions released this 01 May 20:41
Immutable release. Only release title and notes can be modified.
1d07334

Full Changelog: v0.1.3...v0.1.4

Tree-sitter. We have a new plugin that uses tree-sitter for completions. Meaning
classes structs , functions from current project can be completed. This is not
perfect, as many parts are not reall completed - but its a good start.

Git commits should open in a single tab.

Changelog

  • Completions: need new API to "update" completions - diegoiast/qutepart-cpp#46
  • Make a treesitter plugin - #186
  • TreeSitter: cannot find structs defined using - #198
  • Open a single commit page per project - #191
  • Git diff - show working animation - #189
  • When saving - all files, even unmodifed gets saved - #187
  • Git: revert on unsaved file fails - #188
  • Git: moving through commit selection using keyboard - #193

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 31 Mar 19:30
Immutable release. Only release title and notes can be modified.
726c9ce

Full Changelog: v0.1.2...v0.1.3

April 2026 - release v0.1.3 - sssiiixxxx seeevveeeennn!!111

CodePointer with the new commit form

  1. Git commit updates. The commit editor is the same as the main editor
    making the commits easier. All keyboard shortcuts and completions will work. You can
    also commit amed, and push force from the commit interface.
  2. When searching in files - the amount of times the text is found, will be
    displayed.
  3. Terminal font bug is fixed.

Changelog

  • FileSystemBrowser: back/prev buttons on mouse do not work as expected - diegoiast/qmdilib#35
  • Ruby indenter test does not work - diegoiast/qutepart-cpp#48
  • Open matching header file improvements - #178
  • Folding: structs are not folded properly - diegoiast/qutepart-cpp#68
  • Close all command not available via palette - #179
  • Changing json config on the fly does not reflect on the IDE - #167
  • Project search: display amount of appearances of text - #182
  • git: multiple cursors not working on commit dialog - #181
  • Extend file formatters - #174
  • TerminalPlugin: fix fonts issue - #185

v0.1.3-beta1

v0.1.3-beta1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Mar 20:33
Immutable release. Only release title and notes can be modified.
66acac5

Full Changelog: https://github.com/diegoiast/codepointer/codepointer/v0.1.2...v0.1.3-beta1

March 2026 - release v0.1.3 - sssiiixxxx seeevveeeennn!!111

CodePointer with the new commit form

  1. Git commit updates. The commit editor is the same as the main editor
    making the commits easier. All keyboard shorcuts and completions will work. You can
    also commit ammed, and push force from the commit interface.
  2. When searching in files - the amount of times the text is found, will be
    dislpayed.
  3. Terminal font bug is fixed.

Changelog

  • FileSystemBrowser: back/prev buttons on mouse do not work as expected - diegoiast/qmdilib#35
  • Ruby indenter test does not work - diegoiast/qutepart-cpp#48
  • Open matching header file improvements - #178
  • Folding: structs are not folded properly - diegoiast/qutepart-cpp#68
  • Close all command not available via palette - #179
  • Changing json config on the fly does not reflect on the IDE - #167
  • Project search: display amount of appearances of text - #182
  • git: multiple cursors not working on commit dialog - #181
  • Extend file formatters - #174
  • TerminalPlugin: fix fonts issue - #185

v0.1.3-alpha1

v0.1.3-alpha1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Mar 19:02
Immutable release. Only release title and notes can be modified.

Full Changelog: https://github.com/diegoiast/codepointer/codepointer/v0.1.2...v0.1.3-alpha1

March 2026 - release v0.1.3 - sssiiixxxx seeevveeeennn!!111

CodePointer with the new commit form

  1. Git commit updates. The commit editor is the same as the main editor
    making the commits easier. All keyboard shorcuts and completions will work.
  2. When searching in files - the amount of times the text is found, will be
    displayed.
  3. Proper reformat: added reformat for many files. Verify that the formater is in your path, or add it in the config. You can also trigger reformat via the command. Its also possible to define user formaters by saving a file.
  4. Pressing F4 to visit header/implementation in C++ is more reliable.

Changelog

  • FileSystemBrowser: back/prev buttons on mouse do not work as expected - diegoiast/qmdilib#35
  • Ruby indenter test does not work - diegoiast/qutepart-cpp#48
  • Open matching header file improvements - #178
  • Folding: strurcts are not folded properly - diegoiast/qutepart-cpp#68
  • Close all command not available via palette - #179
  • changing json config on the fly does not refelect on the ide - #167
  • Projet search: display amount of apperances of text - #182
  • git: multiple cursors not working on commit dialog - #181
  • Extend file formatters - #174

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 28 Feb 17:12
Immutable release. Only release title and notes can be modified.
a0a0cde

Full Changelog: v0.1.1...v0.1.2

March 2026 - release 0.1.2 - Very superstition

CodePointer with the new commit form

This short month brings up 3 major things:

  1. Initial git commit dialog. You can trigger it via control g, c. Most
    of the commits in this cycle. Note that all git commits can be done by
    pressing control+g and the leaving control and pressing another command
    (commit, log, "file log", diff with more to come).
  2. clang format support. If in the route of a saved file there is a
    .clang-format file - the IDE will call clang format after saving. This is
    configurable (never, only for files in loaded projects or always). This
    defaults to never, but I am testing it locally with loaded projects.
  3. As I continue using the IDE as my main IDE, I setup my computer to use
    dark themes on nights. This release fixes it.

Some other good cleanups were done (comments are properly supported on nested
syntaxes, clicking diff will open the corresponding file a the modified line,
markings are cleared when rebuilding, completion will preserve the case of the
text. See details in each commit.

Changelog

v0.1.2-alpha1

v0.1.2-alpha1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Feb 21:19
Immutable release. Only release title and notes can be modified.
7c2d9c7

Full Changelog: v0.1.1...v0.1.2-alpha1

March 2026 - release 0.1.2 - Very superstition

CodePointer with the new commit form

This short month brings up 3 major things:

  1. Initial git commit dialog. You can trigger it via control g, c. Most
    of the commits in this cycle. Note that all git commits can be done by
    pressing control+g and the leaving control and pressing another command
    (commit, log, "file log", project log, diff with more to come).
  2. clang format support. If in the route of a saved file there is a
    .clang-format file - the IDE will call clang format after saving. This is
    configurable (never, only for files in loaded projects or always). This
    defaults to never, but I am testing it locally with loaded projects.
  3. As I continue using the IDE as my main IDE, I setup my computer to use
    dark themes on nights. I found out that color changes were not properly
    applied. This was not trivial to find out - but this should not be a problem
    from now on.

Some other good cleanups were done (comments are properly supported on nested
syntaxes, clicking diff will open the corresponding file a the modified line,
markings are cleared when rebuilding, completion will preserve the case of the
text. See details in each commit.

Changelog