Skip to content

Releases: te-online/timemanager

v0.3.16

24 Sep 20:33
Compare
Choose a tag to compare

0.3.16 Beta, 24. September 2024

Added

  • Support for Nextcloud 30

Changed

  • Updated JS dependencies and adjusted build scripts

Fixed

  • Adjustments to global CSS changes in Nextcloud 30

v0.3.15

18 Jul 20:11
Compare
Choose a tag to compare

0.3.15 Beta, 18. July 2024

Fixed

  • Statistics graphs and reports should now respect the current timezone as determined by the user's browser and should not skip any days anymore (#122)

v0.3.14

28 Apr 18:45
Compare
Choose a tag to compare

0.3.14 Beta, 28. April 2024

Added

  • Basic support for Nextcloud 29, manually checked

Changed

  • Styling updates, matching Nextcloud 29
  • Reports: Minor UX improvements

v0.3.13

30 Mar 11:30
Compare
Choose a tag to compare

0.3.13 Beta, 30. March 2024

Fixed

  • Nextcloud 28.0.4 dependency manager could not find JS file referenced via JSON file. It is unclear why this stopped working in a minor version update (#163)

v0.3.12

08 Mar 20:23
Compare
Choose a tag to compare

0.3.12 Beta, 8. March 2024

Fixed

  • Legacy Sync API did not work when using PostgreSQL (#150)
  • Clients could not be edited after being shared with a group the author was a member of (#152)

Changed

Added

  • Sharing Dialog: Show "(Group)" behind search results that are groups to make it easier to discern them from users

v0.3.11

17 Dec 15:59
Compare
Choose a tag to compare

0.3.11 Beta, 17. December 2023

I'm really sorry about these frequent, tiny releases. They are important bugfixes and I hope this to be the last one for now. Thanks for your patience

Fixed

  • Another fix for the Sync API used by the Android app: Some objects may not be present in the sync response due to erroneuos re-use of a single QueryBuilder instance, unintentionally producing conflicting query conditions (#150)

v0.3.10

08 Dec 22:57
Compare
Choose a tag to compare

0.3.10 Beta, 8. December 2023

Fixed

  • Fix Android app stops loading data: Revert use of named parameter for providing list of applicable commits to SQL for the legacy sync API (#148)

v0.3.9

02 Dec 21:19
Compare
Choose a tag to compare

0.3.9 Beta, 2. December 2023

Added

  • Add sharing with Nextcloud user groups (#93 and #141) (contributed by @DavidProdinger)
  • Run (manual) tests for Nextcloud 28 (RC2) and bump compatibility (autotest pending docker-container release)
  • Add Italian localization (thanks to @Fabiettus)

v0.3.8

06 Jul 17:59
Compare
Choose a tag to compare

0.3.8 Beta, 5. July 2023

  • Update to comply with Autoloader requirements (by @SpaceCafe, #130)
  • Update JS dependencies

v0.3.7

09 Apr 17:49
Compare
Choose a tag to compare

0.3.7 Beta, 9. April 2023

Added

  • Run tests for Nextcloud 26 and bump compatibility to Nextcloud 26
  • Update JS dependencies

Fixed

  • Migrate to QueryBuilder for all SQL queries to restore Nextcloud 26 compatibility (#32 and #117)
  • Quick Add: Date fields are able to open brower's built-in mini calendar again (#115)