Releases: richibrics/IoTuring
Releases · richibrics/IoTuring
v2024.6.1
Changelog
- Support for Paho MQTT v2
- Added option to edit configurations directly from configurator menu
- Added mute command on Linux
- Added option to set the entities update interval in configurator
- Added reset settings button in configurator
- Improved Hibernate and Power commands on Linux
- Better management of logs
- Various bug fixes and performance improvements
Commits
- 9678c83: Small entity fixes (#100) (infeeeee) #100
- 249d879: ClassManager Rewrite (#101) (infeeeee) #101
- 8819964: Paho MQTT v2 Callbacks (#102) (Riccardo Briccola) #102
- 5c1c7ee: Edit configuration in menu (#103) (infeeeee) #103
- f78d741: Support mute on linux (#106) (infeeeee) #106
- 3e77042: AppSettings, set update interval (#104) (infeeeee) #104
- 10a1257: Update documentation (#105) (infeeeee) #105
- 80777d4: Log rewrite (#107) (infeeeee) #107
- 77e10b4: Reset settings (#108) (infeeeee) #108
- ba2aa9f: Restart Linux service on login (#109) (infeeeee) #109
- 2f5d1cc: Hibernate and Linux Power fixes (#110) (infeeeee) #110
- 0b72833: v2024.6.1 (Riccardo Briccola)
v2024.2.1
Changelog
- Fixed new paho-mqtt dependency
- Fixed logger encoding problems
- Improved error handling in ConfiguratorIO
Commits
v2024.1.1
Changelog
- New interactive configuration UI
- Use
-o
arg to open the configuration file in your editor - Renewed the Disk entity to allow for multi disk measurements
- New entity for Linux: FanSpeed
- The configuration menu doesn't show anymore unsupported entities
Commits
- 99a9cf7: Disk configurable, enter path with a little helper in config (#82) (lockenkop) #82
- b48fd2c: New configuration UI, small fixes (#83) (infeeeee) #83
- e085f30: Open configuration file in editor (#86) (infeeeee) #86
- 8705430: Adding Fanspeed Entity for Linux (#80) (lockenkop) #80
- b304847: Check entity support (#88) (infeeeee) #88
- 57650fe: v2024.1.1 (Riccardo Briccola)
v2023.11.1
v2023.10.1
v2023.9.1
Commits
- 734e462: Fixed versioning in README.md (#69) (Riccardo Briccola) #69
- c714ded: readme with contributors (#70) (Riccardo Briccola) #70
- 5f981f7: Added lock support for plasma (#72) (Min) #72
- d99a2c5: Test in docker, action fix (#74) (infeeeee) #74
- 0c6d2a9: Default config, type hints and linting (#73) (infeeeee) #73
- a58f545: Build Docker image (#77) (infeeeee) #77
- 522c69f: v2023.9.1 (Riccardo Briccola)
v2023.6.1
Commits
- 3b13cb9: Linux support for volume (infeeeee) #65
- 9779ef2: Mac volume command fix (infeeeee) #65
- 9edc2a0: Merge branch 'richibrics:main' into linux-volume (infeeeee) #65
- 36b8317: fixed last wrong image visualization in pypi (Riccardo Briccola)
- 76d372f: Update README.md with linux volume support (Riccardo Briccola)
- 453dd90: Terminal entities (#66) (infeeeee) #66
- c9401e3: Fix test (#67) (infeeeee) #67
- ca3e60f: Bump version (#68) (infeeeee) #68
v2023.5.1
Changelog
- New entity system, with a lightweight structure and without entity dependencies constraints
- Fixed Log file error that prevented errors report
- Fixed Temperature entity extra attributes
- Improved Desktop Environment detection (Linux)
- Improved entities threads management
Commits
- 95005e4: Proof of concept system constants (infeeeee) #57
- a3443b1: Os -> OperatingSystem, SystemConsts, no more dependencies (Riccardo Briccola) #57
- fc9363b: Removed passive entities and dependencies methods (Riccardo Briccola) #57
- 7b54394: Simplify entities import (Riccardo Briccola) #57
- 938cdab: File always open, with Lock to sync among threads (Riccardo Briccola) #60
- f28b7fd: Flush the file descriptor (Riccardo Briccola) #60
- 586a260: Close message adjusted (Riccardo Briccola) #60
- 5a11887: Add missing requirement (infeeeee) #63
- ba5e59e: More complex os and de detection (infeeeee) #63
- 7b1e393: Removed PostInitialized (infeeeee) #63
- 9c278c0: Start Threads only for Entities with Update method (infeeeee) #63
- 4c122f5: Fix temperature extra attributes (infeeeee) #63
- 2cb5c7c: Merge branch 'main' into remove-dependencies (Riccardo Briccola) #57
- 4b5be6e: Fixed images to display them in pypi (Riccardo Briccola)
- 1906524: New version 2023.5.1 (Riccardo Briccola)
v2023.2.5
Changelog
- Fix temperature sensor on Linux which could not send Extra Attributes values
Commits
v2023.2.4
Changelog
- Moved not necessary CPU and RAM sensors to extra attributes
- Added new extra attribute management for value formatter support
- Improved CPU and RAM functionality
- Added extra attributes for volume on macOS
Commits
- 915408c: Move sensors in extra attributes (Riccardo Briccola) #54
- 5bfb357: Moved ValueFormatter module (Riccardo Briccola) #55
- ed6020b: Fixed ValueFormatter imports (Riccardo Briccola) #55
- 7a436e1: ValueFormatterOptions in Sensor register (Riccardo Briccola) #55
- dcf5281: ValueFormatter with add unit parameter (Riccardo Briccola) #55
- 4328e10: ValueFormatter in Warehouses, MQTT asks unit in Config (Riccardo Briccola) #55
- 1aa5829: New extra attribute management for value formatter support (Riccardo Briccola) #55
- 8acc3fd: Extra attributes with value formatter (Riccardo Briccola) #55
- ba6fc79: Merge branch 'valueformatter-warehouse-based' into clean-up-ram-cpu-sensors-51 (Riccardo Briccola) #54
- b778a04: CPU and RAM improvements (Riccardo Briccola) #55
- 7000ccd: Volume macOS extra attributes (Riccardo Briccola) #56
- 6001c6b: Removed wrong statement in Volume (Riccardo Briccola) #56
- 147beee: Add comment (Riccardo Briccola) #56
- 94aa536: Version 2023.2.4 (Riccardo Briccola)