Skip to content

Commit

Permalink
Added v3.4.2 to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmdev committed Aug 11, 2024
1 parent a72f635 commit 5b56339
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions blog/2024-08-11-v342-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
slug: pragtical-v342-release
title: Pragtical v3.4.2 Release
authors: jgmdev
---

This release includes the accumulated dose of fixes, some performance
improvements and enhacements as listed on the changes log.

Downloads on [GitHub](https://github.com/pragtical/pragtical/releases/tag/v3.4.2).

## Changes Log

### Performance Improvements

* Revert previous optimized glyphset loading lite-xl/lite-xl#1543
and rebased/merged new implementation which is even faster
([lite-xl/lite-xl#1845](https://github.com/lite-xl/lite-xl/pull/1845))

* Port rest of regex functions from Lua to C
([#120](https://github.com/pragtical/pragtical/pull/120))

### Enhancements

* Enable utf8 module for Lua < 5.3 using utf8extra
([#119](https://github.com/pragtical/pragtical/pull/119))

* Use core.warn on autocomplete plugin
([89d24eb4](https://github.com/pragtical/pragtical/commit/89d24eb45e82a2bd49ce0a8ed56e313169c17693))

* Improvements to c/c++ language plugins
([#128](https://github.com/pragtical/pragtical/pull/128))

### Fixes

* Fix thread initialization on non macOS bundle
([#118](https://github.com/pragtical/pragtical/pull/118))

* Fix use of no longer valid core.add_project_directory
([#121](https://github.com/pragtical/pragtical/pull/121))

* Fix for IPC plugin to properly open a relative path
([#125](https://github.com/pragtical/pragtical/pull/125))

### Build System

* Fix PPM build on msys
([#126](https://github.com/pragtical/pragtical/pull/126))

* Update sdl2 wrap to v2.30.6 which fixes an initialization
issue on hyprland. Also updated other wrap components.
([#127](https://github.com/pragtical/pragtical/pull/127))

**Full Changelog**: https://github.com/pragtical/pragtical/compare/v3.4.1...v3.4.2

0 comments on commit 5b56339

Please sign in to comment.