Skip to content

Releases: swanserquack/duinocoin-convertor

1.13

12 Jan 19:24
c97d58c
Compare
Choose a tag to compare

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

07 Apr 14:51
4861fae
Compare
Choose a tag to compare

What's Changed

  • [Snyk] Security upgrade ujson from 5.1.0 to 5.2.0 by @snyk-bot in #4

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

22 Jan 17:09
82e2861
Compare
Choose a tag to compare

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

14 Jan 20:06
Compare
Choose a tag to compare
1.1

New Release!

Since the last release

Thanks and enjoy the new release!

1.0

25 Nov 19:40
3782900
Compare
Choose a tag to compare
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

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

24 Nov 20:31
Compare
Choose a tag to compare
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

16 Nov 20:07
e1c5f1a
Compare
Choose a tag to compare
First Working Release Pre-release
Pre-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.