Skip to content

Commit 9a61924

Browse files
committed
Merge tag 'v0.8.4' into develop
2 parents ce3176e + b4d88ac commit 9a61924

File tree

6 files changed

+23
-6
lines changed

6 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/); this project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [0.8.4] - unreleased
6+
## [0.8.4] - 2021.08.17
7+
Misc improvements.
8+
9+
### Added
10+
- Added support for URP sprite outlines ([#28](https://github.com/Arvtesh/UnityFx.Outline/issues/28)).
11+
- Enabled ourlines for renderers with no materials attached ([#33](https://github.com/Arvtesh/UnityFx.Outline/issues/33)).
712

813
## [0.8.3] - 2021.01.25
914

Outline.Core/Packages/UnityFx.Outline/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/); this project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [0.8.4] - 2021.08.17
7+
Misc improvements.
8+
9+
### Added
10+
- Enabled ourlines for renderers with no materials attached ([#33](https://github.com/Arvtesh/UnityFx.Outline/issues/33)).
11+
612
## [0.8.3] - 2021.01.25
713

814
Misc improvements and bugfixes.

Outline.Core/Packages/UnityFx.Outline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.unityfx.outline",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"displayName": "Outline toolkit",
55
"description": "This package contains configurable per-object and per-camera outline effect implementation for built-in render pipeline. Both solid and blurred outline modes are supported (Gauss blur), as well as depth testing. Reusable and extensible API.",
66
"unity": "2018.4",

Outline.URP/Packages/UnityFx.Outline.URP/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/); this project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [0.4.0] - 2021.08.17
7+
Misc improvements.
8+
9+
### Added
10+
- Added support for URP sprite outlines ([#28](https://github.com/Arvtesh/UnityFx.Outline/issues/28)).
11+
612
## [0.3.0] - 2021.01.25
713

814
Misc improvements and bugfixes.

Outline.URP/Packages/UnityFx.Outline.URP/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.unityfx.outline.urp",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"displayName": "Outline toolkit (URP)",
55
"description": "This package contains configurable outline implementation for Universal Render Pipeline.",
66
"unity": "2019.4",
77
"dependencies": {
8-
"com.unityfx.outline": "0.8.3",
8+
"com.unityfx.outline": "0.8.4",
99
"com.unity.render-pipelines.universal": "7.0.0"
1010
},
1111
"keywords": [

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Npm core package is available at [npmjs.com](https://www.npmjs.com/package/com.u
6868
}
6969
],
7070
"dependencies": {
71-
"com.unityfx.outline": "0.8.3",
72-
"com.unityfx.outline.urp": "0.3.0",
71+
"com.unityfx.outline": "0.8.4",
72+
"com.unityfx.outline.urp": "0.4.0",
7373
}
7474
}
7575
```

0 commit comments

Comments
 (0)