From b86b46231be1ef43ddc27a204575e65250089545 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 8 May 2024 08:56:27 +0800 Subject: [PATCH] Add release notes for v0.4.4. --- changes/2557.misc.rst | 1 - changes/2558.bugfix.rst | 1 - changes/2560.misc.rst | 1 - docs/background/project/releases.rst | 23 +++++++++++++---------- docs/spelling_wordlist | 1 + 5 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 changes/2557.misc.rst delete mode 100644 changes/2558.bugfix.rst delete mode 100644 changes/2560.misc.rst diff --git a/changes/2557.misc.rst b/changes/2557.misc.rst deleted file mode 100644 index 95e96eaa7c..0000000000 --- a/changes/2557.misc.rst +++ /dev/null @@ -1 +0,0 @@ -GTK and Windows MapViews have maxZoom of 20, as per the docs. diff --git a/changes/2558.bugfix.rst b/changes/2558.bugfix.rst deleted file mode 100644 index 916bea34d3..0000000000 --- a/changes/2558.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -If an application icon cannot be found, Toga will now fall back to a default icon. diff --git a/changes/2560.misc.rst b/changes/2560.misc.rst deleted file mode 100644 index 299403d662..0000000000 --- a/changes/2560.misc.rst +++ /dev/null @@ -1 +0,0 @@ -A typo in a Table code example was corrected. diff --git a/docs/background/project/releases.rst b/docs/background/project/releases.rst index ba5a45b2dd..8202ed8931 100644 --- a/docs/background/project/releases.rst +++ b/docs/background/project/releases.rst @@ -6,6 +6,19 @@ Release History .. towncrier release notes start +0.4.4 (2024-05-08) +================== + +Bugfixes +-------- + +* The mechanism for loading application icons on macOS was corrected to account for how Xcode populates ``Info.plist`` metadata. (`#2558 `__) + +Misc +---- + +* `#2555 `__, `#2557 `__, `#2560 `__ + 0.4.3 (2024-05-06) ================== @@ -23,7 +36,6 @@ Features * 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 -------- @@ -40,13 +52,11 @@ Bugfixes * 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()`` and ``Canvas.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 ------------- @@ -58,13 +68,11 @@ Documentation * An explicit system requirements section was added to the documentation for widgets that require the installation of additional system components. (`#2544 `__) * The system requirements were updated to be more explicit and now include details for OpenSUSE Tumbleweed. (`#2549 `__) - Misc ---- * `#2153 `__, `#2372 `__, `#2389 `__, `#2390 `__, `#2391 `__, `#2392 `__, `#2393 `__, `#2394 `__, `#2396 `__, `#2397 `__, `#2400 `__, `#2403 `__, `#2405 `__, `#2406 `__, `#2407 `__, `#2408 `__, `#2409 `__, `#2422 `__, `#2423 `__, `#2427 `__, `#2440 `__, `#2442 `__, `#2445 `__, `#2448 `__, `#2449 `__, `#2450 `__, `#2457 `__, `#2458 `__, `#2459 `__, `#2460 `__, `#2464 `__, `#2465 `__, `#2466 `__, `#2467 `__, `#2470 `__, `#2471 `__, `#2476 `__, `#2487 `__, `#2488 `__, `#2498 `__, `#2501 `__, `#2502 `__, `#2503 `__, `#2504 `__, `#2509 `__, `#2518 `__, `#2519 `__, `#2520 `__, `#2521 `__, `#2522 `__, `#2523 `__, `#2532 `__, `#2533 `__, `#2534 `__, `#2535 `__, `#2536 `__, `#2537 `__, `#2538 `__, `#2539 `__, `#2540 `__, `#2541 `__, `#2542 `__, `#2546 `__, `#2552 `__ - 0.4.2 (2024-02-06) ================== @@ -106,7 +114,6 @@ Misc * `#2298 `__, `#2299 `__, `#2302 `__, `#2312 `__, `#2313 `__, `#2318 `__, `#2331 `__, `#2332 `__, `#2333 `__, `#2336 `__, `#2337 `__, `#2339 `__, `#2340 `__, `#2357 `__, `#2358 `__, `#2359 `__, `#2363 `__, `#2367 `__, `#2368 `__, `#2369 `__, `#2370 `__, `#2371 `__, `#2375 `__, `#2376 `__ - 0.4.1 (2023-12-21) ================== @@ -319,7 +326,6 @@ Features * The Web backend now uses Shoelace to provide web components. (`#1838 `__) * Winforms apps can now go full screen. (`#1863 `__) - Bugfixes -------- @@ -332,7 +338,6 @@ Bugfixes * The text alignment of MultilineTextInput on Android has been fixed to be TOP aligned. (`#1808 `__) * GTK widgets that involve animation (such as Switch or ProgressBar) are now redrawn correctly. (`#1826 `__) - Improved Documentation ---------------------- @@ -340,13 +345,11 @@ Improved Documentation * Some missing settings and constant values were added to the documentation of Pack. (`#1786 `__) * Added documentation for ``toga.App.widgets``. (`#1852 `__) - Misc ---- * `#1750 `__, `#1764 `__, `#1765 `__, `#1766 `__, `#1770 `__, `#1771 `__, `#1777 `__, `#1797 `__, `#1802 `__, `#1813 `__, `#1818 `__, `#1822 `__, `#1829 `__, `#1830 `__, `#1835 `__, `#1839 `__, `#1854 `__, `#1861 `__ - 0.3.0 (2023-01-30) ================== diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 206a9dc8cd..743105bec5 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -99,4 +99,5 @@ Wayland WebKit whitespace Winforms +Xcode zoomable