Releases: te-online/timemanager
Releases · te-online/timemanager
v0.3.6
v0.3.5
0.3.5 Beta, 5. March 2023
Fixed
- Fix buttons on Reports page have padding for icon, but no icon is shown (issue #94)
- Fix crash when running Nextcloud on top of PostgreSQL due to missing space character in query (issue #100)
- Fix broken print stylesheet in NC25 due to massive upstream styling changes (issue #109)
Added
- Choose between setting duration or start and end time when creating & editing time entries w/ automatic conversion (thanks to @devattendant, PR !99)
- Dates should now be displayed in the user's browser's current timezone
- Simple end-to-end test for Quick Add widget and duration/start/end conversion
- Maintenance: Update a bunch of JS dependencies
- Add Russian localization (thanks to @lonelywoolf)
v0.3.4
0.3.4 Beta, 6. November 2022
Fixed
- SVG Favicon was re-generated (thanks to @devattendant)
- Add transform step for SCSS, since it got removed from NC25
- Fix input fields border style for NC25 on reports page
- Remove border from file input for NC25
- Fix Cypress tests for NC25 failing due to
position: fixed
andoverflow: hidden
breaking Cypress' scrolling - Fix user filter showing on time entries list even though no entries were shared
- Fix warning when checkmark status is not defined on a time entry
Added
- Run tests for Nextcloud 25 and bump compatibility to Nextcloud 25
v0.3.3
0.3.3 Beta, 11. September 2022
Added
- Dashboard / Quick Add: Rework combo-selector for client, project and taks – I hope you like it, happy to get feedback.
- Dashboard / Quick Add: Add autosuggest for previous notes for repeated time entries to prefill details
- Maintenance: Update some JS dependencies
Fixed
- Previously missing colors for select inputs have been themed
v0.3.2
0.3.2 Beta, 29. June 2022
Added
- Add overview of all projects, tasks, and latest time entries when you select the respective menu entries without selecting a client first
- Dashboard: Add ability to see latest time entries by other people in clients that you shared and enable to filter them by person
- Reports: Add ability to filter reports by person who created the time entries
Fixed
- Bugfix: The list of clients, projects, and tasks that appears when you select the respective menu items didn't show items shared with you
- Attempt to avoid more layout-shifts on Dashboard when JS has mounted components
v0.3.1
0.3.1 Beta, 6. May 2022
- Tools/Import:
- Add comma as a delimiter
- Improve test coverage
- Improve error handling, especially if file does not contain entities
- Show messages in a dialog
- Run tests for Nextcloud 24 and bump compatibility to Nextcloud 24
- Update JS dependencies
v0.3.0
0.3.0 Beta, 17. April 2022
- Add basic client sharing feature with support for sharing clients and all associated projects and tasks (issues #65 and possibly #1)
- Allows users you shared the client with to create and edit time entries in tasks you created
- Only you can see everyone's time entries (also in reports), everyone else only sees their entries
- The sharing feature is currently not supported in the Android app and/or REST API
- Maintenance: Update JS dependencies
- Bugfix: Some variables weren't checked properly before accessing them, causing warnings to be logged (issue #72)