Releases: berkmancenter/timetracker
Releases · berkmancenter/timetracker
2.1.4
- Added a pinger feature to the front-end application to repeatedly check if the user session is still valid.
2.1.3
- Added
stats
export toCSV
. - Allowed to clone periods.
- Removed the
pace-js
lib.
2.1.2
- Made the entries list show a short version of usernames.
- Redirect to a user default month after unsudo.
2.1.1
- Hid the sidebar horizontal scroll.
2.1.0
- Moved the rest of the front-end application from Rails to Vue.
2.0.4
- Applied security updates to the
nokogiri
gem.
2.0.3
- Turned off autocomplete for time field.
- Allowed to set allowed CORS origins in env.
- Removed extra free space on the right side of the entry form labels.
2.0.2
- Added a toast when a
HarvardKey
session needs to be refreshed. - Made the
project
andcategory
suggestions list only logged-in user categories and projects.
2.0.1
- Fixed a typo in the front app store.
2.0.0
- Rewrote the front-end part to the latest
Vue
. - Improved the API models.