-
Notifications
You must be signed in to change notification settings - Fork 4
docs(release-notes): add Kobiton 4.26.4S standalone release notes #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tungmhoang
wants to merge
4
commits into
main
Choose a base branch
from
docs/release-notes-4_26_4S
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
b2bee1b
docs(release-notes): add Kobiton 4.26.4S standalone release notes
tungmhoang e854cda
correct information about device-only view and canvas swipe or touch
tungmhoang 8bcfa08
add applicable component versions to 4.26.4S release notes
tungmhoang 10ea5d3
address feedbacks
tungmhoang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
90 changes: 90 additions & 0 deletions
90
docs/modules/release-notes/pages/all-releases/4_26_4S.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,90 @@ | ||
| = Kobiton 4.26.4S Release Notes | ||
| :navtitle: Kobiton 4.26.4S release notes | ||
|
|
||
| _Monday, June 15_ | ||
|
|
||
| == New features and major changes | ||
|
|
||
| === Device-only view for live sessions | ||
|
|
||
| View just the device screen during a live session, without the surrounding Kobiton interface. Device-only view hides the sidebars, headers, and panels and sizes the viewport to the device screen. It works for phones and tablets, on Android and iOS, in portrait and landscape. | ||
|
|
||
| Device-only view is useful for demos, screen sharing, and observing automation runs. | ||
|
|
||
| *Highlights* | ||
|
|
||
| - Activate device-only view by adding `&view=device-only` to a live session URL. | ||
| - In device-only view, only touches and swipes are sent to the device. Keyboard input is not sent to the device under test. | ||
| - A floating exit button ends the session and releases the device. When an Appium session is running, the button instead closes the live view and keeps the automation running. | ||
| - For AI-assisted workflows, you can retrieve the live view and the device-only view from the agent during a live session. | ||
|
|
||
| *Availability* | ||
|
|
||
| Available for in-progress live sessions. | ||
|
|
||
| === Guide AI-driven sessions from device-only view | ||
|
|
||
| During an AI-driven session in device-only view, tap or swipe on the device screen to steer the device. The agent observes your touch and swipe input between its scripted commands and acknowledges it. | ||
|
|
||
| *Highlights* | ||
|
|
||
| - Tap or swipe on the device screen in device-only view to signal intent to the AI agent. | ||
| - A new `getUserInputEvents` MCP tool lets the agent read these events. | ||
| - Only screen touch and swipe are sent to the device. Keyboard input and other interactions remain disabled in device-only view. | ||
|
|
||
| *Availability* | ||
|
|
||
| Requires device-only view. | ||
|
|
||
| == Python support for Appium Script Generation | ||
|
|
||
| Appium script generation now supports Python with the `pytest` framework. To generate a Python script, convert a completed Manual Session to a test case from Session Explorer. Then open the test case, select Generate Script, and choose Python from the language dropdown. | ||
|
|
||
| NOTE: This feature requires IQS. Contact your Account Manager for more information. | ||
|
|
||
| == Bug fixes and improvements | ||
|
|
||
| === Appium and automation | ||
|
tungmhoang marked this conversation as resolved.
|
||
|
|
||
| - Fixed an issue where recorded text-entry steps were omitted from generated Python (pytest) scripts, causing form submissions to run against empty fields. | ||
|
|
||
| === ADB shell | ||
|
|
||
| - Fixed an issue where the `am start` command was rejected as an unsupported command when launching protected system apps such as Chrome and Settings. | ||
|
|
||
| === App management | ||
|
|
||
| - Fixed an issue where installing an app version whose file had been removed from storage returned an unclear error. Affected versions now return a clear, actionable message. | ||
|
|
||
| === Device management | ||
|
|
||
| - Added the OS build number to the device details modal for Android and iOS devices. OS build numbers can be used to differentiate between beta versions of the same operating system release. | ||
| - Added an OS build number filter to *Device List* search. | ||
|
|
||
| === MCP server | ||
|
|
||
| - Added a `getAppParsingStatus` tool so AI agents can confirm an uploaded app has finished processing before they use it. | ||
| - Fixed the `listSessions` tool ignoring the `limit` and `offset` parameters. Agents can now control how many sessions are returned. | ||
| - Removed misleading app expiry fields (`expiry_date` and `is_expired`) from `listApps` and `getApp` responses. Uploaded apps remain usable and do not expire. | ||
|
|
||
| === API and CLI | ||
|
|
||
| - Improved the error message returned when app signing cannot proceed, replacing a generic server error with a descriptive message. | ||
|
|
||
| === SSO sign-in | ||
|
|
||
| - Added a clear error message on the SSO sign-in page when an organization's SSO name is invalid. | ||
|
|
||
| [NOTE] | ||
| ==== | ||
|
|
||
| Starting with this release, the overall Standalone release number matches the Portal version number. Other platform components may be versioned independently. | ||
|
|
||
| This release corresponds to the following component versions: | ||
|
|
||
| * Portal 4.26.4S | ||
| * deviceConnect 4.26.5 | ||
| * deviceShare 4.26.0 | ||
| * Gigacap 4.26.5 with ADB (android debug bridge) 36.0.2 | ||
|
|
||
| ==== | ||
2 changes: 1 addition & 1 deletion
2
docs/modules/release-notes/pages/standalone-kobiton-four-latest.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| = Kobiton 4+ Standalone latest updates | ||
| :navtitle: Kobiton 4+ Standalone latest updates | ||
|
|
||
| include::all-releases/4_26S.adoc[leveloffset=1] | ||
| include::all-releases/4_26_4S.adoc[leveloffset=1] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.