All Versions
36
Latest Version
Avg Release Cycle
33 days
Latest Release
657 days ago

Changelog History
Page 2

  • v2.0.3 Changes

    April 30, 2021

    ๐Ÿ›  Fixed

    • Optimisations for TextGrid rendering
    • Data binding with widget.List sometimes crash while scrolling (#2125)
    • ๐Ÿ›  Fix compilation on FreeBSD 13
    • DataLists should notify only once when change.
    • Keyboard will appear on Android in disabled Entry Widget (#2139)
    • ๐Ÿ’พ Save dialog with filename for Android
    • form widget can't draw hinttext of appended item. (#2028)
    • Don't create empty shortcuts (#2148)
    • ๐Ÿ Install directory for windows install command contains ".exe"
    • ๐Ÿ›  Fix compilation for Linux Wayland apps
    • ๐Ÿ›  Fix tab button layout on mobile (#2117)
    • ๐Ÿšš Options popup does not move if a SelectEntry widget moves with popup open
    • Speed improvements to Select and SelectEntry drop down
    • theme/fonts has an apache LICENSE file but it should have SIL OFL (#2193)
    • ๐Ÿ›  Fix build requirements for target macOS platforms (#2154)
    • ScrollEvent.Position and ScrollEvent.AbsolutePosition is 0,0 (#2199)
  • v2.0.2 Changes

    April 01, 2021

    ๐Ÿ”„ Changed

    • Text can now be copied from a disable Entry using keyboard shortcuts

    ๐Ÿ›  Fixed

    • Slider offset position could be incorrect for mobile apps
    • Correct error in example code
    • When graphics init fails then don't try to continue running (#1593)
    • ๐Ÿ‘ Don't show global settings on mobile in fyne_demo as it's not supported (#2062)
    • Empty selection would render small rectangle in Entry
    • Do not show validation state for disabled Entry
    • ๐Ÿ‘ dialog.ShowFileSave did not support mobile (#2076)
    • ๐Ÿ›  Fix issue that storage could not write to files on iOS and Android
    • mobile app could crash in some focus calls
    • Duplicate symbol error when compiling for Android with NDK 23 (#2064)
    • โž• Add internet permission by default for Android apps (#1715)
    • ๐Ÿ‘ Child and Parent support in storage were missing for mobile appps
    • Various crashes with Entry and multiline selections (including #1989)
    • Slider calls OnChanged for each value between steps (#1748)
    • ๐Ÿšš fyne command doesn't remove temporary binary from src (#1910)
    • โšก๏ธ Advanced Color picker on mobile keeps updating values forever after sliding (#2075)
    • exec.Command and widget.Button combination not working (#1857)
    • ๐ŸŽ After clicking a link on macOS, click everywhere in the app will be linked (#2112)
    • Text selection - Shift+Tab bug (#1787)
  • v2.0.1 Changes

    March 04, 2021

    ๐Ÿ”„ Changed

    • An Entry with Wrapping=fyne.TextWrapOff no longer blocks scroll events from a parent

    ๐Ÿ›  Fixed

    • Dialog.Resize() has no effect if called before Dialog.Show() (#1863)
    • SelectTab does not always correctly set the blue underline to the selected tab (#1872)
    • Entry Validation Broken when using Data binding (#1890)
    • ๐Ÿ›  Fix background colour not applying until theme change
    • android runtime error with fyne.dialog (#1896)
    • ๐Ÿ›  Fix scale calculations for Wayland phones (PinePhone)
    • Correct initial state of entry validation
    • ๐Ÿ›  fix entry widget mouse drag selection when scrolled
    • List widget panic when refreshing after changing content length (#1864)
    • ๐Ÿ›  Fix image caching that was too aggressive on resize
    • Pointer and cursor misalignment in widget.Entry (#1937)
    • SIGSEGV Sometimes When Closing a Program by Clicking a Button (#1604)
    • Advanced Color Picker shows Black for custom primary color as RGBA (#1970)
    • Canvas.Focus() before window visible causes application to crash (#1893)
    • Menu over Content (#1973)
    • Error compiling fyne on Apple M1 arm64 (#1739)
    • Cells are not getting draw in correct location after column resize. (#1951)
    • Possible panic when selecting text in a widget.Entry (#1983)
    • Form validation doesn't enable submit button (#1965)
    • Creating a window shows it before calling .Show() and .Hide() does not work (#1835)
    • ๐Ÿ”Š Dialogs are not refreshed correctly on .Show() (#1866)
    • Failed creating setting storage : no such directory (#2023)
    • ๐Ÿ‘ Erroneous custom filter types not supported error on mobile (#2012)
    • High importance button show no hovered state (#1785)
    • List widget does not render all visible content after content data gets shorter (#1948)
    • Calling Select on List before draw can crash (#1960)
    • Dialog not resizing in newly created window (#1692)
    • Dialog not returning to requested size (#1382)
    • Entry without scrollable content prevents scrolling of outside scroller (#1939)
    • fyne_demo crash after selecting custom Theme and table (#2018)
    • Table widget crash when scrolling rapidly (#1887)
    • Cursor animation sometimes distorts the text (#1778)
    • Extended password entry panics when password revealer is clicked (#2036)
    • Data binding limited to 1024 simultaneous operations (#1838)
    • Custom theme does not refresh when variant changes (#2006)
  • v2.0 Changes

    January 22, 2021

    ๐Ÿ”„ Changes that are not backward compatible

    These changes may break some apps, please read the โฌ†๏ธ upgrading doc for more info โšก๏ธ The import path is now fyne.io/fyne/v2 when you are ready to make the update.

    • Coordinate system to float32

      • Size and Position units were changed from int to float32
      • Text.TextSize moved to float32 and fyne.MeasureText now takes a float32 size parameter
      • Removed Size.Union (use Size.Max instead)
      • Added fyne.Delta for difference-based X, Y float32 representation
      • DraggedEvent.DraggedX and DraggedY (int, int) to DraggedEvent.Dragged (Delta)
      • ScrollEvent.DeltaX and DeltaY (int, int) moved to ScrollEvent.Scrolled (Delta)
    • โšก๏ธ Theme API update

      • fyne.Theme moved to fyne.LegacyTheme and can be load to a new theme using theme.FromLegacy
      • A new, more flexible, Theme interface has been created that we encourage developers to use
    • ๐Ÿšš The second parameter of theme.NewThemedResource was removed, it was previously ignored

    • The desktop.Cursor definition was renamed desktop.StandardCursor to make way for custom cursors

    • ๐Ÿ’… Button Style and HideShadow were removed, use Importance

    • โฌ†๏ธ iOS apps preferences will be lost in this upgrade as we move to more advanced storage

    • ๐Ÿ”Š Dialogs no longer show when created, unless using the ShowXxx convenience methods

    • Entry widget now contains scrolling so should no longer be wrapped in a scroll container

    • โœ‚ Removed deprecated types including:

      • dialog.FileIcon (now widget.FileIcon)
      • widget.Radio (now widget.RadioGroup)
      • widget.AccordionContainer (now widget.Accordion)
      • layout.NewFixedGridLayout() (now layout.NewGridWrapLayout())
      • widget.ScrollContainer (now container.Scroll)
      • widget.SplitContainer (now container.Spilt)
      • widget.Group (replaced by widget.Card)
      • widget.Box (now container.NewH/VBox, with Children field moved to Objects)
      • widget.TabContainer and widget.AppTabs (now container.AppTabs)
    • ๐Ÿšš Many deprecated fields have been removed, replacements listed in API docs 1.4

    โž• Added

    • ๐Ÿ”€ Data binding API to connect data sources to widgets and sync data
      • Add preferences data binding and Preferences.AddChangeListener
      • Add bind support to Check, Entry, Label, List, ProgressBar and Slider widgets
    • Animation API for handling smooth element transitions
      • Add animations to buttons, tabs and entry cursor
    • Storage repository API for connecting custom file sources
      • Add storage functions Copy, Delete and Move for URI
      • Add CanRead, CanWrite and CanList to storage APIs
    • ๐Ÿ†• New Theme API for easier customisation of apps
      • Add ability for custom themes to support light/dark preference
      • Support for custom icons in theme definition
      • New theme.FromLegacy helper to use old theme API definitions
    • โž• Add fyne.Vector for managing x/y float32 coordinates
    • โž• Add MouseButtonTertiary for middle mouse button events on desktop
    • โž• Add canvas.ImageScaleFastest for faster, less precise, scaling
    • โž• Add new dialog.Form that will phase out dialog.Entry
    • โž• Add keyboard control for main menu
    • โž• Add Scroll.OnScrolled event for seeing changes in scroll container
    • โž• Add TextStyle and OnSubmitted to Entry widget
    • โž• Add support for HintText and showing validation errors in Form widget
    • โž• Added basic support for tab character in Entry, Label and TextGrid

    ๐Ÿ”„ Changed

    • ๐Ÿ‘€ Coordinate system is now float32 - see breaking changes above
    • ๐Ÿšš ScrollEvent and DragEvent moved to Delta from (int, int)
    • ๐Ÿ”„ Change bundled resources to use more efficient string storage
    • ๐Ÿšš Left and Right mouse buttons on Desktop are being moved to MouseButtonPrimary and MouseButtonSecondary
    • ๐ŸŽ Many optimisations and widget performance enhancements

    • Moving to new container.New() and container.NewWithoutLayout() constructors (replacing fyne.NewContainer and fyne.NewContainerWithoutLayout)

    • Moving storage APIs OpenFileFromURI, SaveFileToURI and ListerForURI to Reader, Writer and List functions

    ๐Ÿ›  Fixed

    • Validating a widget in widget.Form before renderer was created could cause a panic
    • โž• Added file and folder support for mobile simulation support (#1470)
    • Appending options to a disabled widget.RadioGroup shows them as enabled (#1697)
    • Toggling toolbar icons does not refresh (#1809)
    • Black screen when slide up application on iPhone (#1610)
    • Properly align Label in FormItem (#1531)
    • Mobile dropdowns are too low (#1771)
    • Cursor does not go down to next line with wrapping (#1737)
    • Entry: while adding text beyond visible reagion there is no auto-scroll (#912)
  • v1.4.3 Changes

    January 04, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix crash when showing file open dialog on iPadOS
    • ๐Ÿ›  Fix possible missing icon on initial show of disabled button
    • ๐ŸŽ Capturing a canvas on macOS retina display would not capture full resolution
    • ๐Ÿ›  Fix the release build flag for mobile
    • ๐Ÿ›  Fix possible race conditions for canvas capture
    • ๐Ÿ‘Œ Improvements to fyne get command downloader
    • ๐Ÿ›  Fix tree, so it refreshes visible nodes on Refresh()
    • TabContainer Panic when removing selected tab (#1668)
    • Incorrect clipping behaviour with nested scroll containers (#1682)
    • ๐ŸŽ MacOS Notifications are not shown on subsequent app runs (#1699)
    • ๐Ÿ›  Fix the behavior when dragging the divider of split container (#1618)
  • v1.4.2 Changes

    December 09, 2020

    ๐Ÿ›  In this bugfix release we delivered a number of improvements to the fyne command that give more
    ๐Ÿš€ control when building releases and completes the code signing of macOS apps for the App Store as well!

    ๐Ÿ›  A number of other fixes including improvements to Entry validation and Android keyboards are included as well.

    โž• Added

    • ๐Ÿ— [fyne-cli] Add support for passing custom build tags (#1538)

    ๐Ÿ”„ Changed

    • โš™ Run validation on content change instead of on each Refresh in widget.Entry

    ๐Ÿ›  Fixed

    • [fyne-cli] Android: allow to specify an inline password for the keystore
    • ๐Ÿ›  Fixed Card widget MinSize (#1581)
    • ๐Ÿ›  Fix missing release tag to enable BuildRelease in Settings.BuildType()
    • Dialog shadow does not resize after Refresh (#1370)
    • Android Duplicate Number Entry (#1256)
    • ๐Ÿ‘Œ Support older macOS by default - back to 10.11 (#886)
    • ๐Ÿš€ Complete certification of macOS App Store releases (#1443)
    • ๐Ÿ›  Fix compilation errors for early stage Wayland testing
    • ๐Ÿ›  Fix entry.SetValidationError() not working correctly
  • v1.4.1 Changes

    November 20, 2020

    ๐Ÿš€ After a successful v1.4.0 release we wanted to clear up a few bugs and add some items that didn't get there in time :).
    The highlights for many developers will be:

    • ๐Ÿš€ iOS App Store uploads now successful using "fyne release" command
    • ๐ŸŽ macOS menu bar initially doesn't respond to mouse input in Catalina
    • โž• Adding SetColumnWidth for Table

    The full list of changes is as follows:

    ๐Ÿ”„ Changed

    • Table columns can now be different sizes using SetColumnWidth
    • Avoid unnecessary validation check on Refresh in widget.Form

    ๐Ÿ›  Fixed

    • Tree could flicker on mouse hover (#1488)
    • Content of table cells could overflow when sized correctly
    • file:// based URI on Android would fail to list folder (#1495)
    • ๐Ÿš€ Images in iOS release were not all correct size (#1498)
    • iOS compile failed with Go 1.15 (#1497)
    • ๐Ÿ Possible crash when minimising app containing List on Windows
    • File chooser dialog ignores drive Z (#1513)
    • Entry copy/paste is crashing on android 7.1 (#1511)
    • ๐Ÿ Fyne package creating invalid windows packages (#1521)
    • ๐ŸŽ Menu bar initially doesn't respond to mouse input on macOS (#505)
    • iOS: Missing CFBundleIconName and asset catalog (#1504)
    • ๐ŸŽ CenterOnScreen causes crash on MacOS when called from goroutine (#1539)
    • desktop.MouseHover Button state is not reliable (#1533)
    • ๐ŸŽ‰ Initial validation status in widget.Form is not respected
    • ๐Ÿ›  Fix nil reference in disabled buttons (#1558)
  • v1.4 Changes

    November 01, 2020

    โž• Added (highlights)

    • List (#156), Table (#157) and Tree collection Widgets
    • Card, FileItem, Separator widgets
    • ColorPicker dialog
    • ๐Ÿ‘‰ User selection of primary colour
    • ๐Ÿ“ฆ Container API package to ease using layouts and container widgets
    • โž• Add input validation
    • ListableURI for working with directories etc
    • โž• Added PaddedLayout

    • Window.SetCloseIntercept (#467)

    • Canvas.InteractiveArea() to indicate where widgets should avoid

    • TextFormatter for ProgressBar

    • FileDialog.SetLocation() (#821)

    • โž• Added dialog.ShowFolderOpen (#941)

    • ๐Ÿ‘Œ Support to install on iOS and android with 'fyne install'

    • ๐Ÿ‘Œ Support asset bundling with go:generate

    • โž• Add fyne release command for preparing signed apps

    • โž• Add keyboard and focus support to Radio and Select widgets

    ๐Ÿ”„ Changed

    • โšก๏ธ Theme update - new blue highlight, move buttons to outline
    • โšก๏ธ Android SDK target updated to 29
    • ๐ŸŒฒ Mobile log entries now start "Fyne" instead of "GoLog"
    • Don't expand Select to its largest option (#1247)
    • Button.HideShadow replaced by Button.Importance = LowImportance

    • ๐Ÿ—„ Deprecate NewContainer in favour of NewContainerWithoutLayout

    • ๐Ÿ—„ Deprecate HBox and VBox in favour of new container APIs

    • ๐Ÿšš Move Container.AddObject to Container.Add matching Container.Remove

    • ๐Ÿšš Start move from widget.TabContainer to container.AppTabs

    • Replace Radio with RadioGroup

    • ๐Ÿ—„ Deprecate WidgetRenderer.BackgroundColor

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support focus traversal in dialog (#948), (#948)
    • โž• Add missing AbsolutePosition in some mouse events (#1274)
    • Don't let scrollbar handle become too small
    • Ensure tab children are resized before being shown (#1331)
    • ๐Ÿ’ป Don't hang if OpenURL loads browser (#1332)
    • Content not filling dialog (#1360)
    • Overlays not adjusting on orientation change in mobile (#1334)
    • ๐Ÿ›  Fix missing key events for some keypad keys (#1325)
    • ๐Ÿง Issue with non-english folder names in Linux favourites (#1248)
    • ๐Ÿ›  Fix overlays escaping screen interactive bounds (#1358)
    • Key events not blocked by overlays (#814)
    • โšก๏ธ Update scroll container content if it is changed (#1341)
    • Respect SelectEntry datta changes on refresh (#1462)
    • Incorrect SelectEntry dropdown button position (#1361)
    • don't allow both single and double tap events to fire (#1381)
    • ๐Ÿ›  Fix issue where long or tall images could jump on load (#1266, #1432)
    • Weird behaviour when resizing or minimizing a ScrollContainer (#1245)
    • ๐Ÿ›  Fix panic on NewTextGrid().Text()
    • ๐Ÿ›  Fix issue where scrollbar could jump after mousewheel scroll
    • โž• Add missing raster support in software render
    • Respect GOOS/GOARCH in fyne command utilities
    • ๐Ÿ— BSD support in build tools
    • SVG Cache could return the incorrect resource (#1479)

    • ๐ŸŽ Many optimisations and widget performance enhancements

    • ๐Ÿ›  Various fixes to file creation and saving on mobile devices

  • v1.4.0-rc2

    October 29, 2020
  • v1.4.0-rc1

    October 27, 2020