Swoopyui

Latest version: v2.7

Safety actively analyzes 627711 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.7

This release contains new updates and changes.
- Adopt the Server-Sent Event communication instead of Loop-Polling connection.

2.6

Fix issue with `AppView` being requested forcefully.

2.5

This release contains bug fixes and improvements to the swift client and python host.

These are the new features:
- Support new app view mode. (App, App is agent and MenuBarExtra)

Code example:
python
import swoopyui

def main (view:swoopyui.View):
view.add(swoopyui.Text("Hello!"))

swoopyui.app(target=main, view=swoopyui.AppMode.App) This is it, `swoopyui.AppMode`.


Its not a required arguments, its set as 'swoopyui.AppMode.App' by default.

2.2

This update contains many bug fixes and news:
- Supporting ZStack view.
- Supporting Text's bolding option.
- Supporting GeometryReader view.
- Support VideoPlayer player.

Bug Fixes:
- Fix an issue on mac where the swoopyui app is not closing after the user close the window.

2.1

This version had a major updates, it had a reBuild and a big restructuring process. It did finally support iOS and iPadOS, also it did have a big bug fixes around the whole app.

1.8.5

- Bring back the old NavigationLink

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.