Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frarees committed Oct 6, 2020
1 parent 6fdaa00 commit f7269a9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 25 deletions.
24 changes: 10 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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

6 changes: 0 additions & 6 deletions Documentation~/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
],
Expand Down

0 comments on commit f7269a9

Please sign in to comment.