Skip to content

Commit 1b7e0ca

Browse files
Bump version numbers and update according CHANGELOG
1 parent 3fda23d commit 1b7e0ca

File tree

4 files changed

+34
-21
lines changed

4 files changed

+34
-21
lines changed

CHANGELOG.md

+28-15
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,29 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/fr/1.0.0/)
6-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/fr/1.0.0/) and this project adheres to
6+
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
78

89
## [Unreleased]
910

11+
- NOTHING
12+
13+
## [4.0.0] — 2020-12-15
14+
15+
**Big Sur support via integrated Lua and Highlight!
16+
Thanks to @tatsh for his amazing work!**
17+
1018
### Added
1119

1220
- `ruby` support.
1321
- `lisp` support.
1422
- `automake` support.
23+
- `powershell` support (thanks @abulgatz).
24+
25+
### Fixed
26+
27+
- CI (thanks @tatsh).
1528

1629
## [3.1.1] — 2020-09-09
1730

@@ -35,7 +48,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3548

3649
### Fixed
3750

38-
- `fish` support.
51+
- `fish` support.
3952
- `bat` (Windows Batch) support.
4053
- `diff` support.
4154
- `bash` support.
@@ -70,7 +83,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7083

7184
- `jad` support.
7285

73-
7486
## [3.0.0] — 2020-08-16
7587

7688
### Added
@@ -93,7 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
93105

94106
### Added
95107

96-
- Option to preview file as `RTF` (thanks @silum).
108+
- Option to preview file as `RTF` (thanks @silum).
97109
- `Kotlin/Gradle` (thanks @sonique6784).
98110
- `C#/Scala` support.
99111
- `reduce_filesize` plugin by default.
@@ -172,14 +184,12 @@ First version of Anthony GELIBERT.
172184

173185
### Added
174186

175-
- Added qlcc_debug option. To enable, use:
176-
`defaults write org.n8gray.qlcolorcode qlcc_debug 1`
177-
To disable, use:
178-
`defaults delete org.n8gray.qlcolorcode qlcc_debug`
187+
- Added qlcc_debug option. To enable, use: `defaults write org.n8gray.qlcolorcode qlcc_debug 1` To disable, use:
188+
`defaults delete org.n8gray.qlcolorcode qlcc_debug`
179189

180190
### Changed
181191

182-
- Stop redirecting `stdout` of `colorize.sh` to `stdin`. Error output will appear in the console instead of the preview.
192+
- Stop redirecting `stdout` of `colorize.sh` to `stdin`. Error output will appear in the console instead of the preview.
183193

184194
### Fixed
185195

@@ -189,13 +199,14 @@ To disable, use:
189199

190200
### Added
191201

192-
- A note about conflict with Xcode 3.2's source code QL plugin. If you're having problems with QLCC on Snow Leopard please read it!
202+
- A note about conflict with Xcode 3.2's source code QL plugin. If you're having problems with QLCC on Snow Leopard
203+
please read it!
193204
- Support for `Scala`, `Groovy`, `Interactive Data Language`, and `Coldfusion`.
194205
- Build for `x86_64` in addition to `i386` and `ppc`.
195206

196207
### Changed
197208

198-
- Upgrade `highlight` from `2.6.6` to `2.12` -- This was long overdue. It's nice not to have to patch highlight anymore!
209+
- Upgrade `highlight` from `2.6.6` to `2.12` -- This was long overdue. It's nice not to have to patch highlight anymore!
199210

200211
### Removed
201212

@@ -209,7 +220,9 @@ To disable, use:
209220

210221
### Added
211222

212-
- Enabled "safe" plain-text handling. In other words, files like foo.txt will be supported, but not files without extensions. The only way to handle extensionless files is to handle -everything-. This can be done, but it requires a more defensive style of operation.
223+
- Enabled "safe" plain-text handling. In other words, files like foo.txt will be supported, but not files without
224+
extensions. The only way to handle extensionless files is to handle -everything-. This can be done, but it requires a
225+
more defensive style of operation.
213226
- Support for `textEncoding` option to set encoding for highlight portion of renderer, with default `UTF-8`.
214227
- Support for `webkitTextEncoding` option to set encoding for webkit portion of renderer, with default `UTF-8`.
215228
- Support for `.cs`, `.el`, `.jnlp` (xml), `.e` (eiffel), and `.vb`.
@@ -222,7 +235,7 @@ To disable, use:
222235

223236
### Added
224237

225-
- `Actionscript`, `Lisp`, `IDL`, `Verilog`, `VHDL`, `XHTML` (any others I forgot?).
238+
- `Actionscript`, `Lisp`, `IDL`, `Verilog`, `VHDL`, `XHTML` (any others I forgot?).
226239
- `.cls` and `.sty` as LaTeX extensions.
227240
- `maxFileSize` option to keep us from hanging on huge files.
228241

@@ -270,7 +283,7 @@ To disable, use:
270283

271284
### Changed
272285

273-
- Switched from Pygments to Highlight. This should increase speed-and-language coverage.
286+
- Switched from Pygments to Highlight. This should increase speed-and-language coverage.
274287
- Changed `.tex` `UTI` to agree with TeXShop's.
275288
- (Try to) let the system pick a different plugin if ours fails.
276289

QLColorCode.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
651651
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
652652
COPY_PHASE_STRIP = NO;
653-
CURRENT_PROJECT_VERSION = "2.1.1+dev";
653+
CURRENT_PROJECT_VERSION = 4.0.0;
654654
DEAD_CODE_STRIPPING = YES;
655655
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
656656
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -675,7 +675,7 @@
675675
GCC_WARN_UNUSED_PARAMETER = NO;
676676
GCC_WARN_UNUSED_VARIABLE = YES;
677677
INFOPLIST_FILE = Info.plist;
678-
MACOSX_DEPLOYMENT_TARGET = 10.15;
678+
MACOSX_DEPLOYMENT_TARGET = 11.1;
679679
ONLY_ACTIVE_ARCH = YES;
680680
PRODUCT_BUNDLE_IDENTIFIER = org.n8gray.qlcolorcode;
681681
PRODUCT_NAME = QLColorCode;
@@ -717,7 +717,7 @@
717717
CLANG_WARN_SUSPICIOUS_MOVE = YES;
718718
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
719719
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
720-
CURRENT_PROJECT_VERSION = "2.1.1+dev";
720+
CURRENT_PROJECT_VERSION = 4.0.0;
721721
DEAD_CODE_STRIPPING = YES;
722722
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
723723
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -740,7 +740,7 @@
740740
GCC_WARN_UNUSED_PARAMETER = NO;
741741
GCC_WARN_UNUSED_VARIABLE = YES;
742742
INFOPLIST_FILE = Info.plist;
743-
MACOSX_DEPLOYMENT_TARGET = 10.15;
743+
MACOSX_DEPLOYMENT_TARGET = 11.1;
744744
ONLY_ACTIVE_ARCH = YES;
745745
PRODUCT_BUNDLE_IDENTIFIER = org.n8gray.qlcolorcode;
746746
PRODUCT_NAME = QLColorCode;

hl/highlight

Submodule highlight updated from e55d1fd to ecf5d4a

0 commit comments

Comments
 (0)