Skip to content

Releases: te-online/timemanager

v0.3.6

06 Mar 20:03
Compare
Choose a tag to compare

0.3.6 Beta, 6. March 2023

Fixed

  • Quick Add: Fix duration popover closing when using the mouse to open it in Chrome (issue #114)

v0.3.5

05 Mar 01:00
Compare
Choose a tag to compare

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

06 Nov 22:17
Compare
Choose a tag to compare

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 and overflow: 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

12 Sep 21:16
bf45a66
Compare
Choose a tag to compare

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

30 Jun 21:21
03e6ae5
Compare
Choose a tag to compare

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

06 May 20:33
Compare
Choose a tag to compare

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

18 Apr 20:26
42f4677
Compare
Choose a tag to compare

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)

v0.2.9

15 Mar 18:54
035e391
Compare
Choose a tag to compare

0.2.9 Beta, 15. March 2022

  • Bugfix: Import UI will now create a commit and show the success message even if importing to an empty database
  • Bugfix: Navigation button will stay visible and interactive when navigating client-side (issue #70)

v0.2.8

24 Feb 21:59
a18bc8e
Compare
Choose a tag to compare

0.2.8 Beta, 24. February 2022

  • Add feature-preview of import functionality for clients, projects and tasks from a CSV file
  • Add Chinese simplified localization (thanks to @lakehy)

v0.2.7

21 Jan 21:09
Compare
Choose a tag to compare

0.2.7 Beta, 4. December 2021

  • Maintenance: Bump compatibility to Nextcloud 23
  • Maintenance: Update JS dependencies
  • Bugfix: Filter selects – Add missing color customisations for dark-mode (issue #59)
  • Bugfix: Reports – Improve completeness of reports at the beginning and end of an interval (issue #58)