aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--changelog.md43
-rw-r--r--meson.build2
-rw-r--r--resources/linux/org.pragtical.pragtical.appdata.xml2
4 files changed, 46 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 30c4ceda..dff51045 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
inputs:
version:
description: Release Version
- default: v3.4.1
+ default: v3.4.2
required: true
diff --git a/changelog.md b/changelog.md
index d97df611..02fd181e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,47 @@
# Changes Log
+## [3.4.2] - 2024-08-11
+
+### 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)
+ ([#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)
+ ([#126](https://github.com/pragtical/pragtical/pull/126))
+
+* Update sdl2 wrap to v2.30.6 which fixes an initialization
+ issue on hyprland and other wrap components.
+ ([#127](https://github.com/pragtical/pragtical/pull/127))
+
## [3.4.1] - 2024-06-28
### Fixes
@@ -2049,6 +2091,7 @@ A new global variable `USERDIR` is exposed to point to the user's directory.
- subpixel font rendering with gamma correction
+[3.4.2]: https://github.com/pragtical/pragtical/releases/tag/v3.4.2
[3.4.1]: https://github.com/pragtical/pragtical/releases/tag/v3.4.1
[3.4.0]: https://github.com/pragtical/pragtical/releases/tag/v3.4.0
[3.3.1]: https://github.com/pragtical/pragtical/releases/tag/v3.3.1
diff --git a/meson.build b/meson.build
index f7ae149f..7bf5768c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('pragtical',
['c'],
- version : '3.4.1',
+ version : '3.4.2',
license : 'MIT',
meson_version : '>= 0.56',
default_options : [
diff --git a/resources/linux/org.pragtical.pragtical.appdata.xml b/resources/linux/org.pragtical.pragtical.appdata.xml
index dacacc97..ea4a3343 100644
--- a/resources/linux/org.pragtical.pragtical.appdata.xml
+++ b/resources/linux/org.pragtical.pragtical.appdata.xml
@@ -29,6 +29,6 @@
</provides>
<releases>
- <release version="3.4.1" date="2024-06-28" />
+ <release version="3.4.2" date="2024-08-11" />
</releases>
</component>