Skip to content

Releases: thevickypedia/Jarvis

v5.0.0

05 Jun 02:32

Choose a tag to compare

  • Includes a pre-trained generative model using Ollama
  • Bug fix for Roku TV's turn on functionality
  • Supports JSON and YAML files for environment variables

v4.5.1

29 May 11:15

Choose a tag to compare

  • Removes wikipedia feature integration
  • Includes break fix for an invalid return type

v4.5

29 May 02:42

Choose a tag to compare

  • Includes stability improvements for IOT devices
  • Improved installation experience focused to support only python 3.10 and 3.11
  • Includes a new feature to host a proxy server for GET requests
  • Onboard a new tool for notifications - ntfy
  • Allows multiple websites for CORS origins
  • Includes bug fixes and improved linting across the project
  • Enables multiple notification channels for reminders
  • Replaces in house module for car controls with jlrpy
  • Includes frozen pypi packages for all supported devices

v4.4.2

03 Feb 06:06

Choose a tag to compare

Bug fix on flaky response when all the lights fail to connect

v4.4.1

01 Feb 17:21

Choose a tag to compare

v4.4.1 Pre-release
Pre-release
  • Crash fix VPN server config and adapt to new changes
  • Minor improvements in one-time passcode settings

v4.4

01 Dec 03:25

Choose a tag to compare

  • Removes garage feature due to Chamberlain blockade
  • Improved failure response for light controls
  • Fix bug on subprocess trigger interpreted as MainProcess
  • Rework dockerized speech-synthesis and desperate attempt for container logging
  • Fix bug on port mapping between docker and localhost

v4.3

27 Nov 21:35

Choose a tag to compare

  • Includes bug fixes and performance improvements
  • wifi_connector now runs along side background tasks to reduce resource consumption
  • crontab schedule and recognizer_settings have been moved from env vars to YAML file mapping
  • More efficient logging and less unwanted information at info level logging

v4.2

23 Nov 17:28

Choose a tag to compare

  • Includes a new feature to control HoneyWell thermostat
  • Includes a bug fix to handle conflict with broken webhook for TelegramAPI
  • Includes a bug fix for failed weather monitoring in background tasks

v4.0

22 Oct 14:40

Choose a tag to compare

  • Includes a new feature to check confidence score on speech recognition
  • Adds different options for ignore_hours in background tasks
  • Adds an exclude/except feature when controlling all lights
  • Includes more detailed response for failed lights due to unresolved hostnames
  • Includes bug fix on garage controls
  • Improvements in overall stability and accuracy
  • Improved linting and documentation

v3.9

03 Oct 01:24

Choose a tag to compare

Includes a new feature to host telegram API via webhooks
This feature avoid long polling telegram API (pull model) and uses webhooks (push model) instead
Improved accuracy in figuring out the light location
Minor bug fixes when interacting with FileIO
Improved startup time