ftl-mv-translation / mvinstaller

Installer for (localized) FTL: Multiverse
MIT License
7 stars 3 forks source link

Bump flet from 0.5.2 to 0.9.0 #77

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps flet from 0.5.2 to 0.9.0.

Release notes

Sourced from flet's releases.

v0.9.0

Changelog

  • 8ce8229 Bump version to 0.9.0
  • 10d37df Update logo-inkscape.svg
  • eb209ed Android support (#1666)

v0.8.4

Changelog

  • 764b252 Bump Flet version to 0.8.4

v0.8.3

Changelog

  • 1d98971 Bump Flet version to 0.8.3
  • 02f00d5 Fix client deps for file_picker 5.2.5
  • d2201fc Revert FilePicker to 5.2.5

v0.8.2

Changelog

  • 176d5ef Fixed: Flet CLI crashes if git is not installed
  • 3010bfb Merge branch 'main' of https://github.com/flet-dev/flet
  • 47ef6c9 Added to changelog: Fix loading assets in sub-dirs
  • 059c612 Fix loading assets in sub-dirs
  • feeb353 Added Support for aes-256 gcm encryption (#1585)
  • c0239b8 Fix flet pack command on macOS

v0.8.1

Changelog

  • 7a3cca9 Bump Flet version to 0.8.1
  • c6020fe Fix PubSubHub import in connection.py
  • 95c9c85 Fix auth and PubSub imports in page.py
  • 08995eb Fix flet pack command

v0.8.0

Changelog

  • fa2eceb v0.8.0 release notes (#1550)
  • e5fa92a Pin pydantic to 1.x
  • c92acd2 Create plus-icon.svg
  • 957ac0f Disable debugShowCheckedModeBanner
  • 3820066 Assets per page (#1541)
  • a9286a9 0.8.0 cleanup - p3 (#1528)
  • 6f5e364 Wrap loading page into scaffold if no views
  • 7b3e5a9 flet run assumes assets by default
  • 97d6b16 Do not remove dialog controls from stage upon closing
  • f418447 Server zero session cleanup (#1518)
  • 2fef6f7 View.fullscreen_dialog added
  • cd6b54a Added all SnackBar properties
  • 5cdefc6 NoAnimationPageRoute renamed
  • cce5b6b No animation if switching between pages with the same route
  • 34f442d v0.8.0 cleanup - part 2 (#1506)
  • bba58c3 v0.8.0 cleanup - part 1 (#1500)

... (truncated)

Changelog

Sourced from flet's changelog.

0.9.0

  • Added --android option to flet run command.
  • Added page.debug property (#1649)
  • Added page.platform_brightness property and page.platform_brightness_change event (#1630)
  • Store session ID in html.window.name (#1629)
  • Do not assign random port on Windows with --ios flag (#1620)

0.8.4

  • Bumping version as PyPi was out of space.

0.8.3

  • Fixed: FilePicker crash the flet.app() after open directory dialog and choose one directory (#1572)

0.8.2

  • Fix flet pack command on macOS (#1580)
  • Fixed: Assets dir and manifest does not work (#1573)
  • Fixed: Flet CLI crashes if git is not installed (#1581)

0.8.1

  • Fix auth and PubSub imports in page.py and connection.py.
  • Fix broken flet pack command.

0.8.0

  • šŸ“±šŸŽ‰ iOS support - build standalone iOS apps in Python:
  • Part of flet package logic moved to a new flet-runtime package. flet package depends on flet-runtime. The new flet-embed package introduced depending on flet-runtime - to run Python apps embedded into Flutter apps.
  • Less annoying re-connecting logic and loading page for mobile Flet apps.
  • Enum parameters for ft.app()s view: ft.AppView and web_renderer: ft.WebRenderer parameters (string values are still supported for backward compatibility), for example:
ft.app(main, view=ft.AppView.WEB_BROWSER, web_renderer=ft.WebRenderer.HTML)
  • Flet packages version is centralized in flet_core.version.
  • šŸ’„ Breaking change: OAuth providers must be imported from flet.auth.providers module, for example:
from flet.auth.providers import GitHubOAuthProvider

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like flet is up-to-date now, so this is no longer needed.