Skip to content

Releases: Mr0grog/editorconfig-textmate

Version 0.5.4

24 Jun 03:19
Compare
Choose a tag to compare

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

14 Jun 18:50
354bab0
Compare
Choose a tag to compare

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

01 Apr 00:36
1ee6ba1
Compare
Choose a tag to compare

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

20 Jan 06:23
af29401
Compare
Choose a tag to compare

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

05 Nov 01:02
43e3356
Compare
Choose a tag to compare

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

04 Nov 05:05
eefaac0
Compare
Choose a tag to compare
Version 0.5.0 Alpha 2 Pre-release
Pre-release

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

07 Nov 01:19
d7bf9f1
Compare
Choose a tag to compare
Version 0.5.0 Alpha 1 Pre-release
Pre-release

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

06 Nov 20:06
4cdd16d
Compare
Choose a tag to compare

This release fixes a crash when using some .net-specific properties for Visual Studio projects. (#42)

Version 0.4.1 Alpha 1

01 Nov 05:42
6889787
Compare
Choose a tag to compare
Version 0.4.1 Alpha 1 Pre-release
Pre-release

This release updates editorconfig-core to v0.12.5, and fixes some crashes.

Version 0.4.0

12 Nov 06:55
e93ba78
Compare
Choose a tag to compare

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.