ephys

pondus release 0.8.0

I am happy to announce version 0.8.0 of pondus, your personal weight tracker. You can download it here and follow the installation instructions. This release includes the following changes:

  • Bump minimum required version of python to 2.5
  • Add options to track bodyfat, muscle and water percentage (can be activated in preferences)
  • Add option to add notes to datasets (can be activated in preferences)
  • Plot bodyfat, muscle or water using second y-axis in graph
  • Set default plot range to “Last Year” and replace “Last 3 months” with “Last 6 months”
  • Display bodyfat, muscle, water and notes as tooltips in main window
  • Add Finnish translation (Thanks Esa Rautiainen)
  • Add Hebrew translation (Thanks Yaron Shahrabani)
  • Add Russian translation (Thanks Alex Slabchenko)
  • Add Turkish translation (Thanks Muhammet Kara)
  • Updated translations: bg, de, sv

pondus release 0.7.3

I am happy to announce version 0.7.3 of pondus, your personal weight tracker. You can download it here and follow the installation instructions. This release includes the following changes:

  • Make add/edit dialog transient (Thanks niqueco for the initial patch)
  • Documentation updates: official homepage is now at bitbucket
  • Add Bulgarian translation (Thanks Yasen Pramatarov)
  • Add Esperanto translation (Thanks Axel Rousseau)
  • Updated translations: fr

pondus release 0.7.1

I am happy to announce version 0.7.1 of pondus, your personal weight tracker. You can download it here and follow the installation instructions. This release includes the following changes:

  • Update date range when in-/excluding the plan in the plot if necessary
  • Add Swedish translation (Thanks Peter Landgren)
  • Updated translations: it

pondus release 0.7.0

I am happy to announce version 0.7.0 of pondus, your personal weight tracker. You can download it here and follow the installation instructions. This release includes the following changes:

  • Switch to MIT license
  • Bump minimum required version of pygtk to 2.12
  • Import matplotlib in a separate thread in the background to reduce startup time. Plotting is enabled once the import is completed.
  • Add “Last 3 Months” daterange to plot dialog and make it default if the weight history goes further back than 3 months and if measurements exist in the last 3 months
  • When using imperial units, interpret csv-im-/exported data as lbs
  • Fix crash when trying to smooth nonexistent data
  • Add more tooltips to improve usability
  • Minor performance improvements and code cleanup
  • Updated translations: de, es, pl

pondus release 0.6.0

I am happy to announce version 0.6.0 of pondus, your personal weight tracker. You can download it here and follow the installation instructions. This release includes the following changes:

  • The weight plot can be smoothed to filter out short-term fluctations and to emphasize the general trend of the weight (Thanks Stefano Maggiolo for the initial patch)
  • Add option to replace the date entry with a calendar widget in the add/edit dialog (Thanks Stefano Costa for the initial patch)
  • Use a spinbutton for entering the weight in the add/edit dialog
  • Fix visibility of edit-/quit-button in toolbar with recent versions of pygtk
  • Minor usability tweaks to the plot dialog
  • Add information about the used format to the xml-file to ease future conversions to new formats
  • Add Polish translation (Thanks Adam Piotrowicz)
  • Updated translations: de, fr

pondus release 0.5.3

I am happy to announce version 0.5.3 of pondus, your personal weight tracker. You can download it here and follow the installation instructions. This release includes the following changes:

  • Fix crash on first startup
  • Remove shebang from non-executable files (Thanks Sindre Pedersen Bjørdal for the patch)