From 0985da51cf537c5d0118f9f5ac1ac542baa28563 Mon Sep 17 00:00:00 2001 From: Richard Freeman Date: Sat, 12 Jan 2013 08:19:54 -0500 Subject: [PATCH] Update version/notes for release. Signed-off-by: Richard Freeman --- docs/release_notes.html | 19 ++++++++++--------- version.h | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/release_notes.html b/docs/release_notes.html index 88b3ef73..1809517f 100644 --- a/docs/release_notes.html +++ b/docs/release_notes.html @@ -1,19 +1,19 @@ -

SleepyHead v0.9.2 BETA

+

SleepyHead v0.9.3 BETA

Release Notes

Hi There!

-

This is just a minor update, but it added some new functionality to the auto-updater.

+

Thanks for bearing with us this year - it has been a crazy year for some of us, and we're thankful for a few who have stepped up to help out. Anyone who wants to contribue to SleepyHead (whether with code, documentation, or just helping those with questions), please contact us or post one one of the lists/forums on our website.

New features & bugs fixes in this Update:
-
  • Auto-Updater test for Windows & Mac Platforms
  • -
  • Adds Total Leaks Overview chart for PRS1 Users.
  • -
  • Preliminary ZEO CSV Support, and simple SleepStage line graph
  • -
  • Fixes Overview AHI chart showing "No Data" on 0.00 days.
  • -
  • Fixes crash after using Preferences before importing first data.
  • -
  • Fixes first minute of Resp. Rate & Minute Vent calcs not showing data. (You will have to Data->Advanced->Purge CPAP Data and then reimport if you want this, as recalc won't do it)
  • -
  • Cursor up/down zoom did not take into account hidden graphs
  • +
  • Impproved Auto-Updater previously released in a test release.
  • +
  • Support for the PRS1 Series 60, in large part due to a patch from Keary Griffin.
  • +
  • A bunch of small PRS1 fixes, especially for the AutoSV.
  • +
  • Added Flow Limit to the summary and overview screens. This can be a useful indicator in certain types of apnea.
  • +
  • Some 64-bit fixes, and some other bugfixes mainly useful to those building from source, especially on linux.
  • +
  • Added Melbourne as a timezone option.
  • +
  • Fixed some issues with the prescription changes table with certain machines.
  • Would you like to help test breaky stuff?

    Advanced users who are willing, can now help test future updates, so we can hopefully avoid unleashing unintentonally buggy versions on everyone else.

    @@ -23,5 +23,6 @@

    Sleep Well, and have fun!

    Mark Watkins (JediMark)

    +

    Richard Freeman (rich0)

    diff --git a/version.h b/version.h index 01a665fb..fc3d109d 100644 --- a/version.h +++ b/version.h @@ -5,8 +5,8 @@ const int major_version=0; const int minor_version=9; -const int revision_number=2; -const int release_number=3; +const int revision_number=3; +const int release_number=0; const QString VersionString=QString().sprintf("%i.%i.%i",major_version,minor_version,revision_number); const QString FullVersionString=QString().sprintf("%i.%i.%i-%i",major_version,minor_version,revision_number,release_number);