maestral-cocoa
maestral-cocoa copied to clipboard
Bump toga from 0.4.2 to 0.4.4
Bumps toga from 0.4.2 to 0.4.4.
Release notes
Sourced from toga's releases.
0.4.4
Bugfixes
- The mechanism for loading application icons on macOS was corrected to account for how Xcode populates
Info.plist
metadata. (#2558)Misc
0.4.3
Features
- A MapView widget was added. (#727)
- Toga apps can now access details about the screens attached to the computer. Window position APIs have been extended to allow for placement on a specific screen, and positioning relative to a specific screen. (#1930)
- Key definitions were added for number pad keys on GTK. (#2232)
- Toga can now be extended, via plugins, to create Toga Images from external image classes (and vice-versa). (#2387)
- Non-implemented features now raise a formal warning, rather than logging to the console. (#2398)
- Support for Python 3.13 was added. (#2404)
- Toga's release processes now include automated testing on ARM64. (#2404)
- An action for a Toga command can now be easily modified after initial construction. (#2433)
- A geolocation service was added for Android, iOS and macOS. (#2462)
- When a Toga app is packaged as a binary, and no icon is explicitly configured, Toga will now use the binary's icon as the app icon. This means it is no longer necessary to include the app icon as data in a
resources
folder if you are packaging your app for distribution. (#2527)Bugfixes
- Compatibility with macOS 14 (Sonoma) was added. (#2188, #2383)
- Key handling for Insert, Delete, NumLock, ScrollLock, and some other esoteric keys was added for GTK and Winforms. Some uses of bare Shift on GTK were also improved. (#2220)
- A crash observed on iOS devices when taking photographs has been resolved. (#2381)
- Key shortcuts for punctuation and special keys (like Page Up and Escape) were added for GTK and Winforms. (#2414)
- The placement of menu items relative to sub-menus was corrected on GTK. (#2418)
- Tree data nodes can now be modified prior to tree expansion. (#2439)
- Some memory leaks associated with macOS Icon and Image storage were resolved. (#2472)
- The stack trace dialog no longer raises an
asyncio.TimeoutError
when displayed. (#2474)- The integration of the
asyncio
event loop was simplified on Android. As a result,asyncio.loop.run_in_executor()
now works as expected. (#2479)- Some memory leaks associated with the macOS Table, Tree and DetailedList widgets were resolved. (#2482)
- Widget IDs can now be reused after the associated widget's window is closed. (#2514)
- :class:
~toga.WebView
is now compatible with Linux GTK environments only providing WebKit2 version 4.1 without version 4.0. (#2527)Backward Incompatible Changes
- The macOS implementations of
Window.as_image()
andCanvas.as_image()
APIs now return images in native device resolution, not CSS pixel resolution. This will result in images that are double the previous size on Retina displays. (#1930)Documentation
... (truncated)
Commits
b86b462
Add release notes for v0.4.4.8572a28
Merge pull request #2560 from mfatihy70/patch-13264094
Merge pull request #2557 from StyXman/mapview-maxZoom-fix359589a
Merge pull request #2555 from freakboy3742/resilient-release93d3097
Add changenote.bbf0bfb
Merge pull request #2559 from freakboy3742/icon-fallback-fix43c7ef8
Turn off continue-on-error.f6566dd
Document the error handling fallback.c81480d
Fixed 2 minor typos14c21ed
Follow towncrier format.- Additional commits viewable in compare view
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 <dependency name> 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)