Skip to content

Commit

Permalink
Version 1.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Jan 30, 2021
1 parent ba7a3a1 commit d4fa296
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Change Log


## [Unreleased](/~https://github.com/nutti/blender-mqo/compare/v1.0...master)
## [Unreleased](/~https://github.com/nutti/blender-mqo/compare/v1.1...master)


## [Version 1.1](/~https://github.com/nutti/blender-mqo/compare/v1.0...v1.1) - 2021.1.30

### Updated Features

* Added options
* Import/Export vertex weights


### Other Updates

* Fix bugs


## [Version 1.0](/~https://github.com/nutti/blender-mqo/compare/1d664b4e62a023e26398df8cb1455cda00f54536...v1.0) - 2020.7.27

Expand Down
2 changes: 1 addition & 1 deletion src/blender_mqo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bl_info = {
"name": "MQO (Metasequoia) format",
"author": "nutti, sapper-trle",
"version": (1, 0, 0),
"version": (1, 1, 0),
"blender": (2, 80, 0),
"location": "",
"description": "Import/Export MQO files",
Expand Down

0 comments on commit d4fa296

Please sign in to comment.