Skip to content

Commit

Permalink
Merge pull request #71 from aegirhall/develop
Browse files Browse the repository at this point in the history
update changelog for v0.7.1
  • Loading branch information
aegirhall authored Apr 2, 2022
2 parents c484f67 + 5155ae2 commit c0b0f4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.7.1 (2022-04-01)
===================
- Partial fix for ansiwrap import when using PyInstaller (issue #66). The issue
is caused by the ansiwrap library (ansiwrap issue #6). Until ansiwrap #6 is
properly fixed, the workaround is to use a conditional import and fall back
to textwrap if ansiwrap fails to import. The drawback to this workaround is
that ANSI colored text will no longer wrap properly when using PyInstaller.

v0.7.0 (2022-01-08)
===================
- Add feature to allow menu text to be dynamically updated (issue #25).
Expand Down

0 comments on commit c0b0f4e

Please sign in to comment.