Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuk committed Dec 21, 2020
1 parent 3a9287b commit db64a7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

## [Unreleased]

## [1.1] - 2020-12-21

### Added

- Added face count limit to prevent meshstats calculating stats on dense
meshes. Default value is `10.000`, this should be okay for most people. On
my machine calculating stats on an object with 10k faces takes approximately
50ms. You can change this setting in addon preferences.

### Changed

- Statistics for multiple objects are not cached.
- Statistic calculations are cached for a short while.

## [1.0] - 2020-11-23

Expand Down Expand Up @@ -71,7 +70,8 @@
- Allow enabling & disabling the overlay. This setting is saved with the
scene.

[Unreleased]: https://github.com/muhuk/meshstats/compare/v1.0...HEAD
[Unreleased]: https://github.com/muhuk/meshstats/compare/v1.1...HEAD
[1.0]: https://github.com/muhuk/meshstats/compare/v1.0...v1.1
[1.0]: https://github.com/muhuk/meshstats/compare/v0.3...v1.0
[0.3]: https://github.com/muhuk/meshstats/compare/v0.2...v0.3
[0.2]: https://github.com/muhuk/meshstats/compare/v0.1...v0.2
Expand Down

0 comments on commit db64a7b

Please sign in to comment.