Merge tag 'v1.16.0' into development

Release 1.16.0
This commit is contained in:
Paul van Tilburg 2015-06-20 22:06:51 +02:00
commit c15f6c4e2e
3 changed files with 28 additions and 1 deletions

View File

@ -1,5 +1,31 @@
= Stop… Camping Time! release news
== 1.16.0
Features:
* Moved to Bootstrap 3! [#c36555]
* Reworked all forms, tables, buttons, alerts, etc.
* Made all views responsive, should be usable by smartphones and tablets
* Made the menu bar responsive
* Added some missing headers in several views
* Added a Register time button to the timeline view;
this can be used on (extra) small form-factor devices where the
time entry table row will be hidden
* Use two-column layout for the invoices view
Application:
* Replaced Bootstrap 2.0 files by the files of version 3.3.5
* Replace Glyphicon images by the new Glyphicon font files
* Clean up source code and wrap it to 80 characters
* Replace hash notation by the more-modern Ruby keyword notation
Other bugfixes:
* Hide registered time header if there are no time enries
* Many small bugfixes and inconsistencies in the HTML/styling
== 1.14.0
Features:

View File

@ -14,6 +14,7 @@ invoicing.
* Administration of invoices
* Invoice generation in PDF/LaTeX format
* can include a time specification if required by the customer
* Fully responsive (can be used om smartphone, tablet and desktop)
== Requirements

View File

@ -55,7 +55,7 @@ end
module StopTime
# The version of the application
VERSION = '1.14.0'
VERSION = '1.16.0'
puts "Starting Stop… Camping Time! version #{VERSION}"
# @return [Hash{String=>Object}] The parsed configuration.