Skip to content

Releases: jigarius/toggl2redmine

v4.4.0

17 Oct 13:15
811ee27
Compare
Choose a tag to compare

What's Changed

This is the first stable release after switching to TypeScript. It's mostly cleanup under the hood; no big changes for end users as such.

v4.4.0-beta.1

04 Sep 15:21
8859610
Compare
Choose a tag to compare
v4.4.0-beta.1 Pre-release
Pre-release

This release contains features and under-the-hood improvements.

Features

  • Closed issues are striked through like elsewhere on Redmine
  • Project names are clickable
  • Most UI elements are now translated
    • Added French translations
    • Improved Spanish translations

Improvements

  • The JavaScript code has been rewritten with TypeScript with the following goals in mind:
    • Make the code more organized and readable.
    • Make the code easier to debug.
    • Make the code testable.
    • Make the code less prone to errors.
  • Some of the JavaScript code is now unit tested.

v4.3.1

30 Aug 18:14
9dae460
Compare
Choose a tag to compare

Changes

  • Store Toggl IDs as bigint - See #73
  • Adds UI translations in Japanese - See #72
  • Disallow logging time on closed projects #31
  • Round time off to the nearest 1 minute by default #59
  • Improve logging in developer console (JS)
  • Display project names as links #68

As always, test on a non-prod env before deploying to prod.

4.2.1

15 May 20:17
7a1262c
Compare
Choose a tag to compare

Changes

  • Tested to be working with Redmine 4.2.x.
  • Organized Ruby code and added several tests.
  • Toggl API endpoints now renamed to api.track.toggl.com.
  • Replaced time entry action buttons with Redmine context menus.
  • Added Spanish translations.

As always, test on a non-prod env before deploying to prod.