Releases: swanserquack/duinocoin-convertor
1.13
What's Changed
Just basically an update of the dependencies, I am planning on picking back up development soon. (Maybe add a GUI?)
Full Changelog: 1.12...1.13
1.12 Release
What's Changed
Fixes CVE-2021-45958. I recommend upgrading your convertor and re-running pip3 install -r requirements.txt
.
Full Changelog: 1.11...1.12
1.11 Release
This is just a release to address the security vulnerability in ujson. The repository has been updated and this package includes the updated requirements.
1.1
New Release!
Since the last release
- Added update checks for the requirements.txt file
- Let the program loop if the currency was not supported
- Created a GitHub Actions to check for code quality
- Added some more currencies and cleaned up the code
Thanks and enjoy the new release!
1.0
Final Release
As said above this will be the final release of this project as I think this is now complete to a level I am happy with and I can't think of any other features to add. I will still make the occasional commit and will still answer any PR or issue's that are raised.
Since the last release
- Added and updater for the update file
- Made a few minor changes here and there but nothing major.
Final Remarks
This was meant to be a small project and I'm happy that I've been able to finish it. I've learnt a lot about python and GitHub from this.
Thanks and enjoy the new release!
0.3
What's Changed
A lot has but here are some bullet points:
- A complete rewrite of the Convertor code to be more efficient and overall better.
- Created a requirements.txt for the files
- Created and updater which auto updates your files to the version on the GitHub page
- Made the values.json file which stores all of the currencies you can convert to and from and their relevant info
- Autocreation of folder's and files needed
Plus some other minor improvements, pretty happy with this release.
Enjoy!
First Working Release
This is the first working release of the program. It only has 8 currencies to convert to and back from and is not optimised at all.