Skip to content

Releases: kruc/toggl-to-jira

v0.8.1

17 Mar 19:37
a401f56
Compare
Choose a tag to compare

Changelog

a401f56 Fix github action release configuration

v0.8.0

17 Mar 19:24
670e8fb
Compare
Choose a tag to compare

Changelog

204f56a Add private key to gh actions config
15dbdb0 Build windows binary and limits all to amd64
b6f7137 [ISSUE-1] Add readme
3f60d60 [ISSUE-4] Closes #4

v0.7.1

15 Mar 19:13
2a0e7be
Compare
Choose a tag to compare

Changelog

2a0e7be Change tag trigger
87149e1 Cleanup
34d112b Test release

v0.7.0

14 Mar 08:40
Compare
Choose a tag to compare

Changelog

55178c4 Improve configuration - validate missing config keys

v0.6.0

10 Mar 20:50
Compare
Choose a tag to compare

Changelog

653e635 Add goreleaser
e1ba4c8 Replace debug flag with apply flag

0.5.0

02 Mar 22:29
Compare
Choose a tag to compare

RELEASE NOTES

0.5.0

  • Configuration file structure changes:
    client:
        client_name:
            enabled: true
    default_client:
        jira_client_user: firstname.lastname
        jira_host: https://jira.atlassian.net
        jira_password: token
        jira_username: firstname.lastname@domain.com
        stachursky_mode: 1
    log_format: text
    log_output: stdout
    jira_migration_success_tag: logged
    jira_migration_failed_tag: jira-migration-failed
    jira_migration_skip_tag: jira-migration-skip
    period: 1
    toggl_token: token
    
  • Overwrite default_client config per client
    client:
        client_name:
            enabled: true
            stachursky_mode: 15