Releases: MattBlack85/astro_monitor
Releases · MattBlack85/astro_monitor
Release 1.1.0
What's Changed
- Remove armv7 build by @MattBlack85 in #16
- Port new backups to macos by @MattBlack85 in #24
- Fix crash if .indi folder by @MattBlack85 in b766cfa
- Add cities DB to backup by @MattBlack85 in b0cd1fb
- Add fov.dat to backup by @MattBlack85 in 31198df
- Port new backups to macos by @MattBlack85 in 283ebe4
- Add kstarsrc to backed up files by @MattBlack85 in 1de4005
- Check mycity DB exists before attempting a backup by @MattBlack85 baeb790
- Backup PHD2 profile if available by @MattBlack85 in 0706242
- Rework the documentation by @MattBlack85 in 176f776
Full Changelog: v1.0.3...v1.1.0
Fix MacOS path to Kstars databse
v1.0.3 Fix Kstars DB path on MacOS
v1.0.2
Add build for MacOS M1/M2
Bugfix v1.0.1
Fixed bad URL where to send hook for telegram notification
Release v1.0.0
Astromonitor enters its stable phase.
BREAKING CHANGES
by default now astromonitor does not start any process (previously was monitoring kstars when launched without parameters)
NEW FEATURES
- Added command to store remotely a backup of Kstars database and INDI devices configs
- Added command to restore the backup
v0.4.3
Fixed:
System::new_all
was still fetching all system info,::new
used now
Removed:
- bool flag to check if the script was running the first time
Added:
- getting the process pid
Release 0.4.2 - decrease footprint
On a raspberry pi the CPU usage was seen a bit too high, this release tries to fetch only the data astromonitor is interested in hopefully reducing yhe footprint of the program
Bugfix 0.4.1
Fixed:
- FD monitor report was misleading cause it was merging numbers from different processes from the same program
Release 0.4.0 - more monitoring
Added:
- file descriptors monitoring (to stdout)
- system resources monitoring (to file, only CPU and memory usage)
Refactored:
- folder structure (now modules are starting to appear)
Add arm 64 bit build
Removed:
- build for old arm archs (first raspberry series)