Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 1.9 KB

Changelog

1.1.3 (08-06-2022)

  • Minor: Added "Settings" tab. (#61)

1.1.2 (pre-release 29-05-2022)

  • Minor: Close to tray. (#51)

1.0.4 (12-12-2021)

  • 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 with px2rem. (#34)
  • Bugfix: Fixed React's "Can't perform a React state update on an unmounted component" warning in useAppVersion hook. (#31)

1.0.3 (18-10-2021)

  • Minor: Improved logging. (#8)
  • Minor: Removed menu bar. (#11)
  • Minor: Show IconButton with IconEye for password variant of InputText. (#12)
  • Minor: Create classes Store, Storage, Watcher, Streamers and Auth. (#14)
  • Dev: Enable electron-debug for production build. (#13)

1.0.2 (08-10-2021)

  • Minor: Replaced react-hot-toast with react-toastify. (#6)

1.0.1 (29-09-2021)

  • Bugfix: Fixed a bug which caused crash on launch if user is authenticated and user was not able to login if not authenticated. (#5)

1.0.0 (22-09-2021)

  • 🎉 Released the first version.