Skip to main content

Pragtical v3.9.0 Release

· 4 min read
Jefferson Gonzalez
Contributor of Pragtical

The time has finally come! A new contestant enters the arena and promises some performance gains to help make the editor snappier and more responsive, with another new friend to make sure it works.

Pragtical v3.8.7 Release

· One min read
Jefferson Gonzalez
Contributor of Pragtical

Sometimes we fix something and break another thing without even noticing but, it is better to notice early than be sorry. it is said that the number seven is blessed and so is our patch number!

Pragtical v3.8.6 Release

· 2 min read
Jefferson Gonzalez
Contributor of Pragtical

A handful of small but meaningful fixes, a bit of UI polish, and some build system sanity—nothing flashy, just steadily sanding down the rough edges while keeping dependencies fresh and predictable.

Pragtical v3.8.5 Release

· 2 min read
Jefferson Gonzalez
Contributor of Pragtical

If other code editor projects are making releases for every bug fix been done why can't we do the same? So that is what we are doing and in the process scratching an annoying itch.

Pragtical v3.8.4 Release

· 3 min read
Jefferson Gonzalez
Contributor of Pragtical

This is the first release that makes use of new GitHub Copilot integration to work on the code for you! The automated code change done by the new GitHub code agents was porting the code from the classical run-loop methodology to the new SDL3 callbacks.

Pragtical v3.8.3 Release

· 4 min read
Jefferson Gonzalez
Contributor of Pragtical

A long overdue release given the important fixes, while minimal, the assortment of bug fixes do make a difference. Also, included are some enhancements and new features.

Pragtical v3.8.2 Release

· 7 min read
Jefferson Gonzalez
Contributor of Pragtical

Another month, another release accompanied with the usual bug fixes, additional enhancements and CI build system improvements. Salted with a pinch of new features in order to keep the flavor going on!

Pragtical v3.8.1 Release

· One min read
Jefferson Gonzalez
Contributor of Pragtical

This is an emergency release that fixes a bug on the TreeView plugin sizing calculation. The bug caused a constant calculation of the TreeView width when performing the move_towards animation, ending in high cpu usage.

Pragtical v3.8.0 Release

· 11 min read
Jefferson Gonzalez
Contributor of Pragtical

Many fixes and new features like the image viewer, built-in color picker, support for drawing polygons, introduction of a canvas api and experimental live search!

Pragtical v3.7.1 Release

· 3 min read
Jefferson Gonzalez
Contributor of Pragtical

Mostly a bugs fix release with build system adjustments and a tiny bit of enhancements sprinkled on the top.

Prominent Fixes

Some of the fixes include a correction to the dirmonitor backend detection logic thanks to TomaSajt. Also, the code indentation logic was wrong on some instances and should behave better now thanks to Sentmoraap.