Skip to content

Releases: Jelmerro/carafe

carafe 1.4.0

28 Jun 20:36
Compare
Choose a tag to compare
  • Migrate to pyproject.toml

carafe 1.3.0

19 May 15:57
Compare
Choose a tag to compare
  • Add 'log' option to print the last log of the command in that carafe

carafe 1.2.0

24 Dec 16:43
Compare
Choose a tag to compare
  • Add setup.py and easier installation instructions

carafe 1.1.0

09 Jun 19:24
Compare
Choose a tag to compare
  • Allow startup arguments to be passed to the executable
  • Add custom "wine" version to the config (both top-level and per carafe)

carafe 1.0.0

25 Dec 09:54
Compare
Choose a tag to compare
  • Added ask argument to start option
    • If provided, the location and link will be ignored
    • The user will be asked to choose an executable inside the carafe to start
  • Added name argument to shortcut option
    • Customize the name of the carafe shortcut
    • Will be set to the name of the carafe by default
  • Removed logging of the start output by default
    • These logs could be very large and slow down wine
    • With the --keep-log argument, the default logging behaviour is restored

carafe 0.4.0

21 Dec 12:57
Compare
Choose a tag to compare
carafe 0.4.0 Pre-release
Pre-release
  • Added copy and rename options
    • Allows you to make copies/backups
    • Change the name of an existing carafe

carafe 0.3.0

21 Dec 00:18
Compare
Choose a tag to compare
carafe 0.3.0 Pre-release
Pre-release
  • Improved wine helpers (winecfg, winetricks etc.)
    • Added regedit option
    • No more separate winecfg and wineboot locations
    • Winetricks subcommand will pass all arguments to winetricks
  • Reworked and extended the shortcut subcommand
    • Two types of shortcut, one via carafe and one for plain wine
  • Other fixes and improved readme

carafe 0.2.0

20 Dec 12:04
Compare
Choose a tag to compare
carafe 0.2.0 Pre-release
Pre-release
  • Reworked the command-line interface
  • Updated readme accordingly
  • Most breaking changes should be done with this release

carafe 0.1.0

19 Dec 18:57
Compare
Choose a tag to compare
carafe 0.1.0 Pre-release
Pre-release
  • Initial release