Skip to content

Commit

Permalink
issue v2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
paddywwoof committed Feb 9, 2021
1 parent ed720f0 commit 03e4e11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Tim Skillman, Patrick Gaunt, Tom Ritchford

Date Amends

v2.42
2021-02-09 Bug fix: bump shaders work with orthographic cameras, integer
division in find devices corrected to //. Alpha value for discarding
fragments reduced to 1 part in 255 to avoid 'edges'

v2.41
2020-12-04 Bug fix: PointText now copes with multi-line strings and
can insert new lines at a given width
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.41'
__version__ = '2.42'
year = time.localtime().tm_year

STARTUP_MESSAGE = """
Expand Down

0 comments on commit 03e4e11

Please sign in to comment.