Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
julienkay committed Apr 7, 2023
1 parent 1dad518 commit d618802
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2023-04-07

### Changed

- Remove Unity version restriction from package

## [1.0.0] - 2023-04-07

### Added

- Add support for 'Linear' color space

### Changed

- Convert to package format

## [x.x.x] - 2022-09-01

### Added

- Add support for importing your own trained datasets

## [x.x.x] - 2022-08-24

### Added

- Add support for Single Pass Instanced rendering

## [x.x.x] - 2022-08-23

### Added

- Add support for shadows

## [x.x.x] - 2022-08-07
Initial Release
7 changes: 7 additions & 0 deletions CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.doji.mobilenerf",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "MobileNeRF",
"description": "An unofficial Unity port of the MobileNeRF viewer.",
"dependencies":
Expand Down

0 comments on commit d618802

Please sign in to comment.