Skip to content

Releases: caseydavenport/biermacht

v1.5.0

21 Feb 01:21
Compare
Choose a tag to compare
  • Add efficiency calculator (beta)
  • Better handling of non-fermentable sugars #65 (@sharathcshekhar)
  • Fix crash caused by sort-by-date.
  • Better handling of missing data in imported recipes.

Urgent crash fix

05 Oct 03:18
Compare
Choose a tag to compare
  • Fix crash due to malformed recipe SQL table.

Recipe sorting

04 Oct 05:27
Compare
Choose a tag to compare
  • Ability to sort recipes using various strategies.
  • App now tracks recipe "last modified" date
  • Fix crash when deleting some styles from database.

Improve bsmx import

20 Sep 06:32
Compare
Choose a tag to compare
  • #58 Fixes bug with .bsmx imports where the file failed to parse when the first tag is unrecognized.

Recipe import tweak, notes bugfix, calibration temp

18 Sep 23:07
Compare
Choose a tag to compare
  • Don't clear notes when editing recipe: #54 @gabeweisz
  • Remember last used calibration temperature: #56 @gabeweisz
  • Always try to parse as .bsmx / .bxml. Be less prescriptive about extensions.

Recipe import, stability fixes

11 Aug 04:25
Compare
Choose a tag to compare
  • Fix various recipe import bugs.
  • Stability improvements.
  • Added Mosaic / El Dorado hops.

Bugfixes

21 Apr 05:11
Compare
Choose a tag to compare
  • Delete ingredients, MashProfile, mash steps when deleting a recipe.
  • Fix Detail progress bar coloring on older versions of Android.
  • Potentially fix issue with list view footer causing weird crash.

Add detail visualization

18 Apr 04:09
Compare
Choose a tag to compare
  • Add meter visual for recipe details.
  • Fix crash when null brew date was specified.

Brew Date, Notes improvements

17 Apr 22:31
Compare
Choose a tag to compare
  • Support brew dates on recipes
  • Support notes field in details list.

Initial BIAB support

13 Apr 04:58
Compare
Choose a tag to compare
  • Rudimentary BIAB support.
  • Fix some null pointer crashes resulting from global variable access.