Skip to content

Commit 08179f5

Browse files
committed
Update CHANGELOG.md
1 parent f281012 commit 08179f5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,38 @@ Change Log
22

33
Release history on Github: https://github.com/pywavefront/PyWavefront/releases
44

5+
## 1.0.4
6+
7+
* Faces with undefined texture coordinates will
8+
fall back to uv index 0
9+
510
## 1.0.3
11+
612
* Fix vertex format exceptions - PR #86
713

814
## 1.0.2
15+
916
* Fix two parsing IndexErrors - PR #84
1017

1118
## 1.0.1
19+
1220
* Release only for Python3, not universal - Fixes #79
1321

1422
## 1.0.0
23+
1524
* Use Python 3.4 on CI server - PR #78
1625
* Switch to Python 3.4+ - PR #77
1726
* Fix support for earlier py3 versions, which do not support json as bytes - PR #76
1827
* Add option to retain face data - PR #74
1928

2029
## 0.4.2
30+
2131
* Add Python 3.7 support - PR #72
2232
* Add missing material properties - PR #70
2333
* Tweak README - PR #68
2434

2535
## 0.4.1
36+
2637
* Add Python 3 - PR #65
2738

2839
## 0.4.0
@@ -32,58 +43,70 @@ Release history on Github: https://github.com/pywavefront/PyWavefront/releases
3243
* Allow textures to load from anywhere - PR #59
3344

3445
## 0.3.2
46+
3547
* Fix README - PR #55
3648
* Allow users to override material parser - PR #54
3749
* Allow parser to create missing materials - PR #52
3850
* Fix pypi markdown, tweak README - PR #51
3951

4052
## 0.3.1
53+
4154
* Revamp README - PR #48
4255
* Fix various bugs - PR #47
4356
* Cap shininess in visualization - PR #46
4457
* Support different vertex formats + example - PR #43
4558
* Detect vertex format, vertex color, and tests - PR #42
4659

4760
## 0.3.0
61+
4862
* Run all parser tests for gzip file - PR #40
4963
* Revamp parser to prepare to support different vertex formats - PR #38
5064
* Make dir available as instance attribute + tests - PR #33
5165
* Use setuptools - PR #31
5266

5367
## 0.2.0
68+
5469
* Make Pyglet an optional dependency - PR #30
5570
* Close file descriptor when no longer needed - PR #29
5671
* Specify the full path for the test files. Remove Pyglet dependency on unit tests - PR #28
5772
* Use the correct accented "e" character- PR #27
5873
* Add basic circleci configuration
5974

6075
## 0.1.7
76+
6177
* Handle any unimplemented flag and carry on with a warning - PR #21
6278
* Add support to object-less obj file - PR #23
6379

6480
## 0.1.6
81+
6582
* Import .obj without material file - PR #16
6683

6784
## 0.1.5
85+
6886
* Support transparency - PR #15
6987

7088
## 0.1.4
89+
7190
* Include MANIFEST file - PR #12
7291

7392
## 0.1.3
93+
7494
* Replace Pyglet resource with native open() - PR #7
7595
* Remove UTF-8 encoding/decoding - PR #9
7696
* Fix issues with parsing resource files - PR #9
7797

7898
## 0.1.2
99+
79100
* Update syntax to Python 3 - PR #3
80101
* Add support for opening .obj files in other directories - PR #5
81102
* Conform to PEP 8 - PR #5
82103
* Add support for relative imports - PR #5
83104

84105
## 0.1.1
106+
85107
* Add material setters.
86108
* Add lighting in example.
87109

88110
## 0.1
111+
89112
* Initial release.

0 commit comments

Comments
 (0)