-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |