- Minor: Added "Settings" tab. (#61)
- Minor: Close to tray. (#51)
- Minor: Logs viewer scrollbar to have a min height of 20% of the viewer container. (#20)
- Minor: Added
getIpc
utility function to make our life better. (#32) - Minor: Added
Sleep
class. (#33) - Minor: Removed
px2em
and replaced it's usage withpx2rem
. (#34) - Bugfix: Fixed React's "Can't perform a React state update on an unmounted component" warning in
useAppVersion
hook. (#31)
- Minor: Improved logging. (#8)
- Minor: Removed menu bar. (#11)
- Minor: Show
IconButton
withIconEye
for password variant ofInputText
. (#12) - Minor: Create classes
Store
,Storage
,Watcher
,Streamers
andAuth
. (#14) - Dev: Enable
electron-debug
for production build. (#13)
- Minor: Replaced
react-hot-toast
withreact-toastify
. (#6)
- Bugfix: Fixed a bug which caused crash on launch if user is authenticated and user was not able to login if not authenticated. (#5)
- 🎉 Released the first version.