From 936ce2446dd467323f2230ff4c0d52a17dc07dcc Mon Sep 17 00:00:00 2001 From: Kiel Date: Sat, 9 May 2020 15:39:02 +0200 Subject: [PATCH] Update version + changelog --- CHANGELOG.md | 6 ++++++ version.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5103e..8e685c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 3.0.0 + +- Add compatibility with the Python 3 version of EDMC +- Fixed an issue with CSV files containing a BOM code (added by some programs such as Microsoft Excel) +- When browsing to import a file, set starting directory at user's home + ## 2.2.1 - Changes from updates now appear in a popup so the user can choose wether they want to install it or not. diff --git a/version.json b/version.json index fae692e..56fea8a 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -2.2.1 \ No newline at end of file +3.0.0 \ No newline at end of file