WeatherLog Changelog

What's new in WeatherLog 1.5.1

Feb 13, 2014
  • This version adds the ability to select a range of data to show in the charts, and fixed a number of bugs.

New in WeatherLog 1.5 (Feb 8, 2014)

  • This version adds charts, a new way of viewing data that shows how the days compare to each other and to the overall average, low, high, and median.

New in WeatherLog 1.4.6 (Jan 22, 2014)

  • I’ve just been trying to get this done quickly without really caring about optimizations so far, so there is plenty of redundant code that can be cut. There’s a lot of computing the same data repeatedly within the same functions, so I can remove all the duplicates.
  • I might move the data computing code into a separate worker so it doesn’t block the main thread. The UI would be created and displayed first, with the data filled in once the calculations are complete. I’m not certain that this is a good idea though, as it still makes the app look like it’s lagging.
  • Currently if the info screens are accessed multiple times without additional data being added, the info has to be calculated each time, despite that it will still be the same. It would reduce the delays further if the calculated info was cached, so then if the screen was accessed again the data could simply be taken from the cache.

New in WeatherLog 1.4.5 (Oct 30, 2013)

  • This release contains code improvements, in addition to other smaller changes.