Skip to content

Commit cf2a296

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

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

docs/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
88

99
<title>Kick off &#8212; Jarvis documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
88

99
<title>Jarvis - Voice-Activated Natural Language UI &#8212; Jarvis documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />

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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
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+
- **Full Changelog**: https://github.com/thevickypedia/Jarvis/compare/v6.0.1...v7.0.0
14+
15+
v6.0.1 (06/15/2025)
16+
-------------------
17+
- Bug fix on openweathermap API, and occasional launch errors
18+
- **Full Changelog**: https://github.com/thevickypedia/Jarvis/compare/v6.0.0...v6.0.1
19+
420
v6.0.0 (10/04/2024)
521
-------------------
622
- Includes support for ARM based macOS machines

0 commit comments

Comments
 (0)