Skip to content

Releases: SKbarbon/swoopyui

swoopyui v2.7

19 Oct 16:50
Compare
Choose a tag to compare

This release contains new updates and changes.

  • Adopt the Server-Sent Event communication instead of Loop-Polling connection.

swoopyui v2.6

16 Oct 17:03
Compare
Choose a tag to compare

Fix issue with AppView being requested forcefully.

swoopyui v2.5

07 Oct 14:35
Compare
Choose a tag to compare

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:

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.

swoopyui v2.2

15 Sep 14:56
Compare
Choose a tag to compare

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.

swoopyui v2.1

11 Sep 14:08
Compare
Choose a tag to compare

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.

swoopyui v1.8.5

09 Aug 13:42
Compare
Choose a tag to compare
  • Bring back the old NavigationLink

swoopyui v1.8.3

09 Aug 12:48
Compare
Choose a tag to compare
  • Support NavigationSplitView
  • Support New SwiftUI NavigationLink
  • Support Icons

swoopyui v1.8.1

09 Aug 10:11
Compare
Choose a tag to compare
  • Support iOS, iPadOS, Mac (Designed for iPad) and Apple Vision (Designed for iPad).
  • Fix swoopyui_app issue.

swoopyui v1.6

24 Jun 19:21
Compare
Choose a tag to compare

This release contain some new changes and updates

  • Support custom view for swiftUI called WebView.
  • Remove the default animation on the mainview, and add a custom view called AnimatedView.
  • Change the error message of the swiftUI when not found the view requested by the API.

swoopyui v1.5

25 May 15:46
Compare
Choose a tag to compare

New updates and changes.

  • Fix the problem where pyinstaller not working with swoopyui, fixed it be making it install the zipped app per open (Will find another solution).
  • Support swiftUI Spacer.
  • Support swiftUI List.
  • Support New swiftUI shapes: Circle.

to install it run this command:

pip install swoopyui==1.5