Releases: Jelmerro/carafe
Releases · Jelmerro/carafe
carafe 1.5.0
carafe 1.4.0
- Migrate to pyproject.toml
carafe 1.3.0
- Add 'log' option to print the last log of the command in that carafe
carafe 1.2.0
- Add setup.py and easier installation instructions
carafe 1.1.0
- 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
- 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
- Added copy and rename options
- Allows you to make copies/backups
- Change the name of an existing carafe
carafe 0.3.0
- 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
- Reworked the command-line interface
- Updated readme accordingly
- Most breaking changes should be done with this release
carafe 0.1.0
- Initial release