From 743103650ac822a763109549af18c3d327d4d98c Mon Sep 17 00:00:00 2001 From: jcberquist Date: Thu, 14 Jan 2016 00:08:44 -0500 Subject: [PATCH] added release notes --- messages.json | 3 ++- messages/0.3.0.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 messages/0.3.0.txt 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