Skip to content

Commit

Permalink
Bump version numbers and update according CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygelibert committed Dec 15, 2020
1 parent 3fda23d commit 1b7e0ca
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 21 deletions.
43 changes: 28 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,29 @@

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

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


## [Unreleased]

- NOTHING

## [4.0.0] — 2020-12-15

**Big Sur support via integrated Lua and Highlight!
Thanks to @tatsh for his amazing work!**

### Added

- `ruby` support.
- `lisp` support.
- `automake` support.
- `powershell` support (thanks @abulgatz).

### Fixed

- CI (thanks @tatsh).

## [3.1.1] — 2020-09-09

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

### Fixed

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

- `jad` support.


## [3.0.0] — 2020-08-16

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

### Added

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

### Added

- Added qlcc_debug option. To enable, use:
`defaults write org.n8gray.qlcolorcode qlcc_debug 1`
To disable, use:
`defaults delete org.n8gray.qlcolorcode qlcc_debug`
- Added qlcc_debug option. To enable, use: `defaults write org.n8gray.qlcolorcode qlcc_debug 1` To disable, use:
`defaults delete org.n8gray.qlcolorcode qlcc_debug`

### Changed

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

### Fixed

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

### Added

- 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!
- 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!
- Support for `Scala`, `Groovy`, `Interactive Data Language`, and `Coldfusion`.
- Build for `x86_64` in addition to `i386` and `ppc`.

### Changed

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

### Removed

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

### Added

- 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.
- 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.
- Support for `textEncoding` option to set encoding for highlight portion of renderer, with default `UTF-8`.
- Support for `webkitTextEncoding` option to set encoding for webkit portion of renderer, with default `UTF-8`.
- Support for `.cs`, `.el`, `.jnlp` (xml), `.e` (eiffel), and `.vb`.
Expand All @@ -222,7 +235,7 @@ To disable, use:

### Added

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

Expand Down Expand Up @@ -270,7 +283,7 @@ To disable, use:

### Changed

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

Expand Down
8 changes: 4 additions & 4 deletions QLColorCode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = "2.1.1+dev";
CURRENT_PROJECT_VERSION = 4.0.0;
DEAD_CODE_STRIPPING = YES;
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -675,7 +675,7 @@
GCC_WARN_UNUSED_PARAMETER = NO;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Info.plist;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MACOSX_DEPLOYMENT_TARGET = 11.1;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.n8gray.qlcolorcode;
PRODUCT_NAME = QLColorCode;
Expand Down Expand Up @@ -717,7 +717,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = "2.1.1+dev";
CURRENT_PROJECT_VERSION = 4.0.0;
DEAD_CODE_STRIPPING = YES;
DSTROOT = "/export/tmp/$(PROJECT_NAME).dst";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -740,7 +740,7 @@
GCC_WARN_UNUSED_PARAMETER = NO;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Info.plist;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MACOSX_DEPLOYMENT_TARGET = 11.1;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.n8gray.qlcolorcode;
PRODUCT_NAME = QLColorCode;
Expand Down
2 changes: 1 addition & 1 deletion hl/highlight
Submodule highlight updated from e55d1f to ecf5d4
2 changes: 1 addition & 1 deletion hl/lua
Submodule lua updated 20 files
+1 −1 README.md
+18 −11 lapi.c
+18 −6 lauxlib.c
+16 −0 lauxlib.h
+9 −5 lcode.c
+2 −2 ldblib.c
+12 −6 liolib.c
+17 −14 llex.c
+23 −23 lparser.c
+3 −3 lparser.h
+3 −6 lstate.c
+27 −15 ltable.c
+6 −2 ltable.h
+5 −0 ltests.h
+23 −3 lua.c
+0 −6 lualib.h
+1 −4 lvm.c
+5 −0 manual/manual.of
+14 −0 testes/code.lua
+21 −0 testes/errors.lua

0 comments on commit 1b7e0ca

Please sign in to comment.