GyulyVGC / sniffnet

Comfortably monitor your Internet traffic 🕵️‍♂️
https://sniffnet.net
Apache License 2.0
18.59k stars 558 forks source link

Bump iced from 0.12.1 to 0.13.0 #614

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps iced from 0.12.1 to 0.13.0.

Release notes

Sourced from iced's releases.

0.13.0

Added

  • Introductory chapters to the official guide book.
  • Pocket guide in API reference.
  • Program API. #2331
  • Task API. #2463
  • Daemon API and Shell Runtime Unification. #2469
  • rich_text and markdown widgets. #2508
  • stack widget. #2405
  • hover widget. #2408
  • row::Wrapping widget. #2539
  • text macro helper. #2338
  • text::Wrapping support. #2279
  • Functional widget styling. #2312
  • Closure-based widget styling. #2326
  • Class-based Theming. #2350
  • Type-Driven Renderer Fallback. #2351
  • Background styling to rich_text widget. #2516
  • Underline support for rich_text. #2526
  • Strikethrough support for rich_text. #2528
  • Abortable Task. #2496
  • abort_on_drop to task::Handle. #2503
  • Ferra theme. #2329
  • auto-detect-theme feature. #2343
  • Custom key binding support for text_editor. #2522
  • align_x for text_input widget. #2535
  • center widget helper. #2423
  • Rotation support for image and svg widgets. #2334
  • Dynamic opacity support for image and svg. #2424
  • Scroll transactions for scrollable widget. #2401
  • physical_key and modified_key to keyboard::Event. #2576
  • fetch_position command in window module. #2280
  • filter_method property for image::Viewer widget. #2324
  • Support for pre-multiplied alpha wgpu composite mode. #2341
  • text_size and line_height properties for text_editor widget. #2358
  • is_focused method for text_editor::State. #2386
  • canvas::Cache Grouping. #2415
  • ICED_PRESENT_MODE env var to pick a wgpu::PresentMode. #2428
  • SpecificWith variant to window::Position. #2435
  • scale_factor field to window::Screenshot. #2449
  • Styling support for overlay::Menu of pick_list widget. #2457
  • window::Id in Event subscriptions. #2456
  • FromIterator implementation for row and column. #2460
  • content_fit for image::viewer widget. #2330
  • Display implementation for Radians. #2446
  • Helper methods for window::Settings in Application. #2470
  • Copy implementation for canvas::Fill and canvas::Stroke. #2475
  • Clarification of Border alignment for Quad. #2485
  • "Select All" functionality on Ctrl+A to text_editor. #2321
  • stream::try_channel helper. #2497

... (truncated)

Changelog

Sourced from iced's changelog.

[0.13.0] - 2024-09-18

Added

  • Introductory chapters to the official guide book.
  • Pocket guide in API reference.
  • Program API. #2331
  • Task API. #2463
  • Daemon API and Shell Runtime Unification. #2469
  • rich_text and markdown widgets. #2508
  • stack widget. #2405
  • hover widget. #2408
  • row::Wrapping widget. #2539
  • text macro helper. #2338
  • text::Wrapping support. #2279
  • Functional widget styling. #2312
  • Closure-based widget styling. #2326
  • Class-based Theming. #2350
  • Type-Driven Renderer Fallback. #2351
  • Background styling to rich_text widget. #2516
  • Underline support for rich_text. #2526
  • Strikethrough support for rich_text. #2528
  • Abortable Task. #2496
  • abort_on_drop to task::Handle. #2503
  • Ferra theme. #2329
  • auto-detect-theme feature. #2343
  • Custom key binding support for text_editor. #2522
  • align_x for text_input widget. #2535
  • center widget helper. #2423
  • Rotation support for image and svg widgets. #2334
  • Dynamic opacity support for image and svg. #2424
  • Scroll transactions for scrollable widget. #2401
  • physical_key and modified_key to keyboard::Event. #2576
  • fetch_position command in window module. #2280
  • filter_method property for image::Viewer widget. #2324
  • Support for pre-multiplied alpha wgpu composite mode. #2341
  • text_size and line_height properties for text_editor widget. #2358
  • is_focused method for text_editor::State. #2386
  • canvas::Cache Grouping. #2415
  • ICED_PRESENT_MODE env var to pick a wgpu::PresentMode. #2428
  • SpecificWith variant to window::Position. #2435
  • scale_factor field to window::Screenshot. #2449
  • Styling support for overlay::Menu of pick_list widget. #2457
  • window::Id in Event subscriptions. #2456
  • FromIterator implementation for row and column. #2460
  • content_fit for image::viewer widget. #2330
  • Display implementation for Radians. #2446
  • Helper methods for window::Settings in Application. #2470
  • Copy implementation for canvas::Fill and canvas::Stroke. #2475
  • Clarification of Border alignment for Quad. #2485
  • "Select All" functionality on Ctrl+A to text_editor. #2321
  • stream::try_channel helper. #2497

... (truncated)

Commits
  • 9458967 Use temporary glyphon fork until wgpu fixes debug performance
  • f67e6ec Use crates.io release for winit
  • f897442 Remove outdated window::Id::MAIN reference in docs
  • 40ea3da Bump version to 0.13.0 :tada:
  • 5a51d19 Use permalink for pocket guide link in CHANGELOG
  • 7f5b626 Fix unnecessary to_string call in changelog tool
  • 4626e86 Update CHANGELOG :tada:
  • 0f2cd11 Enable image feature in custom_shader example
  • ce58349 Fix deserialization of PullRequest with empty body in changelog tool
  • e36e042 Fix Changed entries considered as Added in changelog tool
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 2 months ago

Superseded by #617.