Releases: Mr0grog/editorconfig-textmate
Version 0.5.4
This upgrades editorconfig-core-c again (to v0.12.9) to fix bug in the previous release.
These release notes are now also available inside the plugin bundle (in Contents/Resources/CHANGELOG.md
) and in the Git repo root for this project.
Version 0.5.3
This release includes updated versions of the pcre2 (v10.44) and editorconfig-core-c (v0.12.8) tools that do the actual parsing of .editorconfig
files. It fixes a memory leak and improves support for newer versions of Unicode.
Version 0.5.2
This updates the underlying editorconfig-core-c library that does the actual parsing of .editorconfig
files, which fixes some memory and possible security issues. For details, see: https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.7
Version 0.5.1
This release updates the core EditorConfig parser (EditorConfig Core C) to v0.12.6, which addresses security vulnerability CVE-2023-0341. It also supports longer property names and values in your .editorconfig
files.
Version 0.5.0
Version 0.5.0 adds support for Apple processors in addition to Intel (see #41), and requires MacOS 11.0 (Big Sur) or later.
Version 0.5.0 Alpha 2
There shouldn't be much different from a user perspective between Alpha 1 and this (the only real feature is Apple Silicon support), but the internals are cleaned up a fair bit and is more-or-less ready to ship.
Version 0.5.0 Alpha 1
This release adds support for Apple silicon! You should be able to use this bundle equally well on Intel and Apple processors. This is still a work in progress (see #44), so please comment via that PR or file new issues if you encounter problems.
Version 0.4.1
This release fixes a crash when using some .net-specific properties for Visual Studio projects. (#42)
Version 0.4.1 Alpha 1
This release updates editorconfig-core to v0.12.5, and fixes some crashes.
Version 0.4.0
Version 0.4.0 fixes compatibility with TextMate 2.0.3+ (Note that TextMate 2.0 final through TextMate 2.0.2 do not work with any plugins at all.)
It also updates the core EditorConfig parsing library to support more complex file matching expressions.