From f7269a911bd0970d0da8fd70ac4302cc72d0cb50 Mon Sep 17 00:00:00 2001 From: Francisco Requena Date: Tue, 6 Oct 2020 19:57:01 +0200 Subject: [PATCH] 0.5.0 --- CHANGELOG.md | 24 ++++++++++-------------- Documentation~/README.md | 6 ------ README.md | 2 +- package.json | 8 ++++---- 4 files changed, 15 insertions(+), 25 deletions(-) delete mode 100644 Documentation~/README.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a9cdba9..e1508ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,13 @@ # Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] +## [0.5.0] - 2020-10-06 ### Added - Support for VimR on macOS. - Setting class to define launcher settings. - Unregister Easy Editor before the assembly reloads. - Documentation. +- Package Publishing to GitHub. ### Changed - Launchers inherit from abstract class (Launcher) instead of interface (ILauncher). @@ -79,12 +75,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for MacVim on macOS. - Support for Sublime Text 3 on macOS. -[Unreleased]: https://github.com/frarees/easyeditor/compare/0.4.3...HEAD -[0.4.3]: https://github.com/frarees/easyeditor/compare/0.4.2...0.4.3 -[0.4.2]: https://github.com/frarees/easyeditor/compare/0.4.1...0.4.2 -[0.4.1]: https://github.com/frarees/easyeditor/compare/0.4.0...0.4.1 -[0.4.0]: https://github.com/frarees/easyeditor/compare/0.3.0...0.4.0 -[0.3.0]: https://github.com/frarees/easyeditor/compare/0.2.0...0.3.0 -[0.2.0]: https://github.com/frarees/easyeditor/compare/0.1.0...0.2.0 -[0.1.0]: https://github.com/frarees/easyeditor/releases/tag/0.1.0 +[0.5.0]: https://github.com/frarees/easyeditor/compare/v0.4.3...v0.5.0 +[0.4.3]: https://github.com/frarees/easyeditor/compare/v0.4.2...v0.4.3 +[0.4.2]: https://github.com/frarees/easyeditor/compare/v0.4.1...v0.4.2 +[0.4.1]: https://github.com/frarees/easyeditor/compare/v0.4.0...v0.4.1 +[0.4.0]: https://github.com/frarees/easyeditor/compare/v0.3.0...v0.4.0 +[0.3.0]: https://github.com/frarees/easyeditor/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/frarees/easyeditor/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/frarees/easyeditor/releases/tag/v0.1.0 diff --git a/Documentation~/README.md b/Documentation~/README.md deleted file mode 100644 index 846ac61..0000000 --- a/Documentation~/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Easy Editor - -## Usage - -Access settings via **Preferences > Easy Editor**. - diff --git a/README.md b/README.md index 83d8735..44403af 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ https://github.com/frarees/easyeditor.git Alternatively, you can install a specific version: ``` -https://github.com/frarees/easyeditor.git#0.4.3 +https://github.com/frarees/easyeditor.git#v0.5.0 ``` 2. Install via [local tarball](https://docs.unity3d.com/Manual/upm-ui-tarball.html): diff --git a/package.json b/package.json index 9d1c6e9..06e6737 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "com.frarees.easyeditor", - "version": "0.4.3", + "version": "0.5.0", "displayName": "Easy Editor", "description": "Support external editors with ease.", "unity": "2019.2", - "documentationUrl": "https://github.com/frarees/easyeditor/blob/v0.4.3/Documentation%7E/README.md", - "changelogUrl": "https://github.com/frarees/easyeditor/blob/v0.4.3/CHANGELOG.md", - "licensesUrl": "https://github.com/frarees/easyeditor/blob/v0.4.3/LICENSE.md", + "documentationUrl": "https://github.com/frarees/easyeditor/blob/v0.5.0/README.md", + "changelogUrl": "https://github.com/frarees/easyeditor/blob/v0.5.0/CHANGELOG.md", + "licensesUrl": "https://github.com/frarees/easyeditor/blob/v0.5.0/LICENSE.md", "keywords": [ "editor" ],