-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,27 @@ | ||
566 screenshot | ||
################# | ||
|
||
API Changes | ||
----------- | ||
- Added ``TyphosSuite.save_screenshot`` which takes a screenshot of the entire | ||
suite as-displayed. | ||
- Added ``TyphosSuite.save_device_screenshots`` which takes individual | ||
screenshots of each device display in the suite and saves them to the | ||
provided formatted filename. | ||
|
||
Features | ||
-------- | ||
- Add ``typhos --screenshot filename_pattern`` to take screenshots of typhos | ||
displays prior to exiting early (in combination with ``--exit-after``). | ||
|
||
Bugfixes | ||
-------- | ||
- N/A | ||
|
||
Maintenance | ||
----------- | ||
- N/A | ||
|
||
Contributors | ||
------------ | ||
- klauer |