From 1376ac3828774cf0f7ee094f39caa3c48a9a9503 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 11 Jul 2015 21:48:40 +0200 Subject: [PATCH 1/2] Bump version to 1.16.1 --- stoptime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stoptime.rb b/stoptime.rb index 5c5d7aa..8dbef5b 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -55,7 +55,7 @@ end module StopTime # The version of the application - VERSION = '1.16.0' + VERSION = '1.16.1' puts "Starting Stop… Camping Time! version #{VERSION}" # @return [Hash{String=>Object}] The parsed configuration. From 8c15c2f31852be90a5ec2fe2de1f240cb3d9f43e Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 11 Jul 2015 21:51:02 +0200 Subject: [PATCH 2/2] Update the changelog for the 1.16.1 release --- CHANGELOG.rdoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 7291dbf..6ec4f8e 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,5 +1,14 @@ = Stop… Camping Time! release news +== 1.16.1 + +Features: + +* Allow back/forth navigation through company info version +* Only show unbilled time in the customer from (load time improvement!) +* Tweaked some form input sizes +* Add missing view subtitles + == 1.16.0 Features: