Changelog History
-
v1.0.0 Changes
January 17, 2020๐ It is quite awhile since previous proper release.
๐ Thank you for all feedback community and cloud editions. Below is a list of things changed after last release.
โฌ๏ธ The major change is: now app requires Node.JS 10 (so existing installations should be upgraded carefully).
- โฌ๏ธ Upgrade Node.js version to 10
- Ongoing code cleanup and modernisation
- ๐ Fix issue with handlebar.js breaking change
- ๐ฆ Expose employee calendar for admin users
- Issue with carryover and accrual allowance
- โฌ๏ธ Some dependencies upgrades
- ๐ New default Bank holidays for upcoming years
- Public holiday management page
- Tooltips on calendar widgets are more informative
- ๐ Use Chrome driver instead of Phantom (rolled back though)
- Email regarding leave request are more informative
- ๐ Allow to deactivate Team view on company basis
- โ Add comments to leave request and expose them in emails
- โ Add auditing capacity to the application (behind scene for now)
- ๐ป Enable carry over of unused holiday via admin UI
- โ Add more pages to mobile view
- Bring in API framework (very basic)
- Widen date range for calendar based feed
- โ Add auto approve feature
- โ Remove account feature
- Company account data backup
- โ Remove feature of account migration between instances of TimeOff.Management installations
- ๐ Feature of accrued allowance
- ๐ Better explanation of employee allowance
- Retire bulk departments editing
- ๐ Allow add users in bulk by uploading CSV file
- ๐ Allow existing customers to import default bank holidays
- Bring colour coding for leave types
- Reports available for admin users
-
v0.10.0 Changes
January 25, 2018Two main features are added:
- TimeZones: company could have its own time zone so long standing issue with times is solved
- Bulk employee import: it makes setting up account even more easier.
Also few more smaller improvements:
- Team view page was rebuilt to eliminate issue of mismatching users with calendar info
- ๐ Allow electing default lave type to be shown on top of the list
-
v0.9.0 Changes
December 27, 2017๐ Two major features are in this release:
- ๐ง Now it is possible to configure multiple supervisors for given department
- Want to carry over holidays to the next year: run "npm run-script carry-over-allowance"
-
v0.8.0 Changes
November 14, 2017As per #184 introduce new column on Team view page with summary of how many days from allowance each employee used in given month.
Please note that there is one new 3d party NPM module so when upgrading to this version do not forget to run npm install.
-
v0.7.0 Changes
November 02, 2017Gradually retiring old dependencies.
-
v0.6.2 Changes
June 06, 2017โ Add new feature of leave auto approvals. Employees could be configured to have new leaves going directly into Approved status.
-
v0.5.2 Changes
May 20, 2017๐ Fixes for recently deployed new feature: cancelation before approvals.
-
v0.5.0 Changes
May 18, 2017๐ Allow employees to cancel leave requests that were not approved yet.
-
v0.4.4 Changes
May 18, 2017โฑ Now it is possible to define custom schedule for entire company or individual employees: configure working and non-working days.