Releases: jigarius/toggl2redmine
Releases · jigarius/toggl2redmine
v4.4.0
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
This release contains features and under-the-hood improvements.
Features
- Closed issues are
striked throughlike 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
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
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.