Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.0.0 (2023-09-20)
## New Features
- squishserver module - allows managing squishservers and (un)registering AUTs directly from your tests (#18)
- object_tree module - introduces a seamless object tree navigation and search capabilities (#28)
- Comprehensive documentation [(https://squape.cyberalpaca.com)](https://squape.cyberalpaca.com) for the Squape module is now available to help you make the most of its features

## Improvements
- squishtest support - Squape can be used togather with squishtest module now (#33)

# 0.2.2 (2023-05-21)
## Bugfixes
- Fixed activating log level support for some Squish test functions (#27)
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ namespaces = false

[project]
name = "squape"
version = "0.2.2"
version = "1.0.0"
authors = [
{ name="Cyber Alpaca", email="contact@cyberalpaca.com" },
]
requires-python = ">=3.8"
readme = "README.md"
description = "Python utilities for the Squish GUI Tester"

classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand All @@ -28,4 +29,5 @@ classifiers = [

[project.urls]
"Homepage" = "https://github.com/CyberAlpaca/squish-api-python-extension"
"Cyber Alpaca" = "https://cyberalpaca.com"
"Documentation" = "https://squape.cyberalpaca.com"
"Cyber Alpaca" = "https://cyberalpaca.com"