Skip to content

Releases: c-o-l-i-n/presto-parts

v0.2.0

10 Nov 01:06
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.2.0

Notes

What an exciting release! (for me anyway...) It has been a huge effort to overhaul the entire codebase to use React, TypeScript, and Jest. From humble beginnings of bodged-together vanilla JS with node-integrations, we now have a well-tested, maintainable codebase that uses development best practices and adheres to all of Electron's security recommendations.

There are no actual feature changes in this release. From a user's perspective, it should look and behave exactly like the last release. However, this was such a significant code change, that it deserves its own minor version number.

The repo currently has 52% test coverage. 100% of the render process (frontend) code is covered, and 0% of the main process (backend, arguably the more important) code is covered. Main process coverage is coming in a future release.

v0.1.1

04 Feb 16:05
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

04 Feb 05:16
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

🎉 First ever release of Presto Parts!