extends layout
block head
    link(href="css/timers.css", rel="stylesheet")
block content
    include includes/headline
    .container#flashcontainer
        include includes/flash
    .container.wrapper
        .row
            .col-lg-12.col-md-12.col-xs-12
                h1(style="border-bottom: 1px solid #aaa;padding:5px;") Preferences 

        .row
            .col-lg-10.col-md-10.col-xs-10.col-sm-offset-1.col-md-offset-1.col-lg-offset-1
                h2(style="border-bottom: 1px solid #aaa;padding:5px;") 0.9
                ul
                    li Statistics view has now options to alter the shown time interval (GUI response not completely debugged).
                    li Two consecutive sessions can be merged to a single session. The times will be combined and the date of the earlier session is used.
                    li Flashmessages can be closed now
                p Fixes
                    ul 
                        li Reduced frequency for updatecheck to once per minute max
                        li (Again) Fixed a bug where the configuration file could not be saved
                        li Fixed errormessage in preferencesview not showing the error
        .row
            .col-lg-10.col-md-10.col-xs-10.col-sm-offset-1.col-md-offset-1.col-lg-offset-1
                h2(style="border-bottom: 1px solid #aaa;padding:5px;") 0.8.6
                p Fixes
                    ul 
                        li Fixed a bug where the configuration file could not be saved
                        li CSS
        .row
            .col-lg-10.col-md-10.col-xs-10.col-sm-offset-1.col-md-offset-1.col-lg-offset-1
                h2(style="border-bottom: 1px solid #aaa;padding:5px;") 0.8.4
                ul
                    li Databasepath can be changed now in the preference view
                    li The port the app is running on can be changed now in the preference view
                    li You are now able to sort your timers by id,name,time or the date it was last started
                    li Active timers show the time the current session's duration instead of the total time
                    li Added description texts to the groupactions
                p Fixes
                ul
                    li Timers could not be renamed after creation
                    li New timers in a newly created group where inserted below the Add-Button
                    li Slightly enlarged and repositioned timerbuttons
                    li Added hovereffect to timerbuttons
                    li Spinning gear-icon
                    li The changelog got it's own page
                    li Removed the 'Toggle All' Button, since it was buggy and there is no real usecase for it
        .row
            .col-lg-10.col-md-10.col-xs-10.col-sm-offset-1.col-md-offset-1.col-lg-offset-1
                h2(style="border-bottom: 1px solid #aaa;padding:5px;") 0.4.0
                ul
                    li Added preferencesview
                    li The statistics view uses C3 instead of googlecharts now, because it can be used offline. Selecting a session in the list on the left side will not highlight the corresponding point in the chart anymore though (not supported in C3 yet) :(
                    li Added statistics view for groups. Available chartstyles: donut-, pie- and barchart.
                p Fixes
                ul
                    li Leave on Enter didnt work for newly created timers and groups
                    li New Timers were created with old buttonstyles
                    li Locked/Unlocked button aligned to left when clicked 
        .row
            .col-lg-10.col-md-10.col-xs-10.col-sm-offset-1.col-md-offset-1.col-lg-offset-1
                h2(style="border-bottom: 1px solid #aaa;padding:5px;") 0.3.5
                ul
                    li Added notification when there is a newer version available on npm
                    li Pressing Enter in a namefield removes the focus of the field an the name is saved
                    li Sleeptime notification: When the computer awakes from sleepmode and a timer was ticking, the user gets notified how long the computer has been sleeping (Unstable).