Skip to content

Commit

Permalink
Bump version to v0.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Dec 7, 2022
1 parent 5440d1c commit ac82742
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## [0.3.9] - 2022-12-7
### Changed
- SMAA now rejects samples re-projected from the previous frame also by matching sub-pixel velocity with jittering.
This allows less aliasing for upscaled renderings in motion.
- Use nearest velocity in both SMAA and TAA.

## [0.3.8] - 2022-12-6
### Added
- Added type `HikariUniversalSettings` for disabling building of acceleration structures. ([#35](https://github.com/cryscan/bevy-hikari/issues/35))
- Add type `HikariUniversalSettings` for disabling building of acceleration structures. ([#35](https://github.com/cryscan/bevy-hikari/issues/35))

### Fixed
- Fix more TAA ghosting for multiple upscaling ratios.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-hikari"
version = "0.3.8"
version = "0.3.9"
edition = "2021"
authors = ["Zhenyuan Zhang <cryscan@umich.edu>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit ac82742

Please sign in to comment.