Skip to content

Commit 17f0e07

Browse files
committed
prepare for release 1.1
1 parent 056b09f commit 17f0e07

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

ChangeLog.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
1.1: (in progress)
1+
1.1:
2+
* Enabled "safe" plain-text handling. In other words, files like foo.txt
3+
will be supported, but not files without extensions. The only way to
4+
handle extensionless files is to handle *everything*. This can be done,
5+
but it requires a more defensive style of operation.
26
* Added support for "textEncoding" option to set encoding for highlight
37
portion of renderer, with default UTF-8.
48
* Added support for "webkitTextEncoding" option to set encoding for webkit
59
portion of renderer, with default UTF-8.
610
* Added support for .cs, .el, .jnlp (xml), .e (eiffel), and .vb
711
* Fixed support for verilog files
8-
XXX: enabled plain-text handling!
912

1013
1.0:
1114
* Hopefully fixed the crasher bug by keeping us single-threaded

QLColorCode.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
2CA326230896AD4900168862 /* Debug */ = {
420420
isa = XCBuildConfiguration;
421421
buildSettings = {
422-
CURRENT_PROJECT_VERSION = 1.0.0;
422+
CURRENT_PROJECT_VERSION = 1.1.0;
423423
GCC_WARN_ABOUT_RETURN_TYPE = YES;
424424
GCC_WARN_UNUSED_VARIABLE = YES;
425425
PREBINDING = NO;
@@ -434,7 +434,7 @@
434434
ppc,
435435
i386,
436436
);
437-
CURRENT_PROJECT_VERSION = 1.0.0;
437+
CURRENT_PROJECT_VERSION = 1.1.0;
438438
GCC_WARN_ABOUT_RETURN_TYPE = YES;
439439
GCC_WARN_UNUSED_VARIABLE = YES;
440440
PREBINDING = NO;

ReadMe.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ You may need to create that folder if it doesn't already exist.
1111
If you want to configure QLColorCode, there are several "defaults" commands
1212
that could be useful:
1313

14-
Setting the text encoding (default is UTF-8):
14+
Setting the text encoding (default is UTF-8). Two settings are required. The
15+
first sets Highlight's encoding, the second sets Webkit's:
1516
defaults write org.n8gray.QLColorCode textEncoding UTF-16
1617
defaults write org.n8gray.QLColorCode webkitTextEncoding UTF-16
1718
Setting the font:

0 commit comments

Comments
 (0)