Skip to content

Commit ec9c0ff

Browse files
committed
Release v7.0.0
1 parent 1298228 commit ec9c0ff

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

jarvis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from multiprocessing import current_process
44
from typing import Callable
55

6-
version = "6.0.0"
6+
version = "7.0.0"
77

88

99
def __preflight_check__() -> Callable:

release_notes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Release Notes
22
=============
33

4+
v7.0.0 (06/15/2025)
5+
-------------------
6+
- feature: Allow speech-synthesis containers to be hosted externally and remove internal trigger
7+
- fix: ``AVCaptureDeviceTypeExternal`` warning from ``opencv`` due to ``Continuity Camera`` in iOS
8+
- feature: Includes an option to load env vars from ``VaultAPI``
9+
- refactor: Restructure ollama model name and model file usage
10+
- build (deps): Upgraded installer to improve speed and user experience with ``uv``
11+
- build (deps): Upgraded dependencies
12+
- refactor: Replace all API decorators with routing objects
13+
14+
v6.0.1 (06/15/2025)
15+
-------------------
16+
- Bug fix on openweathermap API, and occasional launch errors
17+
- **Full Changelog**: https://github.com/thevickypedia/Jarvis/compare/v6.0.0...v6.0.1
18+
419
v6.0.0 (10/04/2024)
520
-------------------
621
- Includes support for ARM based macOS machines

0 commit comments

Comments
 (0)