Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement basic support for turing 8.8 inch screen #585

Draft
wants to merge 198 commits into
base: feature/264-88-inch-screen-support
Choose a base branch
from

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    31d8ca0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. ⬆️ Bump stefanzweifel/git-auto-commit-action from 4 to 5

    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2ae02d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mathoudebine#355 from mathoudebine/dependabot/gith…

    …ub_actions/stefanzweifel/git-auto-commit-action-5
    
    ⬆️ Bump stefanzweifel/git-auto-commit-action from 4 to 5
    mathoudebine authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0403083 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Create FUNDING.yml

    mathoudebine authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    cf80e1b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. ⬆️ Update pythonnet requirement from ~=3.0.2 to ~=3.0.3

    Updates the requirements on [pythonnet](https://github.com/pythonnet/pythonnet) to permit the latest version.
    - [Release notes](https://github.com/pythonnet/pythonnet/releases)
    - [Changelog](https://github.com/pythonnet/pythonnet/blob/master/CHANGELOG.md)
    - [Commits](pythonnet/pythonnet@v3.0.2...v3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: pythonnet
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d6a0d34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mathoudebine#357 from mathoudebine/dependabot/pip/…

    …pythonnet-approx-eq-3.0.3
    mathoudebine authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a52165a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6a0b3e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Revert "[GitHub Actions Bot] Update theme previews"

    This reverts commit a6a0b3e.
    mathoudebine committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    536cabb View commit details
    Browse the repository at this point in the history
  2. ⬆️ Update psutil requirement from ~=5.9.5 to ~=5.9.6

    Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
    - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
    - [Commits](giampaolo/psutil@release-5.9.5...release-5.9.6)
    
    ---
    updated-dependencies:
    - dependency-name: psutil
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    03de73c View commit details
    Browse the repository at this point in the history
  3. Merge pull request mathoudebine#360 from mathoudebine/dependabot/pip/…

    …psutil-approx-eq-5.9.6
    mathoudebine authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4e8ff3f View commit details
    Browse the repository at this point in the history
  4. ⬆️ Update pillow requirement from ~=10.0.1 to ~=10.1.0

    Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.0.1...10.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    438ebce View commit details
    Browse the repository at this point in the history
  5. Merge pull request mathoudebine#361 from mathoudebine/dependabot/pip/…

    …pillow-approx-eq-10.1.0
    mathoudebine authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fce1ced View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cac5742 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. ⬆️ Update ruamel-yaml requirement from ~=0.17.35 to ~=0.17.40

    Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version.
    
    ---
    updated-dependencies:
    - dependency-name: ruamel-yaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7763f9a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge pull request mathoudebine#366 from mathoudebine/dependabot/pip/…

    …ruamel-yaml-approx-eq-0.17.40
    mathoudebine authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a34639f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9564e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea6a060 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af784fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f23eef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e9a517 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14a0db9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    31fd616 View commit details
    Browse the repository at this point in the history
  2. Custom sensor using plotgraph

    hicwic committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a46d418 View commit details
    Browse the repository at this point in the history
  3. Demo theme using plotgraph

    hicwic committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8153eb8 View commit details
    Browse the repository at this point in the history
  4. ⬆️ Update babel requirement from ~=2.13.0 to ~=2.13.1

    Updates the requirements on [babel](https://github.com/python-babel/babel) to permit the latest version.
    - [Release notes](https://github.com/python-babel/babel/releases)
    - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
    - [Commits](python-babel/babel@v2.13.0...v2.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: babel
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ab899b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge pull request mathoudebine#372 from mathoudebine/dependabot/pip/…

    …babel-approx-eq-2.13.1
    mathoudebine authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    52d551e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    8905fa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. ⬆️ Update ruamel-yaml requirement from ~=0.17.40 to ~=0.18.3

    Updates the requirements on [ruamel-yaml]() to permit the latest version.
    
    ---
    updated-dependencies:
    - dependency-name: ruamel-yaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8682f51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mathoudebine#345 from mathoudebine/feature/update-…

    …workflows-to-python-3.12
    mathoudebine authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f8910a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mathoudebine#377 from mathoudebine/dependabot/pip/…

    …ruamel-yaml-approx-eq-0.18.3
    mathoudebine authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6fd7c65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdf52f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    7b2fd4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa64ca View commit details
    Browse the repository at this point in the history
  3. ⬆️ Update ruamel-yaml requirement from ~=0.18.3 to ~=0.18.4

    Updates the requirements on [ruamel-yaml]() to permit the latest version.
    
    ---
    updated-dependencies:
    - dependency-name: ruamel-yaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1c26da3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request mathoudebine#380 from mathoudebine/dependabot/pip/…

    …ruamel-yaml-approx-eq-0.18.4
    mathoudebine authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    82e470d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. ⬆️ Update ruamel-yaml requirement from ~=0.18.4 to ~=0.18.5

    Updates the requirements on [ruamel-yaml]() to permit the latest version.
    
    ---
    updated-dependencies:
    - dependency-name: ruamel-yaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    30e83d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Update config.yml

    mathoudebine authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    49329dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request mathoudebine#383 from mathoudebine/dependabot/pip/…

    …ruamel-yaml-approx-eq-0.18.5
    mathoudebine authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    d44505f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Fix LibreHardwareMonitor computation for swap/pagefile usage in case …

    …no swap/pagefile defined
    mathoudebine committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    dfa5573 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Merge pull request mathoudebine#391 from mathoudebine/fix/390-zerodiv…

    …isionerror-in-sensors_librehardwaremonitorpy-when-page-file-is-disabled-on-windows-10
    mathoudebine authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    46c57b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa65fb View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    073da57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mathoudebine#395 from mathoudebine/fix/392-test_li…

    …brehardwaremonitorpy-does-not-show-detailed-motherboard-info-the-standalone-exe-does-provide-this
    mathoudebine authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0f68e15 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. ⬆️ Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fe97bbb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. ⬆️ Bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    995c5e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. ⬆️ Bump actions/upload-artifact from 3 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    67a150a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. ⬆️ Update psutil requirement from ~=5.9.6 to ~=5.9.7

    Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
    - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
    - [Commits](giampaolo/psutil@release-5.9.6...release-5.9.7)
    
    ---
    updated-dependencies:
    - dependency-name: psutil
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    18e02ca View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Merge pull request mathoudebine#422 from mathoudebine/dependabot/pip/…

    …psutil-approx-eq-5.9.7
    mathoudebine authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    07f01d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mathoudebine#407 from mathoudebine/dependabot/gith…

    …ub_actions/actions/setup-python-5
    mathoudebine authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3c544e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mathoudebine#414 from mathoudebine/dependabot/gith…

    …ub_actions/actions/upload-artifact-4
    mathoudebine authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a97e34c View commit details
    Browse the repository at this point in the history
  4. ⬆️ Update babel requirement from ~=2.13.1 to ~=2.14.0

    Updates the requirements on [babel](https://github.com/python-babel/babel) to permit the latest version.
    - [Release notes](https://github.com/python-babel/babel/releases)
    - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
    - [Commits](python-babel/babel@v2.13.1...v2.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: babel
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3ab92b2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request mathoudebine#412 from mathoudebine/dependabot/gith…

    …ub_actions/github/codeql-action-3
    mathoudebine authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f8badf5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request mathoudebine#411 from mathoudebine/dependabot/pip/…

    …babel-approx-eq-2.14.0
    mathoudebine authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    377d557 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73a7dd3 View commit details
    Browse the repository at this point in the history
  8. Workaround for models failing to display their previous content after…

    … being turned off/on
    
    Such models include: UsbPcMonitor 5inch
    mathoudebine committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    408711c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e695c8f View commit details
    Browse the repository at this point in the history
  10. Merge pull request mathoudebine#427 from mathoudebine/fix/419-static-…

    …dataimage-update-on-pc-wake-up
    mathoudebine authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    d038a91 View commit details
    Browse the repository at this point in the history
  11. Merge pull request mathoudebine#428 from mathoudebine/fix/401-theme-e…

    …ditor-crashes-when-using-vim
    mathoudebine authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    44ae7ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    58b9a49 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. ⬆️ Update pillow requirement from ~=10.1.0 to ~=10.2.0

    Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.1.0...10.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    03c5c8a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    7de2f26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c848c36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mathoudebine#444 from mathoudebine/fix/442-custom-…

    …stats-do-not-update-visuals-if-string-or-numeric-value-is-falsy-but-not-none
    mathoudebine authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    94fc434 View commit details
    Browse the repository at this point in the history
  4. Merge pull request mathoudebine#443 from mathoudebine/fix/update-erro…

    …r-message-when-missing-imagetk
    mathoudebine authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    30a2ec4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request mathoudebine#434 from mathoudebine/dependabot/pip/…

    …pillow-approx-eq-10.2.0
    mathoudebine authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8ab0c91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39efd1a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. ⬆️ Bump actions/dependency-review-action from 3 to 4

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a739d7a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. ⬆️ Update psutil requirement from ~=5.9.7 to ~=5.9.8

    Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
    - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
    - [Commits](giampaolo/psutil@release-5.9.7...release-5.9.8)
    
    ---
    updated-dependencies:
    - dependency-name: psutil
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1afa9d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Merge pull request mathoudebine#457 from mathoudebine/dependabot/pip/…

    …psutil-approx-eq-5.9.8
    mathoudebine authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    56a8ed9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mathoudebine#454 from mathoudebine/dependabot/gith…

    …ub_actions/actions/dependency-review-action-4
    mathoudebine authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    acb73a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4468e79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2c1a91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a10587 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    517e1ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd9e388 View commit details
    Browse the repository at this point in the history
  8. Code formatting

    mathoudebine committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    167120a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbba618 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    deedaae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1eecf8 View commit details
    Browse the repository at this point in the history
  12. Rename background

    mathoudebine committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    bd49a98 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f7c74f2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1474d3b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e78b7c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2aab031 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ba2cd44 View commit details
    Browse the repository at this point in the history
  18. Fix typo cpu -> gpu

    mathoudebine committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0e373fe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    753c303 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ed2cfe5 View commit details
    Browse the repository at this point in the history
  21. Fix UPDATE_BITMAP when image_size > 65535

    Fix the UPDATE_BITMAP command when drawing a big image (image size > 65535)
    
    This bug happened when trying to draw a long text with a big font size.
    gwendal-h authored and mathoudebine committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ebc32cd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c3257df View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8947951 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. ⬆️ Update sv-ttk requirement from ~=2.5.5 to ~=2.6.0

    ---
    updated-dependencies:
    - dependency-name: sv-ttk
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0fc26db View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge pull request mathoudebine#462 from mathoudebine/fix/450-used-ra…

    …m-meaningless-on-linux-+-give-wrong-total
    mathoudebine authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    08b769b View commit details
    Browse the repository at this point in the history
  2. Merge pull request mathoudebine#463 from mathoudebine/fix/449-proper-…

    …units-for-ram-and-disks
    mathoudebine authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0336636 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a7078a View commit details
    Browse the repository at this point in the history
  4. Merge pull request mathoudebine#464 from mathoudebine/dependabot/pip/…

    …sv-ttk-approx-eq-2.6.0
    mathoudebine authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c44c646 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1950410 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4b2952 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a2a661 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. ⬆️ Update ruamel-yaml requirement from ~=0.18.5 to ~=0.18.6

    Updates the requirements on [ruamel-yaml]() to permit the latest version.
    
    ---
    updated-dependencies:
    - dependency-name: ruamel-yaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c9f616a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    25fb32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abb5e1d View commit details
    Browse the repository at this point in the history
  3. Merge pull request mathoudebine#466 from mathoudebine/dependabot/pip/…

    …ruamel-yaml-approx-eq-0.18.6
    mathoudebine authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d6db255 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff2a4b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea66169 View commit details
    Browse the repository at this point in the history
  6. Merge pull request mathoudebine#461 from mathoudebine/hicwic/feature/…

    …plot-graph
    
    Add line graphs!
    mathoudebine authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9c60f3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f45b53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2e97af View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    133dbcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63deacd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    646c2dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request mathoudebine#479 from mathoudebine/fix/476-the-par…

    …ametersload-temp-memory-of-the-intel-uhd-770-gpu-are-not-displayed
    mathoudebine authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    51488d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Update numpy to 1.26.4

    mathoudebine committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c6101cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b03ab29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bdbcd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9e7253 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    181c954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eebd7d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    bb9d92a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d363667 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5ddc4c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    50f86e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a25630 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6b5172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28f1172 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c18fe93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fb0c92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    237798e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    335a4d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb54152 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    b6d32e0 View commit details
    Browse the repository at this point in the history
  2. fix: Correct memory total display in default theme

    Updated the default theme configuration to correctly display memory total information and marked the deprecated memory field as not to be used.
    majormer committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0e32264 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Add text box width and height

    Xzonn committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2387c6f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. SystemUptime testing branch

    NurNano committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c0e3736 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. ⬆️ Update pillow requirement from ~=10.2.0 to ~=10.3.0

    Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.2.0...10.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b776e2f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge pull request mathoudebine#496 from mathoudebine/dependabot/pip/…

    …pillow-approx-eq-10.3.0
    mathoudebine authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6fbd3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20ef2d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7268d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f5abca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bacd047 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Merge pull request mathoudebine#507 from mathoudebine/fix/add-lhm-rob…

    …ustness-for-none-values
    mathoudebine authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    925ac9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa9457 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mathoudebine#506 from mathoudebine/fix/453-attribu…

    …teerror-nonetype-object-has-no-attribute-get
    mathoudebine authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9bc8e6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2355937 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    17aa603 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Add line width option for Line graphs

    Максим Перминов committed May 5, 2024
    Configuration menu
    Copy the full SHA
    ea5064f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. ⬆️ Update babel requirement from ~=2.14.0 to ~=2.15.0

    Updates the requirements on [babel](https://github.com/python-babel/babel) to permit the latest version.
    - [Release notes](https://github.com/python-babel/babel/releases)
    - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
    - [Commits](python-babel/babel@v2.14.0...v2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: babel
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    5e86190 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Merge pull request mathoudebine#511 from mathoudebine/dependabot/pip/…

    …babel-approx-eq-2.15.0
    mathoudebine authored May 12, 2024
    Configuration menu
    Copy the full SHA
    8921aa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d7d8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99b1894 View commit details
    Browse the repository at this point in the history
  4. Improve label display

    mathoudebine committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0cfaff7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    0759c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b889ad2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mathoudebine#520 from mathoudebine/fix/514-journal…

    …ctl-reports-no-module-named-gputil
    mathoudebine authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    05cb882 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f36abbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a3a217 View commit details
    Browse the repository at this point in the history
  6. ⬆️ Update tkinter-tooltip requirement from ~=3.0.0 to ~=3.1.0

    Updates the requirements on [tkinter-tooltip](https://github.com/gnikit/tkinter-tooltip) to permit the latest version.
    - [Release notes](https://github.com/gnikit/tkinter-tooltip/releases)
    - [Commits](gnikit/tkinter-tooltip@3.0.0...3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: tkinter-tooltip
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ac2a579 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc62de7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    9ab07b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3052a25 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mathoudebine#523 from mathoudebine/dependabot/pip/…

    …tkinter-tooltip-approx-eq-3.1.0
    mathoudebine authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8f74513 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    ea7f79e View commit details
    Browse the repository at this point in the history
  2. Merge pull request mathoudebine#528 from mathoudebine/fix/497-cpu-gpu…

    …-temperature-graphing-assumes-radial
    mathoudebine authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    67661cb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. ⬆️ Update pillow requirement from ~=10.3.0 to ~=10.4.0

    Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.3.0...10.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0f2ef65 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Correct TaskManager5inch net up/down display

    The two values appear transposed
    rWolstenholme authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a574561 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    5e48f89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mathoudebine#529 from mathoudebine/dependabot/pip/…

    …pillow-approx-eq-10.4.0
    mathoudebine authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    99aa344 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ccb06f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93215fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdc9c0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c7dbd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99eac93 View commit details
    Browse the repository at this point in the history
  8. Merge pull request mathoudebine#540 from mathoudebine/fix/disable-unu…

    …sed-hardware-monitoring
    mathoudebine authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    74fa90f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbdf154 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d493f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7388dae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3cf76cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c65f270 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8af2e13 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8cf7150 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    980577f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    4aa8935 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    b676a0d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    5d02c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf13e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. ⬆️ Update pyyaml requirement from ~=6.0.1 to ~=6.0.2

    Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version.
    - [Release notes](https://github.com/yaml/pyyaml/releases)
    - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.2/CHANGES)
    - [Commits](yaml/pyyaml@6.0.1...6.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: pyyaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e8ef8ed View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. ⬆️ Update babel requirement from ~=2.15.0 to ~=2.16.0

    Updates the requirements on [babel](https://github.com/python-babel/babel) to permit the latest version.
    - [Release notes](https://github.com/python-babel/babel/releases)
    - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
    - [Commits](python-babel/babel@v2.15.0...v2.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: babel
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7556eee View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    cb247af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a3144a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8434c0a View commit details
    Browse the repository at this point in the history
  4. Merge pull request mathoudebine#571 from mathoudebine/fix/537-cannot-…

    …select-gpu-to-use-when-theres-an-apuigpu-available
    mathoudebine authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4ca1f5f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    1156827 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    f23ba6f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    0670c76 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    e8b781b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    04c51de View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix: remove test code

    nreinartz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    57e660d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    a30ff43 View commit details
    Browse the repository at this point in the history