Skip to content

Releases: rdb/toggl2moneybird

0.5.2

21 Nov 10:55
@rdb rdb
Compare
Choose a tag to compare
  • Fix 'billable' KeyError that sometimes occurs when syncing modified description
  • Allow running when rich_argparse is not installed

0.5.1

31 Jul 15:07
@rdb rdb
Compare
Choose a tag to compare

Fix an error that only occurs on July 31st or the last few days of May

0.5.0

21 Jul 10:31
@rdb rdb
Compare
Choose a tag to compare
  • Rename --unbillable option to --include-unbillable for clarity
  • That option no longer looks at the Billable flag on a project, only on individual entries (see #4)
  • Add erase command for deleting synchronized entries from moneybird (--project can be added to only delete entries for a particular project)
  • Add logout command, which forgets Toggl Track and moneybird credentials
  • Add login command for symmetry

0.4.1: Fix bug with archived projects

18 Jul 20:18
@rdb rdb
Compare
Choose a tag to compare

Fixes #3, which causes an exception when syncing time entries associated with archived projects.

0.4.0

21 Jun 09:05
@rdb rdb
Compare
Choose a tag to compare

Minor bug fixes, and improvements helping people without paid Toggl Track subscription:

  • Add --unbillable-tag setting to mark everything as billable except those with a given tag (#2)
  • Now asks for hourly rate and currency when invoicing if it cannot determine so from Toggl Track workspace settings
  • Add --rate and --currency settings to override the hourly rate and currency when invoicing
  • Billable entries are now marked with an emoji in the mutations table
  • Fix description not showing up in mutations table when not modified
  • Fix problem listing draft invoices covering multiple periods

0.3.0

22 Mar 00:30
@rdb rdb
Compare
Choose a tag to compare

Adds the --exclude-tag flag which can be used to exclude time entries with a given tag from being synchronized.
Minor quality of life improvements.

0.2.1: Allow empty descriptions

21 Mar 23:26
@rdb rdb
Compare
Choose a tag to compare

This release allows entries with empty descriptions to be synced in Toggl. They will appear with the description "(no description)" in moneybird.

0.2.0

21 Mar 21:43
@rdb rdb
Compare
Choose a tag to compare
  • Add --unbillable flag to allow syncing unbillable projects
  • Fix bug with oldest date limit passed to Toggl Track API by invoice command
  • Allow invoicing multiple months at the same time

0.1.1

04 Jan 13:17
@rdb rdb
Compare
Choose a tag to compare

This is a bugfix release fixing some serious start date issues that popped up over the new year. It also fixes an error that occurs when the Toggl Track timer is still running (the running entry is now simply ignored from the sync).

0.1.0

19 Nov 21:34
@rdb rdb
Compare
Choose a tag to compare
  • Better Windows support
  • Assorted bug fixes
  • Switch from setuptools to more modern python -m build