Ioturing

Latest version: v2024.6.1

Safety actively analyzes 638720 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2023.6.1

Commits
- 3b13cb9: Linux support for volume (infeeeee) [65](https://github.com/richibrics/IoTuring/pull/65)
- 9779ef2: Mac volume command fix (infeeeee) [65](https://github.com/richibrics/IoTuring/pull/65)
- 9edc2a0: Merge branch 'richibrics:main' into linux-volume (infeeeee) [65](https://github.com/richibrics/IoTuring/pull/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](https://github.com/richibrics/IoTuring/pull/66)
- c9401e3: Fix test (67) (infeeeee) [67](https://github.com/richibrics/IoTuring/pull/67)
- ca3e60f: Bump version (68) (infeeeee) [68](https://github.com/richibrics/IoTuring/pull/68)

2023.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](https://github.com/richibrics/IoTuring/pull/57)
- a3443b1: Os -> OperatingSystem, SystemConsts, no more dependencies (Riccardo Briccola) [57](https://github.com/richibrics/IoTuring/pull/57)
- fc9363b: Removed passive entities and dependencies methods (Riccardo Briccola) [57](https://github.com/richibrics/IoTuring/pull/57)
- 7b54394: Simplify entities import (Riccardo Briccola) [57](https://github.com/richibrics/IoTuring/pull/57)
- 938cdab: File always open, with Lock to sync among threads (Riccardo Briccola) [60](https://github.com/richibrics/IoTuring/pull/60)
- f28b7fd: Flush the file descriptor (Riccardo Briccola) [60](https://github.com/richibrics/IoTuring/pull/60)
- 586a260: Close message adjusted (Riccardo Briccola) [60](https://github.com/richibrics/IoTuring/pull/60)
- 5a11887: Add missing requirement (infeeeee) [63](https://github.com/richibrics/IoTuring/pull/63)
- ba5e59e: More complex os and de detection (infeeeee) [63](https://github.com/richibrics/IoTuring/pull/63)
- 7b1e393: Removed PostInitialized (infeeeee) [63](https://github.com/richibrics/IoTuring/pull/63)
- 9c278c0: Start Threads only for Entities with Update method (infeeeee) [63](https://github.com/richibrics/IoTuring/pull/63)
- 4c122f5: Fix temperature extra attributes (infeeeee) [63](https://github.com/richibrics/IoTuring/pull/63)
- 2cb5c7c: Merge branch 'main' into remove-dependencies (Riccardo Briccola) [57](https://github.com/richibrics/IoTuring/pull/57)
- 4b5be6e: Fixed images to display them in pypi (Riccardo Briccola)
- 1906524: New version 2023.5.1 (Riccardo Briccola)

2023.2.5

Changelog

- Fix temperature sensor on Linux which could not send Extra Attributes values

Commits
- 86ea389: Volume in README entities (Riccardo Briccola)
- 8241c39: Better changelog page (Riccardo Briccola)
- 16d87b6: websites in MyApp (Riccardo Briccola)
- 412a6b8: Linux temperature fix extra attributes (Riccardo Briccola)
- 350eb3e: Version 2023.2.5 (Riccardo Briccola)

2023.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](https://github.com/richibrics/IoTuring/pull/54)
- 5bfb357: Moved ValueFormatter module (Riccardo Briccola) [55](https://github.com/richibrics/IoTuring/pull/55)
- ed6020b: Fixed ValueFormatter imports (Riccardo Briccola) [55](https://github.com/richibrics/IoTuring/pull/55)
- 7a436e1: ValueFormatterOptions in Sensor register (Riccardo Briccola) [55](https://github.com/richibrics/IoTuring/pull/55)
- dcf5281: ValueFormatter with add unit parameter (Riccardo Briccola) [55](https://github.com/richibrics/IoTuring/pull/55)
- 4328e10: ValueFormatter in Warehouses, MQTT asks unit in Config (Riccardo Briccola) [55](https://github.com/richibrics/IoTuring/pull/55)
- 1aa5829: New extra attribute management for value formatter support (Riccardo Briccola) [55](https://github.com/richibrics/IoTuring/pull/55)
- 8acc3fd: Extra attributes with value formatter (Riccardo Briccola) [55](https://github.com/richibrics/IoTuring/pull/55)
- ba6fc79: Merge branch 'valueformatter-warehouse-based' into clean-up-ram-cpu-sensors-51 (Riccardo Briccola) [54](https://github.com/richibrics/IoTuring/pull/54)
- b778a04: CPU and RAM improvements (Riccardo Briccola) [55](https://github.com/richibrics/IoTuring/pull/55)
- 7000ccd: Volume macOS extra attributes (Riccardo Briccola) [56](https://github.com/richibrics/IoTuring/pull/56)
- 6001c6b: Removed wrong statement in Volume (Riccardo Briccola) [56](https://github.com/richibrics/IoTuring/pull/56)
- 147beee: Add comment (Riccardo Briccola) [56](https://github.com/richibrics/IoTuring/pull/56)
- 94aa536: Version 2023.2.4 (Riccardo Briccola)

2023.2.3

Changelog
- An issue with the calculation of the used CPU percentage was fixed.
- An issue with the calculation of the disk used percentage on macOS was fixed.
These changes will provide more accurate information to users.

Commits
- c02adbe: Changelog statement in README (Riccardo Briccola)
- b88f9aa: Wrong placement for entity first update (Riccardo Briccola) [53](https://github.com/richibrics/IoTuring/pull/53)
- 1ba8e42: Fix macOS Disk used percentage (Riccardo Briccola)
- 78088e3: Version 2023.2.3 (Riccardo Briccola)

2023.2.2

Changelog
- New Volume entity for macOS
- New DisplayMode entity for Windows: change the way your screens are arranged in your workspace
- New sensor for MyApp entity: check for new IoTuring versions
- Minor improvements and bug fixes

Commits
- add support to change monitor mode for Windows [34](https://github.com/richibrics/IoTuring/pull/34) ([tsunglung](https://github.com/richibrics/IoTuring/commit/5eed6aa6f60a02a78c02be7aafe9b1d53e12f037))
- 6464555: Merge branch 'richibrics:main' into feature/support_change_monitor_mode_for_windows (tsunglung) [36](https://github.com/richibrics/IoTuring/pull/36)
- bd19750: Move PR to own branch (Riccardo Briccola) [36](https://github.com/richibrics/IoTuring/pull/36)
- 19bfc0c: DisplayMode, with Select entity in HASS (Riccardo Briccola) [38](https://github.com/richibrics/IoTuring/pull/38)
- Icon, improved select options [38](https://github.com/richibrics/IoTuring/pull/38) ([Riccardo Briccola](https://github.com/richibrics/IoTuring/commit/b09ee248e2db9bfa1590aecceefcd763793a2300))
- removed debugging code [38](https://github.com/richibrics/IoTuring/pull/38) ([Riccardo Briccola](https://github.com/richibrics/IoTuring/commit/d5709debf1b99fae94d964abced6791c5e52604d))
- 7af753b: Merge branch 'main' into displayMode (Riccardo Briccola) [43](https://github.com/richibrics/IoTuring/pull/43)
- 5cc8e48: Normalize tag, added optional callback for meu entry to parse values (Riccardo Briccola) [45](https://github.com/richibrics/IoTuring/pull/45)
- c6775eb: Tag description in MenuPreset (Riccardo Briccola) [45](https://github.com/richibrics/IoTuring/pull/45)
- 805bfc4: Fixed wrong statement (Riccardo Briccola) [43](https://github.com/richibrics/IoTuring/pull/43)
- 3bee19c: Volume support for macOS (Riccardo Briccola) [47](https://github.com/richibrics/IoTuring/pull/47)
- b3b10d9: Unused import (Riccardo Briccola) [47](https://github.com/richibrics/IoTuring/pull/47)
- add app update info entity [49](https://github.com/richibrics/IoTuring/pull/49) ([tsunglung](https://github.com/richibrics/IoTuring/commit/edcd6025bc7c503d149eb5626d5d62fec34fc887))
- 4749655: Extra attribute for AppInfo Version (Riccardo Briccola) [49](https://github.com/richibrics/IoTuring/pull/49)
- c83ebea: Error management (Riccardo Briccola) [49](https://github.com/richibrics/IoTuring/pull/49)
- 9ebf3b7: Merge branch 'main' into volumeEntity-macos (Riccardo Briccola) [47](https://github.com/richibrics/IoTuring/pull/47)
- 870d4ac: Version 2023.2.2 (Riccardo Briccola)

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.