-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
32 lines (22 loc) · 1006 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- Added the option to import a deck or a booster pack.
- Added dialog window for selecting JSON file and CSV file save path.
- Added option to select import type via prompt.
### Changed
- Modified code to support graphical CSV file save option for booster option as well.
### Fixed
- Fixed an issue with JSON file handling causing an error during import.
- Fixed an issue with handling invalid user input in selection prompt.
### [1.0.0] - 2024-05-06
#### Added
- Implementation of loading JSON data and writing CSV data.
- Added ability to select import type via prompt.
### [1.0.1] - 2024-05-06
- The python script is renamed swu.py and eliminated old files such as "cartine.py"
## [1.0.2] - 2024-05-07
- Built everything in a virtual environment using the old "setup.py"
## [1.0.3] - 2024-05-10
- Migrated everything in GUI and created the app file for MACOS and the exe for MS Windows