Skip to content

Commit 0863daa

Browse files
Updated CHANGELOG
1 parent 56ea76c commit 0863daa

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
2.0.6:
2+
* Add Logos source file support (as plain text)
3+
4+
2.0.5:
5+
* Lots of minor changes
6+
17
2.0.4:
28
* Update the XCode Project to 10.8
39
* Add a new setting to specify the HL path (/opt/local/bin/highlight by default).
410
* Update the script "colorize.sh" to obtain ZSH by the environment rather than an hardcoded path.
511
* Update the script "colorize.sh" to call ZSH by "zsh -f" rather than simply "zsh".
612
* Correct some code according to CLang static analyzer.
713
* Add some other formats to render.
8-
14+
915
2.0.2:
1016
* Modified ReadMe.txt to include the latest info on the Xcode 3.2 conflict
1117
* Include a link to Andre Simon's page with previews of color styles
@@ -30,7 +36,7 @@
3036
* Build for x86_64 in addition to i386 and ppc
3137

3238
1.1:
33-
* Enabled "safe" plain-text handling. In other words, files like foo.txt
39+
* Enabled "safe" plain-text handling. In other words, files like foo.txt
3440
will be supported, but not files without extensions. The only way to
3541
handle extensionless files is to handle *everything*. This can be done,
3642
but it requires a more defensive style of operation.
@@ -40,7 +46,7 @@
4046
portion of renderer, with default UTF-8.
4147
* Added support for .cs, .el, .jnlp (xml), .e (eiffel), and .vb
4248
* Fixed support for verilog files
43-
49+
4450
1.0:
4551
* Hopefully fixed the crasher bug by keeping us single-threaded
4652
* Added Actionscript, Lisp, IDL, Verilog, VHDL, XHTML (any others I forgot?)
@@ -67,4 +73,4 @@
6773
* (Try to) let the system pick a different plugin if ours fails
6874
* Added UTIs for .css, .sql, .erl, and .sml
6975

70-
0.1: Initial release
76+
0.1: Initial release

0 commit comments

Comments
 (0)