Skip to content

Commit f7269a9

Browse files
committed
0.5.0
1 parent 6fdaa00 commit f7269a9

4 files changed

Lines changed: 15 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
## [Unreleased]
3+
## [0.5.0] - 2020-10-06
94

105
### Added
116
- Support for VimR on macOS.
127
- Setting class to define launcher settings.
138
- Unregister Easy Editor before the assembly reloads.
149
- Documentation.
10+
- Package Publishing to GitHub.
1511

1612
### Changed
1713
- 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
7975
- Support for MacVim on macOS.
8076
- Support for Sublime Text 3 on macOS.
8177

82-
[Unreleased]: https://github.com/frarees/easyeditor/compare/0.4.3...HEAD
83-
[0.4.3]: https://github.com/frarees/easyeditor/compare/0.4.2...0.4.3
84-
[0.4.2]: https://github.com/frarees/easyeditor/compare/0.4.1...0.4.2
85-
[0.4.1]: https://github.com/frarees/easyeditor/compare/0.4.0...0.4.1
86-
[0.4.0]: https://github.com/frarees/easyeditor/compare/0.3.0...0.4.0
87-
[0.3.0]: https://github.com/frarees/easyeditor/compare/0.2.0...0.3.0
88-
[0.2.0]: https://github.com/frarees/easyeditor/compare/0.1.0...0.2.0
89-
[0.1.0]: https://github.com/frarees/easyeditor/releases/tag/0.1.0
78+
[0.5.0]: https://github.com/frarees/easyeditor/compare/v0.4.3...v0.5.0
79+
[0.4.3]: https://github.com/frarees/easyeditor/compare/v0.4.2...v0.4.3
80+
[0.4.2]: https://github.com/frarees/easyeditor/compare/v0.4.1...v0.4.2
81+
[0.4.1]: https://github.com/frarees/easyeditor/compare/v0.4.0...v0.4.1
82+
[0.4.0]: https://github.com/frarees/easyeditor/compare/v0.3.0...v0.4.0
83+
[0.3.0]: https://github.com/frarees/easyeditor/compare/v0.2.0...v0.3.0
84+
[0.2.0]: https://github.com/frarees/easyeditor/compare/v0.1.0...v0.2.0
85+
[0.1.0]: https://github.com/frarees/easyeditor/releases/tag/v0.1.0
9086

Documentation~/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://github.com/frarees/easyeditor.git
1717
Alternatively, you can install a specific version:
1818

1919
```
20-
https://github.com/frarees/easyeditor.git#0.4.3
20+
https://github.com/frarees/easyeditor.git#v0.5.0
2121
```
2222

2323
2. Install via [local tarball](https://docs.unity3d.com/Manual/upm-ui-tarball.html):

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.frarees.easyeditor",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"displayName": "Easy Editor",
55
"description": "Support external editors with ease.",
66
"unity": "2019.2",
7-
"documentationUrl": "https://github.com/frarees/easyeditor/blob/v0.4.3/Documentation%7E/README.md",
8-
"changelogUrl": "https://github.com/frarees/easyeditor/blob/v0.4.3/CHANGELOG.md",
9-
"licensesUrl": "https://github.com/frarees/easyeditor/blob/v0.4.3/LICENSE.md",
7+
"documentationUrl": "https://github.com/frarees/easyeditor/blob/v0.5.0/README.md",
8+
"changelogUrl": "https://github.com/frarees/easyeditor/blob/v0.5.0/CHANGELOG.md",
9+
"licensesUrl": "https://github.com/frarees/easyeditor/blob/v0.5.0/LICENSE.md",
1010
"keywords": [
1111
"editor"
1212
],

0 commit comments

Comments
 (0)