Skip to content

Commit

Permalink
Add release note to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshburnett committed Jun 13, 2024
1 parent b4a729f commit bfb0820
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,16 @@ Uses code & concepts from:


## MacOS-specific behavior:
- Requires Qt, whether PyQt5/6 or PySide2/6.
- The figure will be copied to the clipboard as a PNG, regardless of matplotlib.rcParams['savefig.format'].

- Requires Qt, whether PyQt5/6 or PySide2/6.
- The figure will be copied to the clipboard as a PNG, regardless of matplotlib.rcParams['savefig.format'].

Releases
--------
### 3.2.1: 2024-06-13

- Made backend checks case-insensitive due to undocumented changes in matplotlib 3.9.

### 3.2.0: 2024-02-13

- Added MacOS support (thanks @orlp!). No SVG support, same as Linux.
Expand Down

0 comments on commit bfb0820

Please sign in to comment.