diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d480a..c8c54a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.4.1] - 2017-12-28 + +### Changed +- A large code cleanup regarding excessive or duplicate pattern matching + +### Fixed +- Fixed support for builtin function call highlighting + ## [1.4.0] - 2017-12-27 ### Added @@ -52,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Initial stable release -[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.1...HEAD +[1.4.1]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.3...v1.4.0 [1.3.3]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.1...v1.3.2 diff --git a/README.md b/README.md index e390666..dad20e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Zephir syntax support for VSCode +# Zephir for VSCode [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Version](https://vsmarketplacebadge.apphb.com/version-short/zephir-lang.zephir.svg)](https://marketplace.visualstudio.com/items?itemName=zephir-lang.zephir) @@ -98,7 +98,7 @@ If you would like to discuss an idea or need help or have other feedback you can ## License [↑](#zephir-syntax-support-for-vscode) -This project is open source software licensed under the MIT License. +The "Zephir for VSCode" is open source software licensed under the MIT License. See the [LICENSE](https://github.com/zephir-lang/zephir-vscode/blob/master/LICENSE) file for more. --- diff --git a/package.json b/package.json index 6d3bc2f..ea733ef 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,14 @@ { "name": "zephir", - "version": "1.4.0", - "displayName": "Zephir", - "title": "Zephir for VSCode", + "version": "1.4.1", + "displayName": "Zephir for VSCode", "description": "Zephir Language syntax highlighting and snippets for VSCode.", "author": "Zephir Team", "contributors": [ - "Serghei Iakovlev [@klay]" + { + "name" : "Serghei Iakovlev", + "email" : "serghei@phalconphp.com" + } ], "license": "SEE LICENSE IN LICENSE", "publisher": "zephir-lang",