Skip to content

Commit

Permalink
Released version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfokkema committed Apr 26, 2024
1 parent 8f98676 commit 7b09ceb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.2

### :beetle: Fixes

* Fixed a bug where closing a plot would close the plot _and_ the next tab widget. This is never desired and could lead to the loss of data if the next widget was a data sheet. If there were plots for that data sheet, the project could never be opened again. Loading the project would raise an exeception because of the missing data sheet being referenced by the surviving plot. Thanks for the detailed report, Jurre Heijmen!


## 2.0.1

### :beetle: Fixes
Expand Down
2 changes: 1 addition & 1 deletion build/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion build/tailor.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?define ProductVersion = "2.0.1" ?>
<?define ProductVersion = "2.0.2" ?>
<?define ProductUpgradeCode = "e29f156c-a732-5d2c-a4ba-cfc8568a0476" ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "Tailor"
bundle = "com.amsphyslab.tailor"
version = "2.0.1"
version = "2.0.2"
url = "https://github.com/davidfokkema/tailor"
license = "GNU General Public License v3 (GPLv3)"
author = 'David Fokkema'
Expand Down

0 comments on commit 7b09ceb

Please sign in to comment.