podojo-cli 1.2.0__tar.gz → 1.3.0__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.
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/CHANGELOG.md +5 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/PKG-INFO +1 -1
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/pyproject.toml +1 -1
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/commands/usertests.py +1 -6
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/uv.lock +1 -1
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/.github/workflows/publish.yml +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/.gitignore +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/CLAUDE.md +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/LICENSE +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/README.md +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/__init__.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/client.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/commands/__init__.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/commands/auth.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/commands/interviews.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/commands/projects.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/commands/showreel.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/commands/synth.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/commands/transcripts.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/commands/videos.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/config.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/main.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/synth/__init__.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/synth/driver.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/synth/session.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/version_check.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/video/__init__.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/src/podojo_cli/video/showreel.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/tests/conftest.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/tests/test_auth.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/tests/test_interviews.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/tests/test_projects.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/tests/test_showreel.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/tests/test_transcripts.py +0 -0
- {podojo_cli-1.2.0 → podojo_cli-1.3.0}/tests/test_usertests.py +0 -0
|
@@ -5,6 +5,11 @@ All notable changes to the Podojo CLI will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org).
|
|
7
7
|
|
|
8
|
+
## [1.3.0] - 2026-05-25
|
|
9
|
+
|
|
10
|
+
### Removed
|
|
11
|
+
- Drop `privacy_text` field from usertest config. It was never used in practice, and the participant frontend no longer renders it.
|
|
12
|
+
|
|
8
13
|
## [1.2.0] - 2026-05-25
|
|
9
14
|
|
|
10
15
|
### Removed
|
|
@@ -36,7 +36,7 @@ EXAMPLE_YAML = """\
|
|
|
36
36
|
# Podojo Unmoderated User Test Configuration
|
|
37
37
|
#
|
|
38
38
|
# Required fields: usertest_id, title, logo, prototype_url, steps
|
|
39
|
-
# Optional fields: welcome_text,
|
|
39
|
+
# Optional fields: welcome_text, promo_code, promo_code_info,
|
|
40
40
|
# project_name, live, collect_contact
|
|
41
41
|
|
|
42
42
|
usertest_id: checkout-usability-v1
|
|
@@ -53,11 +53,6 @@ welcome_text: |
|
|
|
53
53
|
|
|
54
54
|
This session takes about 10 minutes.
|
|
55
55
|
|
|
56
|
-
# Optional: privacy notice
|
|
57
|
-
privacy_text: |
|
|
58
|
-
Your responses are anonymous and will only be used to improve
|
|
59
|
-
our product. You can stop at any time.
|
|
60
|
-
|
|
61
56
|
# Optional: reward for participants
|
|
62
57
|
promo_code: THANKS10
|
|
63
58
|
promo_code_info: "Use this code for 10% off your next purchase"
|
|
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
|