Changes:

  • Add Ctrl+N shortcut for creating a new bottle
  • Add Shortcuts window
  • Remove support for the runtime sandbox
  • Add mnemonics in main menu
  • Polish and rework the new bottle dialog
  • Polish and rework the environment variables dialog
  • Fix CSS warnings in the terminal
  • Fix bug where Bottles would not start when running the --executable flag in the terminal

Dev Release Notes

  • fix[close #3599]: CLI no longer works when starting a Bottle by @jntesteves in #3605
  • Use GtkButton for donate button by @TheEvilSkeleton in #3603
  • Add keyboard shortcuts dialog by @TheEvilSkeleton in #3588
  • Integrate pre-commit by @TheEvilSkeleton in #3592
  • Use FileDialog for all file/path pickers by @penguinpee in #3554
  • Delete sandbox and runtime, and clean up directory structure by @TheEvilSkeleton in #3615
  • Fix missing combo letter when removing a drive by @EmoonX in #3616
  • Save pre/post-scripts paths with None instead of “” on reset by @EmoonX in #3620
  • window: Add mnemonics in primary menu by @TheEvilSkeleton in #3665
  • Rework New Bottle dialog by @TheEvilSkeleton in #3653
  • Fix forums link by @Qronikarz in #3672
  • Start “Add Shortcuts” dialog at the root of the bottle by @XBagon in #3688
  • Rework Environment Variables dialog by @jntesteves in #3679
  • bottle-row: Port to AdwWrapBox by @TheEvilSkeleton in #3700 ___