diff --git a/sleepyhead/build_number.h b/sleepyhead/build_number.h index 4efaa269..6025edac 100644 --- a/sleepyhead/build_number.h +++ b/sleepyhead/build_number.h @@ -1 +1 @@ -const int build_number = 1; +const int build_number = 2; diff --git a/sleepyhead/docs/release_notes.html b/sleepyhead/docs/release_notes.html index d4da15d7..6d5f88b4 100644 --- a/sleepyhead/docs/release_notes.html +++ b/sleepyhead/docs/release_notes.html @@ -1,4 +1,20 @@ +Changes and fixes in v1.0.0-beta-2 + + +
  • [PR S1/Dreamstation Importer] Periodic Breathing/CSR was not Doubling on F0V4 560 machines
  • +
  • [Core Program] Fix program crash on changing language or profile
  • +
  • [PR S1/Dreamstation Importer] Added PRS1 BiPAP AutoSV 960T F5V2 support
  • +
  • [ResMed Importer] EPR erroneously shown as OFF instead of 3
  • +
  • Redesign autoupdater so it parses Qt Installer Frameworks XML structures
  • +
  • Reset Channel names on language change
  • +
  • Improve Tooltip timeouts in preferences
  • +
  • Fix some untranslateable strings and spelling mistakes
  • +
  • Fix a couple of minor Time at Pressure chart/tooltip glitches
  • +
    +
    +
    + Changes and fixes in v1.0.0-beta-1 @@ -7,6 +23,7 @@
  • Redid Unintentional Leaks calcluations using a simple Mask Profile in Preferences
  • Make Release Notes welcome message translate-able (should the changelog be too?)
  • +

    Changes and fixes in v1.0.0-beta-0 diff --git a/sleepyhead/main.cpp b/sleepyhead/main.cpp index cea8e041..86296938 100644 --- a/sleepyhead/main.cpp +++ b/sleepyhead/main.cpp @@ -85,25 +85,27 @@ void release_notes() QVBoxLayout * layout = new QVBoxLayout(&relnotes); QWebView * web = new QWebView(&relnotes); - QString welcomeMessage = "" - "

    "+QObject::tr("After four years in the making, this build brings SleepyHead into the final beta phase.")+"

    " - "

    "+QObject::tr("Things are not perfect yet, but the focus from now is putting on the finishing touches. ")+ - QObject::tr("This version brings support for the new Philips Respironics DreamStation, and older PRS1 1060P models.")+ - "

    "; - +// QString welcomeMessage = "" +// "

    "+QObject::tr("After four years in the making, this build brings SleepyHead into the final beta phase.")+"

    " +// "

    "+QObject::tr("Things are not perfect yet, but the focus from now is putting on the finishing touches. ")+ +// QObject::tr("This version brings support for the new Philips Respironics DreamStation, and older PRS1 1060P models.")+ +// "

    "; +; QFile clfile(":/docs/release_notes.html"); QString changeLog = QObject::tr("Sorry, could not locate changelog."); if (clfile.open(QIODevice::ReadOnly)) { QTextStream ts(&clfile); + //Todo, write XML parser and only show the latest.. changeLog = ts.readAll(); } + QString html = "" "" - "" - "

    "+QObject::tr("Greetings!")+"

    "; + ""; + //"

    "+QObject::tr("Greetings!")+"

    "; - html += welcomeMessage; +// html += welcomeMessage; if (ReleaseStatus != "r") { @@ -111,8 +113,8 @@ void release_notes() ""+QObject::tr("As this is a pre-release version, it is recommended that you back up your data folder manually before proceding, because attempting to roll back later may break things.")+"

    "; } - html += "

    "+QObject::tr("Sleep Well, and good luck!")+"

    " - "

    "+"JediMark"+"


    "+QObject::tr("Change log")+"


    "; +// html += "

    "+QObject::tr("Sleep Well, and good luck!")+"

    " +// "

    "+"JediMark"+"


    "+QObject::tr("Change log")+"


    "; html += changeLog; html += ""; diff --git a/sleepyhead/scripts/build_number b/sleepyhead/scripts/build_number index d00491fd..0cfbf088 100644 --- a/sleepyhead/scripts/build_number +++ b/sleepyhead/scripts/build_number @@ -1 +1 @@ -1 +2