Releases: hackclub/kicad-wakatime
Releases · hackclub/kicad-wakatime
0.1.2
0.1.1
Changelog
Enhancements
- kicad-wakatime now logs to the file
~/.kicad-wakatime.log
(#11).
Bug fixes
- Fixed some crashes in the GitHub API calls (#7).
- A specific error is now shown if kicad-wakatime is unable to connect to KiCAD (#10).
- Fixed a crash in the file watcher (#13).
- Fixed a crash that occurred when the filename returned by the KiCAD API came back empty.
Notes
If you get an error "Could not decode message" when working in the PCB editor, please upgrade KiCAD 8.99 to at least version 8.99.0.3401.ge9e4e7a3ff.
0.1.0
Changelog
Enhancements
- kicad-wakatime now uses egui for its user interface instead of FLTK, adding better logs, light and dark theme, etc.
Bug fixes
- Fixed an issue that arose when duplicate filenames exist in the projects folder (#4).
- Added additional checks to prevent some of the most confusing errors related to board detection (#5).
- Fixed GitHub API calls happening too many times in some cases.
- The console window is now properly hidden on Windows.