Skip to content

Releases: Brewtarget/brewtarget

Brewtarget 4.0.15

01 Jan 08:31
dd9aad6
Compare
Choose a tag to compare

v4.0.15

Bug fix release.

Bug Fixes

  • 4.0.13 and ubuntu 24.10 crash 913

Happy New Year 2025 to everyone!

As ever, please don't hesitate to let us know if you hit problems.

Windows

  • Download Brewtarget 4.0.15 Windows Installer.exe. (Checksum for this file is in Brewtarget 4.0.15 Windows Installer.exe.sha256sum.)

The Windows build is digitally signed by SignPath.io, with a certificate by the SignPath Foundation. These services are provided free of charge to Brewtarget and other qualifying Open Source Software (OSS) projects.

Mac

GitHub builds for Mac run on ARM machines, so, if you have an Intel Mac, you will need to compile locally.
Apple don't want you to install software that hasn't been downloaded from one of their "approved" sources or that hasn't been digitally signed or notarised by someone paying them a subscription fee. So they are gradually making it harder and harder for you to do this. The following steps are the best way we know to get around these restrictions:

  • Make sure you have Xcode installed from the Mac App Store (see https://developer.apple.com/support/xcode/)
  • Download brewtarget_4.0.15_MacOS.dmg. (Checksum for this file is in brewtarget_4.0.15_MacOS.dmg.sha256sum.)
  • Mount this disk image, then open the console and run the following:
$ xattr -c brewtarget_4.0.15_MacOS.app
$ codesign --force --deep -s - brewtarget_4.0.15_MacOS.app

Hopefully the above enables you to run the app.

Linux

For Linux users, we have two versions of each type of package (deb and rpm). One version of each is built on Ubuntu
22.04 and the other on Ubuntu 24.04. Hopefully one or other should install on your system, but please open a new issue here on GitHub if you hit problems.

The packages build on Ubuntu 22.04 are:

  • brewtarget-4.0.15_22-1_amd64.deb (with checksum in brewtarget-4.0.15_22-1_amd64.deb.sha256sum)
  • brewtarget-4.0.15_22-1.x86_64.rpm (with checksum in brewtarget-4.0.15_22-1.x86_64.rpm.sha256sum)

The packages build on Ubuntu 24.04 are:

  • brewtarget-4.0.15_24-1_amd64.deb (with checksum in brewtarget-4.0.15_24-1_amd64.deb.sha256sum)
  • brewtarget-4.0.15_24-1.x86_64.rpm (with checksum in brewtarget-4.0.15_24-1.x86_64.rpm.sha256sum)

Building the release from source

Download brewtarget-4.0.15.tar.xz. (Checksum for this file is in brewtarget-4.0.15.tar.xz.sha256sum.)

Exact instructions vary according to your operating system, but the following is a general guide. We recommend building with Meson, but, for local installs, we also support building with CMake.

Ensure you have a recent version of Python installed. (This is optional, but allows you to run the bt script that automates setting up the build process.)

Once you have uncompressed this, go to the brewtarget directory and run the following commands:

$ ./bt setup all
$ cd mbuild
$ meson compile
$ meson test
$ sudo meson install

If you also want to build the packages then run:

$ cd ..
$ ./bt package

See https://github.com/Brewtarget/brewtarget/wiki/Development:-Getting-Started and comments in the bt script for more details.

Brewtarget 4.0.14

31 Dec 13:49
a79aa13
Compare
Choose a tag to compare

v4.0.14

Bug fixes and minor enhancements.

New Features

  • Updated Danish translations (courtesy of Orla Valbjørn Møller)
  • We have also slightly changed the names of some of the downloads to help make it quicker for you to see the right one for your OS.

Bug Fixes

  • Crash when creating or opening user recipe 910
  • 4.0.13 and ubuntu 24.10 crash 913

Known Issues

Some folks are still seeing an assert in BtComboBoxNamedEntity (see #913). Hoping to have a fix for this in the 4.0.15 release in the next day or so.

As ever, please don't hesitate to let us know if you hit problems.

Windows

  • Download Brewtarget 4.0.14 Windows Installer.exe. (Checksum for this file is in Brewtarget 4.0.14 Windows Installer.exe.sha256sum.)

The Windows build is digitally signed by SignPath.io, with a certificate by the SignPath Foundation. These services are provided free of charge to Brewtarget and other qualifying Open Source Software (OSS) projects.

Mac

GitHub builds for Mac run on ARM machines, so, if you have an Intel Mac, you will need to compile locally.
Apple don't want you to install software that hasn't been downloaded from one of their "approved" sources or that hasn't been digitally signed or notarised by someone paying them a subscription fee. So they are gradually making it harder and harder for you to do this. The following steps are the best way we know to get around these restrictions:

  • Make sure you have Xcode installed from the Mac App Store (see https://developer.apple.com/support/xcode/)
  • Download brewtarget_4.0.14_MacOS.dmg. (Checksum for this file is in brewtarget_4.0.14_MacOS.dmg.sha256sum.)
  • Mount this disk image, then open the console and run the following:
$ xattr -c brewtarget_4.0.14_MacOS.app
$ codesign --force --deep -s - brewtarget_4.0.14_MacOS.app

Hopefully the above enables you to run the app.

Linux

For Linux users, we have two versions of each type of package (deb and rpm). One version of each is built on Ubuntu
22.04 and the other on Ubuntu 24.04. Hopefully one or other should install on your system, but please open a new issue here on GitHub if you hit problems.

The packages build on Ubuntu 22.04 are:

  • brewtarget-4.0.14_22-1_amd64.deb (with checksum in brewtarget-4.0.14_22-1_amd64.deb.sha256sum)
  • brewtarget-4.0.14_22-1.x86_64.rpm (with checksum in brewtarget-4.0.14_22-1.x86_64.rpm.sha256sum)

The packages build on Ubuntu 24.04 are:

  • brewtarget-4.0.14_24-1_amd64.deb (with checksum in brewtarget-4.0.14_24-1_amd64.deb.sha256sum)
  • brewtarget-4.0.14_24-1.x86_64.rpm (with checksum in brewtarget-4.0.14_24-1.x86_64.rpm.sha256sum)

Building the release from source

Download brewtarget-4.0.14.tar.xz. (Checksum for this file is in brewtarget-4.0.14.tar.xz.sha256sum.)

Exact instructions vary according to your operating system, but the following is a general guide. We recommend building with Meson, but, for local installs, we also support building with CMake.

Ensure you have a recent version of Python installed. (This is optional, but allows you to run the bt script that automates setting up the build process.)

Once you have uncompressed this, go to the brewtarget directory and run the following commands:

$ ./bt setup all
$ cd mbuild
$ meson compile
$ meson test
$ sudo meson install

If you also want to build the packages then run:

$ cd ..
$ ./bt package

See https://github.com/Brewtarget/brewtarget/wiki/Development:-Getting-Started and comments in the bt script for more details.

Brewtarget 4.0.13

30 Dec 02:47
e612c2c
Compare
Choose a tag to compare

v4.0.13

Bug fixes and minor enhancements.

New Features

  • None

Bug Fixes

  • Buttons not displaying icons on Windows, and some missing button text 903
  • Country flags not shown on Windows 907
  • Ctrl-C copied recipe not shown in correct folder until after restart 909
  • Combo boxes not displaying properly on Windows 894
  • Compiler warning: "'void QCheckBox::stateChanged(int)' is deprecated: Use checkStateChanged() instead" 884

As ever, please don't hesitate to let us know if you hit problems.

Windows

  • Download Brewtarget 4.0.13 Installer.exe. (Checksum for this file is in Brewtarget 4.0.13 Installer.exe.sha256sum.)

The Windows build is digitally signed by SignPath.io, with a certificate by the SignPath Foundation. These services are provided free of charge to Brewtarget and other qualifying Open Source Software (OSS) projects.

Mac

GitHub builds for Mac run on ARM machines, so, if you have an Intel Mac, you will need to compile locally.
Apple don't want you to install software that hasn't been downloaded from one of their "approved" sources or that hasn't been digitally signed or notarised by someone paying them a subscription fee. So they are gradually making it harder and harder for you to do this. The following steps are the best way we know to get around these restrictions:

  • Make sure you have Xcode installed from the Mac App Store (see https://developer.apple.com/support/xcode/)
  • Download brewtarget_4.0.13.dmg. (Checksum for this file is in brewtarget_4.0.13.dmg.sha256sum.)
  • Mount this disk image, then open the console and run the following:
$ xattr -c brewtarget_4.0.13.app
$ codesign --force --deep -s - brewtarget_4.0.13.app

Hopefully the above enables you to run the app.

Linux

For Linux users, we have two versions of each type of package (deb and rpm). One version of each is built on Ubuntu
22.04 and the other on Ubuntu 24.04. Hopefully one or other should install on your system, but please open a new issue here on GitHub if you hit problems.

The packages build on Ubuntu 22.04 are:

  • brewtarget-4.0.13_22-1_amd64.deb (with checksum in brewtarget-4.0.13_22-1_amd64.deb.sha256sum)
  • brewtarget-4.0.13_22-1.x86_64.rpm (with checksum in brewtarget-4.0.13_22-1.x86_64.rpm.sha256sum)

The packages build on Ubuntu 24.04 are:

  • brewtarget-4.0.13_24-1_amd64.deb (with checksum in brewtarget-4.0.13_24-1_amd64.deb.sha256sum)
  • brewtarget-4.0.13_24-1.x86_64.rpm (with checksum in brewtarget-4.0.13_24-1.x86_64.rpm.sha256sum)

Building the release from source

Download brewtarget-4.0.13.tar.xz. (Checksum for this file is in brewtarget-4.0.13.tar.xz.sha256sum.)

Exact instructions vary according to your operating system, but the following is a general guide. We recommend building with Meson, but, for local installs, we also support building with CMake.

Ensure you have a recent version of Python installed. (This is optional, but allows you to run the bt script that automates setting up the build process.)

Once you have uncompressed this, go to the brewtarget directory and run the following commands:

$ ./bt setup all
$ cd mbuild
$ meson compile
$ meson test
$ sudo meson install

If you also want to build the packages then run:

$ cd ..
$ ./bt package

See https://github.com/Brewtarget/brewtarget/wiki/Development:-Getting-Started and comments in the bt script for more details.

Brewtarget 4.0.12

18 Dec 17:34
eac15c0
Compare
Choose a tag to compare

v4.0.12

Bug fixes and minor enhancements.

New Features

  • None

Bug Fixes

  • Brewtarget 4.0.7 Qt6 issue on Ubuntu (libQt6Multimedia.so.6 missing) 861
  • Update Development Prerequisites to qt6 892
  • Combo boxes not displaying properly on Windows 894
  • Icons Missing 895
  • Installation of new version results in duplicates of recipes and ingredients 896
  • Opening user recipe causes crash 897
  • Copy recipe crash 899
  • Error in BeerXML recipe export 901
  • BeerXML imports of our own exports log lots of warnings 902
  • Buttons not displaying button text 903
  • Trying to export a folder to BeerXML causes a segfault 905

As ever, please don't hesitate to let us know if you hit problems.

Windows

  • Download Brewtarget 4.0.12 Installer.exe. (Checksum for this file is in Brewtarget 4.0.12 Installer.exe.sha256sum.)

The Windows build is digitally signed by SignPath.io, with a certificate by the SignPath Foundation. These services are provided free of charge to Brewtarget and other qualifying Open Source Software (OSS) projects.

Mac

GitHub builds for Mac run on ARM machines, so, if you have an Intel Mac, you will need to compile locally.
Apple don't want you to install software that hasn't been downloaded from one of their "approved" sources or that hasn't been digitally signed or notarised by someone paying them a subscription fee. So they are gradually making it harder and harder for you to do this. The following steps are the best way we know to get around these restrictions:

  • Make sure you have Xcode installed from the Mac App Store (see https://developer.apple.com/support/xcode/)
  • Download brewtarget_4.0.12.dmg. (Checksum for this file is in brewtarget_4.0.12.dmg.sha256sum.)
  • Mount this disk image, then open the console and run the following:
$ xattr -c brewtarget_4.0.12.app
$ codesign --force --deep -s - brewtarget_4.0.12.app

Hopefully the above enables you to run the app.

Linux

For Linux users, we have two versions of each type of package (deb and rpm). One version of each is built on Ubuntu
22.04 and the other on Ubuntu 24.04. Hopefully one or other should install on your system, but please open a new issue here on GitHub if you hit problems.

The packages build on Ubuntu 22.04 are:

  • brewtarget-4.0.12_22-1_amd64.deb (with checksum in brewtarget-4.0.12_22-1_amd64.deb.sha256sum)
  • brewtarget-4.0.12_22-1.x86_64.rpm (with checksum in brewtarget-4.0.12_22-1.x86_64.rpm.sha256sum)

The packages build on Ubuntu 24.04 are:

  • brewtarget-4.0.12_24-1_amd64.deb (with checksum in brewtarget-4.0.12_24-1_amd64.deb.sha256sum)
  • brewtarget-4.0.12_24-1.x86_64.rpm (with checksum in brewtarget-4.0.12_24-1.x86_64.rpm.sha256sum)

Building the release from source

Download brewtarget-4.0.12.tar.xz. (Checksum for this file is in brewtarget-4.0.12.tar.xz.sha256sum.)

Exact instructions vary according to your operating system, but the following is a general guide. We recommend building with Meson, but, for local installs, we also support building with CMake.

Ensure you have a recent version of Python installed. (This is optional, but allows you to run the bt script that automates setting up the build process.)

Once you have uncompressed this, go to the brewtarget directory and run the following commands:

$ ./bt setup all
$ cd mbuild
$ meson compile
$ meson test
$ sudo meson install

If you also want to build the packages then run:

$ cd ..
$ ./bt package

See https://github.com/Brewtarget/brewtarget/wiki/Development:-Getting-Started and comments in the bt script for more details.

Brewtarget 4.0.11

24 Nov 06:09
5f508c4
Compare
Choose a tag to compare

v4.0.11

Bug fixes and minor enhancements.

New Features

  • None

Bug Fixes

  • Crash on Windows when opening Print and Print Preview dialog 873
  • Crash when you click Yes or No in the pop-up about downloading the latest version 878
  • Drop down menu for Style and Equipment are so narrow, cannot see contents 879
  • OG doesn't immediately change when adding malt to a recipe 880
  • IBU doesn't update when adding hops 881
  • Errors when loading translations 889
  • Debian package depencies 890

As ever, please don't hesitate to let us know if you hit problems.

Windows

  • Download Brewtarget 4.0.11 Installer.exe. (Checksum for this file is in Brewtarget 4.0.11 Installer.exe.sha256sum.)

The Windows build is digitally signed by SignPath.io, with a certificate by the SignPath Foundation. These services are provided free of charge to Brewtarget and other qualifying Open Source Software (OSS) projects.

Mac

GitHub builds for Mac run on ARM machines, so, if you have an Intel Mac, you will need to compile locally.
Apple don't want you to install software that hasn't been downloaded from one of their "approved" sources or that hasn't been digitally signed or notarised by someone paying them a subscription fee. So they are gradually making it harder and harder for you to do this.

  • Make sure you have Xcode installed from the Mac App Store (see https://developer.apple.com/support/xcode/)
  • Download brewtarget_4.0.11.dmg. (Checksum for this file is in brewtarget_4.0.11.dmg.sha256sum.)
  • Mount this disk image, then open the console and run the following:
$ xattr -c brewtarget_4.0.11.app
$ codesign --force --deep -s - brewtarget_4.0.11.app

Hopefully the above enables you to run the app.

Linux

For Linux users, we have two versions of each type of package (deb and rpm). One version of each is built on Ubuntu
22.04 and the other on Ubuntu 24.04. Hopefully one or other should install on your system, but please open a new issue here on GitHub if you hit problems.

The packages build on Ubuntu 22.04 are:

  • brewtarget-4.0.11_22-1_amd64.deb (with checksum in brewtarget-4.0.11_22-1_amd64.deb.sha256sum)
  • brewtarget-4.0.11_22-1.x86_64.rpm (with checksum in brewtarget-4.0.11_22-1.x86_64.rpm.sha256sum)

The packages build on Ubuntu 24.04 are:

  • brewtarget-4.0.11_24-1_amd64.deb (with checksum in brewtarget-4.0.11_24-1_amd64.deb.sha256sum)
  • brewtarget-4.0.11_24-1.x86_64.rpm (with checksum in brewtarget-4.0.11_24-1.x86_64.rpm.sha256sum)

Building the release from source

Download brewtarget-4.0.11.tar.xz. (Checksum for this file is in brewtarget-4.0.11.tar.xz.sha256sum.)

Exact instructions vary according to your operating system, but the following is a general guide. We recommend building with Meson, but, for local installs, we also support building with CMake.

Ensure you have a recent version of Python installed. (This is optional, but allows you to run the bt script that automates setting up the build process.)

Once you have uncompressed this, go to the brewtarget directory and run the following commands:

$ ./bt setup all
$ cd mbuild
$ meson compile
$ meson test
$ sudo meson install

If you also want to build the packages then run:

$ cd ..
$ ./bt package

See https://github.com/Brewtarget/brewtarget/wiki/Development:-Getting-Started and comments in the bt script for more details.

Brewtarget 4.0.10

16 Nov 07:11
9559f8c
Compare
Choose a tag to compare

v4.0.10

Bug fixes and minor enhancements.

New Features

  • Danish translation, courtesy of Orla Valbjørn Møller

Bug Fixes

  • Crash when copying recipe, then on adding new steps in mash, ferment, boil, others 868
  • Changing Yeast or Attenuation doesn't change ABV 872
  • Brewtarget 4.0.X doesn't work on MacOS 809

As ever, please don't hesitate to let us know if you hit problems.

Windows

  • Download Brewtarget 4.0.10 Installer.exe. (Checksum for this file is in Brewtarget 4.0.10 Installer.exe.sha256sum.)

The Windows build is digitally signed by SignPath.io, with a certificate by the SignPath Foundation. These services are provided free of charge to Brewtarget and other qualifying Open Source Software (OSS) projects.

Mac

GitHub builds for Mac run on ARM machines, so, if you have an Intel Mac, you will need to compile locally.
Apple don't want you to install software that hasn't been downloaded from one of their "approved" sources or that hasn't been digitally signed or notarised by someone paying them a subscription fee. So they are gradually making it harder and harder for you to do this.

  • Make sure you have Xcode installed from the Mac App Store (see https://developer.apple.com/support/xcode/)
  • Download brewtarget_4.0.10.dmg. (Checksum for this file is in brewtarget_4.0.10.dmg.sha256sum.)
  • Mount this disk image, then open the console and run the following:
$ xattr -c brewtarget_4.0.10.app
$ codesign --force --deep -s - brewtarget_4.0.10.app

Hopefully the above enables you to run the app.

Linux

For Linux users, we have two versions of each type of package (deb and rpm). One version of each is built on Ubuntu
22.04 and the other on Ubuntu 24.04. Hopefully one or other should install on your system, but please open a new issue here on GitHub if you hit problems.

The packages build on Ubuntu 22.04 are:

  • brewtarget-4.0.10_22-1_amd64.deb (with checksum in brewtarget-4.0.10_22-1_amd64.deb.sha256sum)
  • brewtarget-4.0.10_22-1.x86_64.rpm (with checksum in brewtarget-4.0.10_22-1.x86_64.rpm.sha256sum)

The packages build on Ubuntu 24.04 are:

  • brewtarget-4.0.10_24-1_amd64.deb (with checksum in brewtarget-4.0.10_24-1_amd64.deb.sha256sum)
  • brewtarget-4.0.10_24-1.x86_64.rpm (with checksum in brewtarget-4.0.10_24-1.x86_64.rpm.sha256sum)

Building the release from source

Exact instructions vary according to your operating system, but the following is a general guide. We recommend building with Meson, but, for local installs, we also support building with CMake.

Ensure you have a recent version of Python installed. (This is optional, but allows you to run the bt script that automates setting up the build process.)

Download brewtarget-4.0.10.tar.xz. (Checksum for this file is in brewtarget-4.0.10.tar.xz.sha256sum.)

Once you have uncompressed this, go to the brewtarget directory and run the following commands:

$ ./bt setup all
$ cd mbuild
$ meson compile
$ meson test
$ sudo meson install

If you also want to build the packages then run:

$ cd ..
$ ./bt package

See comments in the bt script for more details.

Brewtarget 4.0.9

04 Nov 07:19
d64d620
Compare
Choose a tag to compare

v4.0.9

Bug fixes and minor enhancements.

New Features

  • None

Bug Fixes

  • Crash (stack overflow in Qt) on some Windows builds during "check for new version" 866
  • Crash when copying recipe, then on adding new steps in mash, ferment, boil, others 868

As ever, please don't hesitate to let us know if you hit problems.

Windows

  • For the signed build, download Brewtarget 4.0.9 Installer (signed).exe. (Checksum for this file is in Brewtarget 4.0.9 Installer (signed).exe.sha256sum.)
  • For the unsigned build, download Brewtarget 4.0.9 Installer.exe. (Checksum for this file is in Brewtarget 4.0.9 Installer.exe.sha256sum.)

Mac

GitHub builds for Mac run on ARM machines, so, if you have an Intel Mac, you will need to compile locally.
Apple don't want you to install software that hasn't been downloaded from one of their "approved" sources or that hasn't been digitally signed or notarised by someone paying them a subscription fee. So they are gradually making it harder and harder for you to do this.

  • Make sure you have Xcode installed from the Mac App Store (see https://developer.apple.com/support/xcode/)
  • Download brewtarget_4.0.9.dmg. (Checksum for this file is in brewtarget_4.0.9.dmg.sha256sum.)
  • Mount this disk image, then open the console and run the following:
$ xattr -c brewtarget_4.0.9.app
$ codesign --force --deep -s - brewtarget_4.0.9.app
  • Hopefully you will now be able to run the app.

Linux

For Linux users, we have two versions of each type of package (deb and rpm). One version of each is built on Ubuntu
22.04 and the other on Ubuntu 24.04. Hopefully one or other should install on your system, but please open a new issue here on GitHub if you hit problems.

The packages build on Ubuntu 22.04 are:

  • brewtarget-4.0.9_22-1_amd64.deb (with checksum in brewtarget-4.0.9_22-1_amd64.deb.sha256sum)
  • brewtarget-4.0.9_22-1.x86_64.rpm (with checksum in brewtarget-4.0.9_22-1.x86_64.rpm.sha256sum)

The packages build on Ubuntu 24.04 are:

  • brewtarget-4.0.9_24-1_amd64.deb (with checksum in brewtarget-4.0.9_24-1_amd64.deb.sha256sum)
  • brewtarget-4.0.9_24-1.x86_64.rpm (with checksum in brewtarget-4.0.9_24-1.x86_64.rpm.sha256sum)

Building the release from source

Exact instructions vary according to your operating system, but the following is a general guide. We recommend building with Meson, but, for local installs, we also support building with CMake.

Ensure you have a recent version of Python installed. (This is optional, but allows you to run the bt script that automates setting up the build process.)

Download brewtarget-4.0.9.tar.xz. (Checksum for this file is in brewtarget-4.0.9.tar.xz.sha256sum.)

Once you have uncompressed this, go to the brewtarget directory and run the following commands:

$ ./bt setup all
$ cd mbuild
$ meson compile
$ meson test
$ sudo meson install

If you also want to build the packages then run:

$ cd ..
$ ./bt package

See comments in the bt script for more details.

Brewtarget 4.0.8

26 Oct 16:16
7133992
Compare
Choose a tag to compare

v4.0.8

Bug fixes and minor enhancements.

New Features

  • None

Bug Fixes

  • Clicking 'Generate Instructions' on the Brewday tab overwrites existing instructions without warning 862
  • Brewtarget 4.0.7 Qt6 issue on Ubuntu (libQt6Multimedia.so.6 missing) 861
  • Missing libb2-1.dll 863

Known Issues

  • Some folks report problems installing on MacOS -- see #809. Still investigating best solution. If you have an Intel Mac, you will need to compile locally.

As ever, please don't hesitate to let us know if you hit problems.

Windows

  • For the signed build, download Brewtarget 4.0.8 Installer (signed).exe. (Checksum for this file is in Brewtarget 4.0.8 Installer (signed).exe.sha256sum.)
  • For the unsigned build, download Brewtarget 4.0.8 Installer.exe. (Checksum for this file is in Brewtarget 4.0.8 Installer.exe.sha256sum.)

Mac

Download brewtarget_4.0.8.dmg. (Checksum for this file is in brewtarget_4.0.8.dmg.sha256sum.)

Linux

For Linux users, we have two versions of each type of package (deb and rpm). One version of each is built on Ubuntu
22.04 and the other on Ubuntu 24.04. Hopefully one or other should install on your system, but please open a new issue here on GitHub if you hit problems.

The packages build on Ubuntu 22.04 are:

  • brewtarget-4.0.8_22-1_amd64.deb (with checksum in brewtarget-4.0.8_22-1_amd64.deb.sha256sum)
  • brewtarget-4.0.8_22-1.x86_64.rpm (with checksum in brewtarget-4.0.8_22-1.x86_64.rpm.sha256sum)

The packages build on Ubuntu 24.04 are:

  • brewtarget-4.0.8_24-1_amd64.deb (with checksum in brewtarget-4.0.8_24-1_amd64.deb.sha256sum)
  • brewtarget-4.0.8_24-1.x86_64.rpm (with checksum in brewtarget-4.0.8_24-1.x86_64.rpm.sha256sum)

Brewtarget 4.0.7

16 Oct 04:01
bfea1a3
Compare
Choose a tag to compare

v4.0.7

Bug fixes and minor enhancements.

New Features

  • Add vertical splitter on Recipe tab, make kettle diameter editable
  • Minor improvements to editor layouts

Bug Fixes

  • Some input fields not wide enough on various editors 849
  • Upgrade to Qt 6 841
  • Equipment should be optional in Recipes in BeerXML 853
  • Salt additions with when-to-add time of Never not handled in DB upgrade 840

Known Issues

  • Some folks report problems installing on MacOS -- see #809. Still investigating best solution. Work-around is to compile locally.

As ever, please don't hesitate to let us know if you hit problems.

Windows

  • For the signed build, download Brewtarget 4.0.7 Installer (signed).exe. (Checksum for this file is in Brewtarget 4.0.7 Installer (signed).exe.sha256sum.)
  • For the unsigned build, download Brewtarget 4.0.7 Installer.exe. (Checksum for this file is in Brewtarget 4.0.7 Installer.exe.sha256sum.)

Mac

Download brewtarget_4.0.7.dmg. (Checksum for this file is in brewtarget_4.0.7.dmg.sha256sum.)

Linux

For Linux users, we have two versions of each type of package (deb and rpm). One version of each is built on Ubuntu
22.04 and the other on Ubuntu 24.04. Hopefully one or other should install on your system, but please open a new issue here on GitHub if you hit problems.

The packages build on Ubuntu 22.04 are:

  • brewtarget-4.0.7_22-1_amd64.deb (with checksum in brewtarget-4.0.7_22-1_amd64.deb.sha256sum)
  • brewtarget-4.0.7_22-1.x86_64.rpm (with checksum in brewtarget-4.0.7_22-1.x86_64.rpm.sha256sum)

The packages build on Ubuntu 24.04 are:

  • brewtarget-4.0.7_24-1_amd64.deb (with checksum in brewtarget-4.0.7_24-1_amd64.deb.sha256sum)
  • brewtarget-4.0.7_24-1.x86_64.rpm (with checksum in brewtarget-4.0.7_24-1.x86_64.rpm.sha256sum)

Brewtarget 4.0.6

06 Oct 07:11
339d2f2
Compare
Choose a tag to compare

v4.0.6

Bug fixes for the 4.0.5 release (ie bugs in 4.0.5 are fixed in this 4.0.6 release).

New Features

  • None

Bug Fixes

  • Can't add fermentation steps 831
  • Ingredient inventory edits not saved 832
  • Unsatisfied dependency for Brewtarget update in ubuntu 24.01 840
  • Cmake error on Linux Mint 22 Wilma 843
  • Binaries are not signed on Windows 827
  • Adding Mash Step causes core dump 847

Known Issues

  • Problems installing on MacOS -- see #809. Still investigating best solution. Work-around is to compile locally.

As ever, please don't hesitate to let us know if you hit problems.

Windows

Download Brewtarget 4.0.6 Installer.exe. (Checksum for this file is in Brewtarget 4.0.6 Installer.exe.sha256sum.)
Once we have one final bit of config tweaked with SignPath, we should also have Brewtarget 4.0.6 Installer (signed).exe, for which the checksum will be in Brewtarget 4.0.6 Installer (signed).exe.sha256sum.

Mac

Download brewtarget_4.0.6.dmg. (Checksum for this file is in brewtarget_4.0.6.dmg.sha256sum.)

Linux

For Linux users, we have two versions of each type of package (deb and rpm). One version of each is built on Ubuntu
22.04 and the other on Ubuntu 24.04. Hopefully one or other should install on your system, but please open a new issue here on GitHub if you hit problems.

The packages build on Ubuntu 22.04 are:

  • brewtarget-4.0.6_22-1_amd64.deb (with checksum in brewtarget-4.0.6_22-1_amd64.deb.sha256sum)
  • brewtarget-4.0.6_22-1.x86_64.rpm (with checksum in brewtarget-4.0.6_22-1.x86_64.rpm.sha256sum)

The packages build on Ubuntu 24.04 are:

  • brewtarget-4.0.6_24-1_amd64.deb (with checksum in brewtarget-4.0.6_24-1_amd64.deb.sha256sum)
  • brewtarget-4.0.6_24-1.x86_64.rpm (with checksum in brewtarget-4.0.6_24-1.x86_64.rpm.sha256sum)