Skip to content

v4.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 12:33
· 21 commits to main since this release

Unfortunately this release failed to install successfully and has been yanked

See details here: #335

Original Release notes

We're excited to release beta 8! In addition to a variety of bug fixes, we've also made various optimizations. With this release, we drop winetricks and use our own native calls to wine functions. This speeds up install dramatically! We're talking about jumping from 30+ seconds for some actions to 2 seconds. A nasty bug fixed is one that crashes on certain resource downloads.

The really big news though is that this release adds both a snap definition and a flatpak definition. We still need to add the flatpak to flathub, but the snap is already in snapcraft. These new install options mean we now support every distro where either one of these is supported.

We also now have our own nix.shell. In the future we hope to change this to a flake, but the shell is working even now.

There's also a new TUI color scheme: "System". Rather than overriding your terminal colors, the TUI will accept whatever your terminal has set. It gives the TUI a natural feel.

Update right away!

In general, the project is moving away from getting core functionality working to squashing the last bugs and getting our available installation channels properly set. We see the 4.0.0 release as being on the horizon.


4.0.0-beta.8

  • Fix dynamic linking in subprocess calls. (#292 #293) [N. Shaaban]
  • Remove need for manual dependency installation on arch/alpine/fedora (#143 #236 #293). Alpine still needs to be fixed [N. Shaaban]
  • Fixes wine binary installations (#286 #288) [N. Marti]
  • Removed need for winetricks, and removed it's subcommand. Added a wine subcommand (#254 #170 #177 #258 #267) [N. Marti]
  • Fix wine version parsing when wine is compiled manually (#291) [N. Marti]
  • Fix setting TUI Color scheme (#259 #297 #278 #302) [T. H. Wright, N. Shaaban]
  • Create snap definition (#239 #298) [N. Marti]
  • Create a flatpak definition (#309 #307) [N. Shaaban]
  • Default downloads to XDG_CACHE_HOME rather than ~/Downloads (#237 #298) [N. Marti]
  • Fixes issue where WINE_EXE isn't respect on clean installs (#306) [N. Shaaban]
  • Added nix-shell for running from source on NixOS. Desktop shortcuts won't get created. (#306) [N. Shaaban]
  • Remove "Running Logos" status message in the TUI so menu is still interactive after starting Logos (#302) [N. Shaaban]
  • Handle resize in more cases on the TUI (#304) [N. Shaaban]