diff --git a/messages.json b/messages.json index 38af1f9..78c3c93 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "messages/install.txt", "0.2.0": "messages/0.2.0.txt", - "0.2.1": "messages/0.2.1.txt" + "0.2.1": "messages/0.2.1.txt", + "0.3.0": "messages/0.3.0.txt" } \ No newline at end of file diff --git a/messages/0.3.0.txt b/messages/0.3.0.txt new file mode 100644 index 0000000..8519481 --- /dev/null +++ b/messages/0.3.0.txt @@ -0,0 +1,10 @@ +CFML v0.3.0 Changelog: + +- Added tmPreferences file that marks CFML files as source files for sidebar icons + This ensures that the file_type_source icon in themes is applied to CFML files + + See https://github.com/jcberquist/sublimetext-cfml/blob/master/metadata/cfml-icon.tmPreferences + If a copy of this file is placed in your User package folder, you can override + `file_type_source` with another icon type, depending on what your active theme supports. + For example, Material Theme (https://github.com/equinusocio/material-theme) has two + icon types for CFML files: `file_type_cfc` and `file_type_cfm`. \ No newline at end of file