Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuk committed Dec 15, 2022
1 parent d69f001 commit 7786659
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# Changelog

## [0.2] - 2022-12-15

### Added
- Made random seed configurable. Set seed to `0` to get a random
seed. ([57d1536](https://github.com/muhuk/grid-uv-packer/commit/e17443220fb5f74daaffddead07c389f657d1536))

### Changed
- When UV islands are out of bounds `grid_pack` command will be cancelled
instead of throwing an
exception. ([0d2dc3a](https://github.com/muhuk/grid-uv-packer/commit/ecb3ea902b6cd78ffea7b746060d5dd230d2dc3a))
- Improved coverage (fitness)
([68adb5c](https://github.com/muhuk/grid-uv-packer/commit/49f6bd25592c167362d19a2952509038a68adb5c))
calculation & margin calculation
([4dc76e8](https://github.com/muhuk/grid-uv-packer/commit/d69f0015395c33149028cadb80e448eca4dc76e8)).

### Fixed
- Fixed the non-breaking exception when parsing
`bl_info`. ([7e1fcd9](https://github.com/muhuk/grid-uv-packer/commit/214566e9cac4113241374e20ba3631dc37e1fcd9))

## [0.1] - 2022-12-13

### Added
- Initial proof of concept release. Not ready for production use.

[0.2]: https://github.com/muhuk/grid-uv-packer/compare/v0.1...v0.2
[0.1]: https://github.com/muhuk/grid-uv-packer/releases/tag/v0.1

0 comments on commit 7786659

Please sign in to comment.