Skip to content

Releases: MrJeffLarry/redmine-cli

v0.1.10

26 Jul 18:30

Choose a tag to compare

Changelog

  • 6c77a90 Update apt files
  • 8ec3fad Update Scoop installation command for red-cli in README.md
  • 448e6d6 Scoop update for red-cli version v0.1.9
  • 9172cc3 Merge branch 'main' of github.com:MrJeffLarry/redmine-cli
  • a367719 Brew formula update for red-cli version v0.1.9
  • 3ab45d2 Brew cask update for red-cli version v0.1.9

v0.1.9

26 Jul 18:11

Choose a tag to compare

Breaking changes

Old apt link will not work anymore, this is cuz change the way deb files are hosted please update apt repo with this line:

sudo curl -s --compressed -o /etc/apt/sources.list.d/redmine-cli.list "https://redmine-cli.hagerman.io/apt/redmine-cli.list"

Changelog

  • 04bce5c Update apt files
  • 82e8174 Uncomment commands to copy CNAME and apt directory in site.sh
  • 1df4063 Scoop update for red-cli version v0.1.8
  • 4ff8284 Merge branch 'main' of github.com:MrJeffLarry/redmine-cli
  • cf859fe Brew formula update for red-cli version v0.1.8
  • 0717ae7 Brew cask update for red-cli version v0.1.8

v0.1.8

21 Jul 20:23

Choose a tag to compare

Breaking changes

Old apt link will not work anymore, this is cuz change the way deb files are hosted please update apt repo with this line:

sudo curl -s --compressed -o /etc/apt/sources.list.d/redmine-cli.list "https://redmine-cli.hagerman.io/apt/redmine-cli.list"

Changelog

  • d81a84c Update installation instructions and documentation links in README and config files
  • 876e3a7 Update copyright notice in LICENSE file to include full name and email
  • 031c9c4 Update apt files
  • a8b6f00 Update apt files
  • 7e73f54 Update APT repository URL in redmine-cli.list
  • 8c96af9 Update .gitignore to include additional file patterns
  • ddaf1bc Scoop update for red-cli version v0.1.8-beta2
  • 88db611 Scoop update for red-cli version v0.1.8-beta1
  • 11578df Scoop update for red-cli version v0.1.8
  • 2871862 Scoop update for red-cli version v0.1.8
  • 96e4a6d Remove outdated documentation files and configuration
  • 583bc29 Remove beta release workflow from GitHub Actions
  • df6eadc Merge pull request #90 from MrJeffLarry/test-release
  • 736d06a Merge pull request #87 from MrJeffLarry/test-release
  • 6517b63 Merge branch 'main' of github.com:MrJeffLarry/redmine-cli
  • 9573c4d Merge branch 'main' of github.com:MrJeffLarry/redmine-cli
  • 7808c5a Fix escaping in sed commands for cross-platform compatibility
  • 3fad953 Enhance GitHub Actions workflow and scripts for APT release and site generation
  • 747076d Brew formula update for red-cli version v0.1.8-beta2
  • 464ccea Brew formula update for red-cli version v0.1.8-beta1
  • 5763bf7 Brew formula update for red-cli version v0.1.8
  • da87410 Brew formula update for red-cli version v0.1.8
  • 0b0330f Brew cask update for red-cli version v0.1.8-beta2
  • 407b961 Brew cask update for red-cli version v0.1.8
  • d477091 Brew cask update for red-cli version v0.1.8
  • d699b3f Add setup step for GitHub Pages in release workflow
  • bfd5d80 Add initial website configuration and styles

v0.1.7

21 May 20:27

Choose a tag to compare

Changelog

  • 92c87fd Update run target in makefile to include ldflags for versioning
  • 1c9a810 Update Go version in go.mod to 1.23.0
  • f95e5ca Update APT release files
  • c8fa086 Scoop update for red-cli version v0.1.6
  • 4fb7753 Merge pull request #81 from MrJeffLarry/dependabot/go_modules/golang.org/x/term-0.32.0
  • 8d6d4b2 Merge pull request #77 from rnestler/fix-adding-version-information-in-makefile
  • 030d11c Merge pull request #74 from MrJeffLarry/dependabot/go_modules/github.com/spf13/cobra-1.9.1
  • f77798c Merge pull request #72 from MrJeffLarry/dependabot/go_modules/github.com/briandowns/spinner-1.23.2
  • a585da8 Fix error messages to use lowercase and handle missing config file gracefully
  • a121ad1 Fix adding the version information in the makefile
  • 66bf6e3 Bump golang.org/x/term from 0.28.0 to 0.32.0
  • 6ff47ad Bump github.com/spf13/cobra from 1.8.1 to 1.9.1
  • b15cec6 Bump github.com/briandowns/spinner from 1.23.1 to 1.23.2
  • a0a2dec Brew formula update for red-cli version v0.1.6

v0.1.6

19 Jan 18:26

Choose a tag to compare

Changelog

  • 593b48a Update goreleaser configuration for versioning and build identifiers
  • 6f1c0f1 Update LICENSE
  • dcbb80c Update Go version to 1.23 and bump dependencies in workflow and module files
  • 7511c57 Update APT release files
  • 44dada3 Scoop update for red-cli version v0.1.4
  • 111c09e Remove redundant go generate command from goreleaser configuration
  • 2c76c1e Merge pull request #71 from MrJeffLarry/66-add-option-to-emit-url-for-issue-in-all-list-cmds
  • b22bc91 Merge pull request #70 from MrJeffLarry/67-allow-to-search-for-projects-issues
  • 8b054da Merge pull request #68 from rnestler/run-go-mod-tidy
  • 13203d4 Merge pull request #65 from MrJeffLarry/dependabot/go_modules/golang.org/x/term-0.28.0
  • 8579557 Merge pull request #62 from MrJeffLarry/dependabot/github_actions/goreleaser/goreleaser-action-6
  • cb7717d Merge pull request #57 from MrJeffLarry/dependabot/github_actions/actions/cache-4
  • e7f9e7e Merge pull request #56 from MrJeffLarry/dependabot/go_modules/golang.org/x/term-0.16.0
  • 2697b0a Merge pull request #55 from MrJeffLarry/dependabot/github_actions/actions/upload-artifact-4
  • 6c649a0 Merge pull request #54 from MrJeffLarry/dependabot/go_modules/github.com/spf13/viper-1.18.2
  • 62befcb Merge pull request #53 from MrJeffLarry/dependabot/github_actions/actions/setup-go-5
  • 545179d Merge pull request #49 from MrJeffLarry/dependabot/go_modules/github.com/spf13/cobra-1.8.0
  • a1b0930 Merge branch 'main' into dependabot/go_modules/golang.org/x/term-0.16.0
  • e9f2dd1 Merge branch 'main' into dependabot/go_modules/github.com/spf13/viper-1.18.2
  • 2186851 Create FUNDING.yml
  • 9dce031 Bump goreleaser/goreleaser-action from 5 to 6
  • 9cfcc55 Bump golang.org/x/term from 0.16.0 to 0.28.0
  • dedba58 Bump golang.org/x/term from 0.13.0 to 0.16.0
  • 3564100 Bump github.com/spf13/viper from 1.17.0 to 1.18.2
  • d848cb1 Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
  • 317b3c8 Bump actions/upload-artifact from 3 to 4
  • 32a0f97 Bump actions/setup-go from 4 to 5
  • 7ba2a7b Bump actions/cache from 3 to 4
  • 5b4b4b3 Brew formula update for red-cli version v0.1.4
  • 73c5a14 Apply changes from go mod tidy
  • 494729d Add query flags for filtering issues and projects by subject and name
  • 0d10963 Add flag to display issue URLs in issue list command

v0.1.4

04 Nov 22:57

Choose a tag to compare

Changelog

  • f8bb462 seperate view of issue so we can use it for the preview
  • e7769c6 missing right spacing
  • 61e2d28 fix dep warnings on goreleaser
  • 87e07c0 fix broken preview on editing an issue
  • 6f5a76c fix #37
  • 3c03f81 fix #36 we can now add priority when we create an issue
  • 91fdbec added support - from 5.0.x > its possible to get list of allowed issue status to change to
  • 88e7b49 add Go report bage to readme
  • f176dc4 Update issue templates
  • 7e1b825 Update APT release files
  • 61f9991 Scoop update for red-cli version v0.1.3
  • 32cf82a Merge pull request #48 from MrJeffLarry/dependabot/github_actions/goreleaser/goreleaser-action-5
  • d3cef6c Merge pull request #47 from MrJeffLarry/dependabot/github_actions/crazy-max/ghaction-import-gpg-6
  • eab24c9 Merge pull request #46 from MrJeffLarry/dependabot/github_actions/actions/upload-artifact-3
  • 1ad8c2e Merge pull request #45 from MrJeffLarry/dependabot/github_actions/actions/setup-go-4
  • daf32e6 Merge pull request #44 from MrJeffLarry/dependabot/github_actions/actions/cache-3
  • 15663b3 Merge pull request #43 from MrJeffLarry/dependabot/github_actions/actions/checkout-4
  • 0f95d8f Merge branch 'main' of github.com:MrJeffLarry/redmine-cli into main
  • dcae1a6 Merge branch 'main' of github.com:MrJeffLarry/redmine-cli into main
  • 987346a Fix spelling misstakes
  • 3dacde5 Create dependabot.yml
  • 3571019 Bump goreleaser/goreleaser-action from 3 to 5
  • 2e0b7d1 Bump crazy-max/ghaction-import-gpg from 5 to 6
  • 2b3bce7 Bump actions/upload-artifact from 1 to 3
  • e3a90f2 Bump actions/setup-go from 2 to 4
  • 37ccd09 Bump actions/checkout from 2 to 4
  • ed03755 Bump actions/cache from 2 to 3
  • de6e188 Brew formula update for red-cli version v0.1.3

v0.1.3

24 Oct 22:24
fd4eb00

Choose a tag to compare

Changelog

  • 362eff8 tests for login
  • 7f2b253 show issue subject on edit and skip # on id
  • fa645b0 rewrite entrypoint
  • 9d1568c rescructure config and settings
  • 706a2fd move rest client to top of config instead for better tests
  • 4a31e6a fix missing links
  • c04bc94 fix install information on start page
  • 8d10e83 fix #39 with correct url paths for linux
  • 9a7abed change terminal handling for tests to work
  • c266d6b bump version to 1.21 and deps
  • c1898b9 bugfix release
  • 44174b4 add login tests
  • 8e7ecaf Update APT release files
  • 99d616a Scoop update for red-cli version v0.1.2
  • fd4eb00 Merge pull request #42 from MrJeffLarry/release-workflow
  • 213d50c Merge pull request #41 from MrJeffLarry/add-tests
  • 51b0552 Merge pull request #38 from MrJeffLarry/feature-config-managment
  • 964df95 Brew formula update for red-cli version v0.1.2

v0.1.2

10 Apr 16:05

Choose a tag to compare

Changelog

v0.1.1

01 Jan 22:13

Choose a tag to compare

Changelog

  • 0853e6e fixed Assign for issue on create #28
  • 012705c create issue now returns id and url fixed #33
  • 1c8c4ff better error handling on edit fixed #32
  • 5ff22e1 assign on edit fixed #28
  • c5aaf06 Update APT release files
  • 4d32f8b Target version now works fixed #29
  • e73e3e6 Scoop update for red-cli version v0.1.0
  • 539de6c Merge branch 'main' of github.com:MrJeffLarry/redmine-cli into development
  • 9873cf7 Brew formula update for red-cli version v0.1.0

v0.1.0

01 Jan 20:10

Choose a tag to compare

Changelog

  • 5a002ab update README about snap
  • f87ad3e remove snapcraft support use apt instead
  • 2ea907b no need for int64?
  • 4b17b97 improvment of issue create flow
  • 88b83db fix #24
  • 55350c7 drop int64 for regular int with is int32 with is enough
  • 865adbe cleanup and drop support for snap until classic
  • 0231beb bump versions
  • 1f42de4 after some try and error, made a new very simple group list algorithm
  • 20ca5bc Working on pading sub issues dynamic, some problem on project list..
  • d2abcf2 Update APT release files
  • d9f1a4e Scoop update for red-cli version v0.0.9
  • bd7a52f Merge pull request #31 from MrJeffLarry/development
  • f40da88 Merge pull request #27 from MrJeffLarry/main
  • 2ef7707 Merge pull request #23 from MrJeffLarry/feature-issue-pad-list
  • ac2eabf Fixes #25
  • ffc1338 Fix #30
  • 9aca762 Bugfix #26
  • d77113d Brew formula update for red-cli version v0.0.9
  • 36069d7 Add spinner for better virsual feedback