Releases: c-o-l-i-n/presto-parts
v0.2.0
What's Changed
- Migrate to React and TypeScript - Fixes #8 by @c-o-l-i-n in #9
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
What's Changed
- Fixes #2 by @c-o-l-i-n in #4
- Fixes #3 by @c-o-l-i-n in #5
New Contributors
- @c-o-l-i-n made their first contribution in #4
Full Changelog: v0.1.0...v0.1.1
v0.1.0
🎉 First ever release of Presto Parts!