Skip to content

Commit 0e1258c

Browse files
committed
release added to docs
1 parent c1f3825 commit 0e1258c

16 files changed

+16
-1
lines changed
1.38 KB
Loading
816 Bytes
Loading
1.98 KB
Loading
1.51 KB
Loading
Loading
143 Bytes
Loading
374 Bytes
Loading
1.85 KB
Loading
1.38 KB
Loading
2.09 KB
Loading
2.34 KB
Loading
3.8 KB
Loading
-139 Bytes
Loading
2.23 KB
Loading

server/documentation/documentation.md

+15
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,21 @@ If you or your organization would like to help beta test a Pro version of Timesh
247247

248248
# Release Notes
249249

250+
## Version 1.4.2
251+
Released on July 03, 2019
252+
253+
### usability
254+
* more space on table for locked previous weeks
255+
256+
### Fixes
257+
* selects now show alphabetically sorted consultants, projects and rates
258+
* added filter by year on Home page
259+
* show correct available working time
260+
* upload file takes read url and port from boot config file and file name is parsed dynamically
261+
262+
### technical
263+
* Upgrade to Quasar 1.0.2 and Go 1.12.6, npm replaced with yarn
264+
250265
## Version 1.4.0
251266
Released on June 24, 2019
252267

server/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ require (
1717
github.com/sirupsen/logrus v1.4.2
1818
github.com/spf13/cobra v0.0.5
1919
github.com/spf13/viper v1.4.0
20-
github.com/ugorji/go/codec v1.1.7 // indirect
20+
github.com/ugorji/go v1.1.7 // indirect
2121
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
2222
)

0 commit comments

Comments
 (0)