Skip to content

Latest commit

 

History

History
217 lines (105 loc) · 7.8 KB

CHANGELOG.md

File metadata and controls

217 lines (105 loc) · 7.8 KB

CHANGELOG

v0.4.4 (2023-07-26)

Fix

  • fix(models): Add transferred attribute (50341a3)

v0.4.3 (2023-07-25)

Fix

  • fix(activities): Fix stopping

fix(activities): Remove unnesscary transform (2beb356)

v0.4.2 (2023-07-24)

Fix

  • fix: allow to pass relatioships to rel transform (af2efde)

v0.4.1 (2023-07-24)

Chore

  • chore: Update AUR package (df3ec7e)

Fix

  • fix(models): Add correct default type for archived attribute (21a396d)

v0.4.0 (2023-07-22)

Feature

  • feat: archived filter on projects and tasks (d12296b)

Fix

  • fix: use numerical bool value for archived (0070dfb)

v0.3.2 (2023-07-22)

Fix

  • fix: date transform returning datetime instead of date (34911bf)

Unknown

  • Merge pull request #8 from C0rydoras/fix-date-transform

fix: date transform returning datetime instead of date (743c5f3)

v0.3.1 (2023-07-21)

Chore

  • chore: Add current aur stuffs (78dd915)

Fix

  • fix: Use cache folder for caching (e617a19)

  • fix: Fix activity stop bug (5893e9f)

v0.3.0 (2023-07-21)

Chore

Feature

  • feat: Add get_cached method (082ec40)

Unknown

  • Merge pull request #1 from adfinis/add_cache

feat: Add get_cached method (24cb9f1)

v0.2.1 (2023-07-19)

Fix

v0.2.0 (2023-07-19)

Breaking

  • feat!: SSO using well-known autoconfiguration (f290229)

Chore

v0.1.0 (2023-07-18)

Breaking

  • refactor!: massivly refactored everything (13c51b2)

Chore

Feature

  • feat(ci): Add pypi building (e837751)

  • feat: map included things into relationships (391e428)

  • feat: map includes into relationships WIP (7232940)

  • feat: added raw to get (841ee97)

  • feat: added customers, projects and tasks (979e4c9)

  • feat: activities (8c2a0c3)

  • feat(oidc): Implement token caching and expiry detection (691a265)

  • feat(oidc): Better ux by adding fallback html + disabling logging (260d806)

  • feat: better model stuff (c19e90c)

  • feat: overtime reports users (e7d8de3)

Fix

  • fix: deserialize relationships properly (4939d97)

  • fix: update poetry.lock (7b0156a)

  • fix: temporary fix for nested things in activity (b2a8050)

  • fix: include causing errors on None (91beef5)

Unknown

  • Merge branch 'main' into 'main'

Main

See merge request arthurd/libtimed!3 (faf28a0)

  • Merge branch 'map-include' into 'main'

feat: map included things into relationships

See merge request arthurd/libtimed-dev!5 (013b93e)

  • Merge branch 'main' into 'map-include'

Conflicts:

src/libtimed/models.py

src/libtimed/transforms.py (2ba15ff)

  • Merge branch 'main' into 'main'

merge into the correct main branch

See merge request arthurd/libtimed!2 (d234ee3)

  • Merge branch 'deserialize' into 'main'

fix: deserialize relationships properly

See merge request arthurd/libtimed-dev!4 (43fa70c)

  • Merge branch 'include' into 'main'

Include

See merge request arthurd/libtimed-dev!3 (11fba6e)

  • Merge branch 'fix-lockfile' into 'main'

fix: update poetry.lock

See merge request arthurd/libtimed-dev!2 (826d3b5)

  • Merge branch 'refactor' into 'main'

refactor libtimed

See merge request arthurd/libtimed!1 (ede9187)

  • Merge branch 'main' into 'refactor'

Conflicts:

examples/activities.py

src/libtimed/models.py (a37aea1)