# HG changeset patch # User Michiel Broek # Date 1557482703 -7200 # Node ID 64d6f3c857d7b33b042f60afa4bbd77e1a5f12f0 # Parent 2e372eeba04b1bf2f5203056bd89f710808d4721 Version 0.1.3 development. diff -r 2e372eeba04b -r 64d6f3c857d7 README.design --- a/README.design Fri May 10 11:35:16 2019 +0200 +++ b/README.design Fri May 10 12:05:03 2019 +0200 @@ -71,16 +71,16 @@ +--------------------------------------------------------- Log/rapport Main table: products. - In progress: overview. - In Progress: view charts. DONE fermenters, todo brewlogs. + In progress: overview. DONE. + In Progress: view charts. DONE. In Progress: view logs. - In Progress: update state. + In Progress: update state. DONE. In Progress: Tabbed screens. DONE. Start new: some sort of wizzard like a new recipe. DONE. - Archive: select via name/code/date. + Archive: select via name/code/date. DONE. Calendar: shows upcoming events. - Recipes can be copied to 'recipes' or 'brews', imported from 'recipes'/'products' or created manual. - Products recipes Beerxml import. + Recipes can be copied to 'recipes' or 'brews', imported from 'recipes'/'products' or created manual. DONE. + Products recipes Beerxml import. DONE. Recipes Beerxml import. @@ -122,10 +122,12 @@ Extra: -Gisten alcohol_tolerance veld toevoegen. +Gisten alcohol_tolerance veld toevoegen. DONE. Gisten diastaticus bit toevoegen. Waarschuwing voor te zwaar voor de gist. Waarschuwing voor overschrijden moutstort. Gist typen: kveik en brett? Apart of niet. +Automatisch ingredienten afboeken afhankelijk van de project fase. +Controle ingredienten voor het brouwen. diff -r 2e372eeba04b -r 64d6f3c857d7 config.status --- a/config.status Fri May 10 11:35:16 2019 +0200 +++ b/config.status Fri May 10 12:05:03 2019 +0200 @@ -621,7 +621,7 @@ S["CC"]="gcc" S["CYEARS"]="2016-2019" S["COPYRIGHT"]="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" -S["VERSION"]="0.1.2" +S["VERSION"]="0.1.3" S["PACKAGE"]="bms" S["SUBDIRS"]="bmsd doc script tools www" S["target_alias"]="" @@ -710,7 +710,7 @@ D["PACKAGE_STRING"]=" \"\"" D["PACKAGE_BUGREPORT"]=" \"\"" D["PACKAGE_URL"]=" \"\"" -D["VERSION"]=" \"0.1.2\"" +D["VERSION"]=" \"0.1.3\"" D["COPYRIGHT"]=" \"Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved\"" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" diff -r 2e372eeba04b -r 64d6f3c857d7 configure --- a/configure Fri May 10 11:35:16 2019 +0200 +++ b/configure Fri May 10 12:05:03 2019 +0200 @@ -2043,7 +2043,7 @@ PACKAGE="bms" -VERSION="0.1.2" +VERSION="0.1.3" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" diff -r 2e372eeba04b -r 64d6f3c857d7 configure.ac --- a/configure.ac Fri May 10 11:35:16 2019 +0200 +++ b/configure.ac Fri May 10 12:05:03 2019 +0200 @@ -8,7 +8,7 @@ dnl General settings dnl After changeing the version number, run autoconf! PACKAGE="bms" -VERSION="0.1.2" +VERSION="0.1.3" COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" CYEARS="2016-2019" AC_SUBST(PACKAGE)