Skip to content

Releases: Mr0grog/editorconfig-textmate

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.

v0.4.0 Beta 1

11 Nov 05:49
c6758df
Compare
Choose a tag to compare
v0.4.0 Beta 1 Pre-release
Pre-release

This is a test release for v0.4.0, which makes the plugin compatible with TextMate 2.0.3+ and updates the underlying EditorConfig parsing library.

Version 0.3.1

06 May 21:24
890dc31
Compare
Choose a tag to compare

Fixes a terrible bug where the max_line_length setting would affect indent size instead of the actual line wrapping.