diff --git a/CHANGELOG.md b/CHANGELOG.md index b5762f3..fe32bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog This file contains all release changelogs. +## [0.3.0] - 2018-12-02 +### Added +- material/texture transparency +- option to search directories recursively +- improved material settings to render them more similarly to PteroEngine II + +### Changed +- unified error reports +- create texture even for non-existent image file + +### Fixed +- #3 multilayer uv mapping + ## [0.2.0] - 2018-08-05 ### Added - importing materials/textures diff --git a/import_bes.py b/import_bes.py index f00f130..bf1a405 100644 --- a/import_bes.py +++ b/import_bes.py @@ -26,7 +26,7 @@ bl_info = { "name" : "Vietcong BES (.bes)", "author" : "Jan Havran", - "version" : (0, 2), + "version" : (0, 3), "blender" : (2, 70, 0), "location" : "File > Import > BES (.bes)", "description": "Import Vietcong BES files",