Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
paddywwoof committed Oct 26, 2021
2 parents 8a7562b + f1c4542 commit 5936793
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Tim Skillman, Patrick Gaunt, Tom Ritchford

Date Amends

v2.48
2021-10-01 Bug fix: Slice index for triangles wrong
found by `@chatcoda`

v2.47
2021-08-29 Bug fix: conway vertex shader has -0.5 pixel adjustment over width and
height. All shaders use highp precision.
Improvements: mac setup sorted out thanks to `@helgeerbe`

v2.46
2021-07-03 Bug fix: Resizing Textures when image dimensions were greater than
max_size was incorrect (typo and missing functionality)
Expand Down
2 changes: 1 addition & 1 deletion pi3d/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import time
import logging

__version__ = '2.47'
__version__ = '2.48'
year = time.localtime().tm_year

STARTUP_MESSAGE = """
Expand Down

0 comments on commit 5936793

Please sign in to comment.