solstone-linux 0.4.0__tar.gz → 0.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/CHANGELOG.md +5 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/PKG-INFO +1 -1
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/pyproject.toml +1 -1
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/__init__.py +1 -1
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/cli.py +4 -1
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_cli.py +15 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/.gitignore +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/AGENTS.md +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/CLAUDE.md +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/INSTALL.md +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/LICENSE +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/Makefile +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/README.md +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/contrib/icons/hicolor/scalable/status/solstone-error.svg +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/contrib/icons/hicolor/scalable/status/solstone-paused.svg +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/contrib/icons/hicolor/scalable/status/solstone-recording.svg +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/contrib/icons/hicolor/scalable/status/solstone-syncing.svg +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/scripts/extract_changelog.sh +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/scripts/release.sh +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/activity.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/audio_detect.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/audio_mute.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/audio_recorder.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/chat_bridge.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/config.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/dbus_service.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/dbusmenu.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/doctor.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/icons/hicolor/scalable/status/solstone-error.svg +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/icons/hicolor/scalable/status/solstone-paused.svg +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/icons/hicolor/scalable/status/solstone-recording.svg +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/icons/hicolor/scalable/status/solstone-syncing.svg +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/install_guard.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/monitor_positions.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/observer.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/recovery.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/screencast.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/session_env.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/sni.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/solstone-linux.service.in +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/streams.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/sync.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/sync_health.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/tray.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/src/solstone_linux/upload.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/__init__.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/conftest.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_activity.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_chat_bridge.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_config.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_dbus_service.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_dbusmenu.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_doctor.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_extract_changelog.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_install_guard.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_monitor_positions.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_observer.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_observer_emits_stream_silent_event.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_screencast.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_screencast_stop_filters_silent_streams.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_session_env.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_streams.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_sync.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_sync_health.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_sync_health_surfaces.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_tray.py +0 -0
- {solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_upload.py +0 -0
|
@@ -4,6 +4,11 @@ All notable changes to solstone-linux are documented here.
|
|
|
4
4
|
The format is based on Keep a Changelog (https://keepachangelog.com/),
|
|
5
5
|
and this project adheres to Semantic Versioning.
|
|
6
6
|
|
|
7
|
+
## [0.4.1] - 2026-06-17
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- you can now check which version you're running. `solstone-linux --version` prints it, so when you're following along with the release notes or asking for help, you know exactly what you have.
|
|
11
|
+
|
|
7
12
|
## [0.4.0] - 2026-06-17
|
|
8
13
|
|
|
9
14
|
### Added
|
|
@@ -25,7 +25,7 @@ import sys
|
|
|
25
25
|
import time
|
|
26
26
|
from pathlib import Path
|
|
27
27
|
|
|
28
|
-
from . import doctor, streams
|
|
28
|
+
from . import __version__, doctor, streams
|
|
29
29
|
from .config import DEFAULT_SERVER_URL, load_config, save_config
|
|
30
30
|
from .streams import stream_name
|
|
31
31
|
from .sync_health import derive_health, load_facts
|
|
@@ -481,6 +481,9 @@ def main() -> None:
|
|
|
481
481
|
parser.add_argument(
|
|
482
482
|
"-v", "--verbose", action="store_true", help="Enable debug logging"
|
|
483
483
|
)
|
|
484
|
+
parser.add_argument(
|
|
485
|
+
"--version", action="version", version=f"%(prog)s {__version__}"
|
|
486
|
+
)
|
|
484
487
|
subparsers = parser.add_subparsers(dest="command")
|
|
485
488
|
|
|
486
489
|
# run
|
|
@@ -3,10 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
import argparse
|
|
5
5
|
import os
|
|
6
|
+
import sys
|
|
6
7
|
from pathlib import Path
|
|
7
8
|
from unittest.mock import MagicMock
|
|
8
9
|
from unittest.mock import patch
|
|
9
10
|
|
|
11
|
+
import pytest
|
|
12
|
+
|
|
13
|
+
from solstone_linux import __version__
|
|
10
14
|
from solstone_linux import cli as cli_module
|
|
11
15
|
from solstone_linux.cli import (
|
|
12
16
|
_cmd_setup_interactive,
|
|
@@ -45,6 +49,17 @@ def _run_settings(tmp_path: Path, inputs: list[str]) -> Config:
|
|
|
45
49
|
return save_mock.call_args.args[0]
|
|
46
50
|
|
|
47
51
|
|
|
52
|
+
def test_main_version_flag(monkeypatch, capsys):
|
|
53
|
+
monkeypatch.setattr(sys, "argv", ["solstone-linux", "--version"])
|
|
54
|
+
|
|
55
|
+
with pytest.raises(SystemExit) as excinfo:
|
|
56
|
+
cli_module.main()
|
|
57
|
+
|
|
58
|
+
assert excinfo.value.code == 0
|
|
59
|
+
out = capsys.readouterr().out
|
|
60
|
+
assert __version__ in out
|
|
61
|
+
|
|
62
|
+
|
|
48
63
|
_BINARY = "/home/user/.local/pipx/venvs/solstone-linux/bin/solstone-linux"
|
|
49
64
|
_EXPECTED_SVGS = {
|
|
50
65
|
"solstone-error.svg",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_observer_emits_stream_silent_event.py
RENAMED
|
File without changes
|
|
File without changes
|
{solstone_linux-0.4.0 → solstone_linux-0.4.1}/tests/test_screencast_stop_filters_silent_streams.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|