Skip to content

Releases: bottlesdevs/Bottles

2022.3.14-trento-3

14 Mar 16:49
Compare
Choose a tag to compare

Download on Flathub

Hotfix:

  • Fixed a bug of desktop entries with non-Windows path
  • Auto-update winebridge on launch
  • Fixed a bug with LatencyFleX, was raising an error if no versions were available

2022.3.14-trento-2

14 Mar 16:12
Compare
Choose a tag to compare

2022.3.14-trento-1

14 Mar 13:42
Compare
Choose a tag to compare

2022.3.14-trento

13 Mar 22:05
Compare
Choose a tag to compare

Download on Flathub

Note: Flathub releases take ~3 hours

News

  • MangoHud support (use org.freedesktop.Platform.VulkanLayer.MangoHud with flatpak)
  • Now installers provide a visual feedback if a checksum is wrong
  • Experimental support for Steam Proton prefixes (Flatpak need steam path permission)
  • Extended search and filters for installed programs
  • WinePath has now a WineProgram interface
  • Support for GE-Proton runners
  • Now starting executables is case insensitive
  • Added new screen resolutions in the dedicated menu
  • Now you can run other extensions as well, a program that supports them will be used if installed
  • Initial LatencyFleX support
  • Using the new repositories for components, dependencies and installers, should solve some countries restrictions problems seen with GitHub
  • WineBridge is now supported as core component (currently in testing), thanks to @pietrodicaprio
  • Flatpak is now based on org.winehq.Wine, thanks to @TheEvilSkeleton
  • Switchd from libnotify to GNotification, thanks to @A6GibKm
  • Kitty terminal is now supported, thanks to @Bartkk0
  • Foot terminal is now supported, thanks to @QuantMint
  • General improvements to the WINE backend

Fixes

  • Fixed a bug with Konsole and xterm which was closing just after launching
  • Fixed a regression with Proton, Bottles was looking for the binaries in the wrong place
  • Fixed a bug in bottle creation, wineserver was not being awaited before update sync type
  • Fixed a bug with templates, if the build went wrong, the template was still stored and used for the next bottle
  • Fixed a bug with cabextract, was not supporting whitespaces in filenames
  • Fixed a bug in the journal, was crashing if a date was not set
  • Fixed a bug with layers, the executable path was not being set correctly
  • Fixed a bug during dependencies installation when it was not possible to read the repository index
  • Fixed a bug with DLL Components installation, a new layer was not being created if the bottle environment was Layered
  • Fixed a bug on runner change, the prefix was being updated before the new runner was set
  • Fixed a bug with dependencies installation, was failing if a file was already in place
  • Fixed a bug with CLI, Bottles was closing too early avoiding the program to be launched, thanks to @tgschultz
  • Fixed a bug with translations, some translations were not being loaded, thanks to @ryonakano
  • Fixed a bug with the about dialog, the close button was not working, thanks to @ryonakano
  • Fixed a bug with the notifications manager, was raising an error if there was just one notification

Translations

2022.2.28-trento-4

08 Mar 17:56
Compare
Choose a tag to compare

Download on Flathub

Hotfix:

  • Fixed a bug with Wine-GE runners, was using the wrong path for the binaries
  • Fixed a regression with offline mode
  • Fixed a bug with installers, was silently failing if checksum mismatch
  • Fixed a regression with Bottles CLI, programs with a Windows path did not run

2022.2.28-trento-3

07 Mar 08:53
Compare
Choose a tag to compare

Download on Flathub

Hotfix:

  • Fixed a bug with bottle creation (afflict only users who made a bottle with 2022.2.28-trento-2)
  • Support GE-Proton runners
  • Experimental Steam prefixes support (in early development)
  • Flatpak is now based on org.winehq.Wine (Thanks to @TheEvilSkeleton)

2022.2.28-trento-2

01 Mar 14:49
Compare
Choose a tag to compare

Download on Flathub

Hotfix:

  • Templates are now validated to avoid storing broken prefixes
  • Fixed synchronization mismatch on bottle creation, will now wait for wineserver to shut down before changing synchronization type

2022.2.28-trento-1

28 Feb 10:17
Compare
Choose a tag to compare

Release day: https://usebottles.com/blog/release-2022.2.28/

Download on Flathub

Hotfix:

  • Fixed Proton compatibility (Bottles was looking for binaries in the wrong directories)

2022.2.28-trento

27 Feb 16:03
Compare
Choose a tag to compare

Release day: https://usebottles.com/blog/release-2022.2.28/

Download on Flathub

Note: Flathub releases take ~3 hours

News

  • Template caching creates a copy of the first bottle created with one environment, to use it as the basis of the next one, greatly reduces creation time. Templates are regenerated when a rule changes in the default configuration of an environment, while components are still updated if new ones are installed.
  • Now it is possible to install multiple dependencies at once (really not recommended)
  • The components screen has been reorganized into groups to make it easier to navigate
  • Change DPI directly from the bottle preferences
  • The Take focus option has added to preferences, allowing the user to resume focus on app change when these hold it
  • Improved WinePrograms logs with the effective running action
  • DXVK-async is now always at the bottom of the list, preventing it from being taken by Bottles as the most recent version on bottle creation
  • Add a journal file which collect all the most important actions and events
  • The userdir/ placeholder was added allowing maintainers to reach executables from the user bottle directory
  • New bottles are now sandboxed by default, despite if running as flatpak or not (in other packages the link to the user home is simply removed)
  • Manage your virtual drives directly from the bottle preferences
  • Programs list in bottle details is now hidden if there are only hidden entries
  • Flatpak users can now generate desktop entries too if the ~/.local/share/applications path is exposed
  • General improvements to the WINE backend

Fixes

  • Fixed a problem with Windows version change, was trying to set duplicate keys on registry
  • Fixed a race condition on DLL components remove and install tasks (Thanks to @asbytes)
  • Fixed a bug in command execution, the WINEPREFIX env var was not rewritten if already present in the environment
  • Fixed DLL components for 32 bit bottles (Thanks to @ffuugoo)
  • Fixed a bug in Mouse Capture Fullscreen setting which was resetting on restart
  • Fixed a bug in backup export, the backup was not aborting if the user have not picked a path
  • Fixed a bug with generated desktop entries, was setting the wrong executable path
  • Fixed a bug in layered executables support, which was unable to launch executables due to structure mismatch
  • Fixed a bug with CabExtract implementation, which was extracting resources to the wrong directory if symlink
  • Fixed a bug in layer sweep function, which was sweeping all files instead of the different ones
  • Fixed a bug in layer mount function, which was mounting the wrong directory if reading from the configuration
  • Fixed a bug in WINE command execution, which was defaulting to the bottle path instead of the layered one
  • Fixed a bug in bottles initial check, which was causing a crash if the configuration file was not found
  • Fixed programs ignored_patterns, which was allowing unins* files to be listed in programs view
  • Fixed a bug with DLL components which was not ensuring the prefix was updated before registering DLL overrides
  • Fixed winbind issue (Thanks to @arashsm79)
  • Fixed a bug with hidden programs, which were not excluded from is_alive check

Translations

2022.2.14-trento

13 Feb 15:28
Compare
Choose a tag to compare

Release day: https://usebottles.com/blog/release-2022.2.14/

Download on Flathub

Note: Flathub releases take ~3 hours

News

  • Install programs in one-click using our community installers
  • Change default bottles location from preferences
  • New repositories manager makes fewer requests and takes less time to load
  • Runtime is now also available for non-Flatpak packages
  • Search in bottles list if there are at least 10 items
  • Automatically fallback to another runner if the system doesn't support Caffe 7+
  • Installers can now declare their architecture, so incompatible installers will not be shown
  • Dependencies can now be re-installed if something goes wrong
  • Programs can now be launched trough terminal right from the context menu
  • Task manager can now terminate processes
  • WINE Explorer now available from utilities
  • New userdir/ placeholder for installers to access sandboxed user directory
  • Improved Windows version switch, other keys are updated to ensure that programs detect the correct version
  • Improved health check dialog with syntax highlighting
  • General UI improvements for consistency
  • Introducing SystemComponents to handle unpackable components for non-Flatpak packages
  • Support DXVK-async as a component
  • Using XDG_DATA_HOME for default Bottles paths (Thanks @nanonyme)
  • Gamescope support in Flatpak (Thanks @BigmenPixel0)

Fixes

  • Fixed missing GtkSource namespace, was causing crashes
  • Fixed preferences regression, vkd3d was not displayed
  • Fixed a bug in Executor, was passing wrong arguments
  • Fixed a bug in WineCommand, was not getting the bottle parameters
  • Fixed a bug in components manager, was trying to remove non-existent files
  • Fixed a bug in DXVK version change, was removing the initial backup
  • Fixed a bug in installers, programs list was not updated immediately
  • Fixed a bug in programs list, uninstallers were not hidden
  • Fixed a bug in components manager, was causing crashes with not-known componnets
  • Fixed gamemode in Flatpak
  • Fixed a bug in WineCommand cwd, was not setting the value
  • Fixed a bug in Layered environment, layers key was set as list instead of dict
  • Fixed a bug in layered programs, was not able to launch due to wrong runtime configuration location
  • Fixed a bug in layered dependencies, tree was not updated correctly
  • Fixed a bug with config files, was causing exceptions with missing keys
  • Fixed a bug in update_config action, was try to handle a None value, providing a default value instead

Translations

  • Swedish translations thanks to @bittin, @Lemonmeth, @eson57
  • Italian translations thanks to @albanobattistella, @phaerrax
  • Czech translations thanks to @panmourovaty
  • Galician translations thanks to @frandieguez
  • Russian translations thanks to @Smoque
  • Vietnamese translations thanks to Giai Ngo
  • French translations thanks to @ulroy67
  • German translations thanks to Lasse Palm
  • Portuguese translations thanks to @laralem
  • Spanish translations thanks to @oscfdezdz, @d33vliter
  • Norwegian Bokmål translations thanks to @comradekingu
  • Portuguese (Brazil) translations thanks to @andrelomba86
  • Indonesian translations thanks to @rezaalmanda, @frnmz
  • Turkish translations thanks to @ersen0, @Dhizaes
  • Esperanto translations thanks to phlostically
  • Chinese (Simplified) translations thanks to Eric, @lumingzh
  • Finnish translations thanks to Jiri Grönroos
  • Japanese translations thanks to @shuriken1812
  • Croatian translations thanks to @milotype
  • Hungarian translations thanks to @ovari
  • Polish translations thanks to Krzysztof Marcinek
  • Hindi translations thanks to @athenasaurav
  • Basque translations thanks to Sergio Varela
  • Greek translations thanks to @dim20