• gitea/v0.17.1 2abfdd7ba6

    v0.17.1
    All checks were successful
    testing / testing (push) Successful in 2m23s
    Stable

    appleboy released this 2023-12-31 04:06:05 +00:00 | 7 commits to main since this release

    ENHANCEMENT

    • feat: add new constants for repository actions (#643)
    • feat(repo-mirrors): add repo sync mirrors (#640)
    • feat(repo): update repo field (#642)
    • increased description limits to 2048 (#645)
    • chore: update dependencies to latest versions (#646)
    Downloads
  • gitea/v0.17.0 0e0a4691b6

    v0.17.0
    All checks were successful
    testing / testing (push) Successful in 2m23s
    Stable

    lafriks released this 2023-12-04 15:00:56 +00:00 | 12 commits to main since this release

    • ENHANCEMENT
      • Add Link header parsing in response (#638)
      • Add option to set user-agent to gitea client (#637)
      • Add support for authorization_header in webhooks (#633)
    Downloads
  • gitea/v0.16.0 0141b499c9

    v0.16.0
    All checks were successful
    testing / testing (push) Successful in 3m4s
    Stable

    techknowlogick released this 2023-09-07 21:27:11 +00:00 | 15 commits to main since this release

    Downloads
  • gitea/v0.15.1 f2e0603e45

    v0.15.1
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    6543 released this 2022-01-04 19:35:48 +00:00 | 0 commits to release/v0.15 since this release

    • FEATURES
      • Add ignoreVersion & manuall version set option (#560) (#562)
    • BUGFIXES
      • Fix version string for next release (#559)
    Downloads
  • gitea/v0.15.0 747c78e835

    v0.15.0
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    6543 released this 2021-08-13 17:41:16 +00:00 | 73 commits to main since this release

    Migration Guide

    • BREAKING
      • Introduce NotifySubjectState (#520)
      • Drop deprecations (#503)
    • FEATURES
      • Add Repo Team Management Functions (#537)
      • Add CreateRepoFromTemplate (#536)
      • Add GetReviewers & GetAssignees (#534)
      • Add GetTag, GetAnnotatedTag & CreateTag (#533)
      • Add GetUserSettings & UpdateUserSettings (#531)
      • Add ListPullRequestCommits (#530)
      • Add GetUserByID (#513)
      • Add GetRepoByID (#511)
    • ENHANCEMENTS
      • Update List Options (#527)
      • Update Structs (#524)
      • ListFunctions: option to disable pagination (#509)
    Downloads
  • gitea/v0.14.1 a4940e22c9

    v0.14.1
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    6543 released this 2021-06-30 20:41:23 +00:00 | 0 commits to release/v0.14 since this release

    • BUGFIXES
    Downloads
  • gitea/v0.13.3 bd220730c6

    v0.13.3
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    6543 released this 2021-03-22 20:16:31 +00:00 | 1 commits to release/v0.13 since this release

    • BUGFIXES
    • ENHANCEMENTS
      • Add html_url field to Release struct (#477) (#478)
    Downloads
  • gitea/v0.14.0 61c9b900e1

    v0.14.0
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    6543 released this 2021-03-22 14:48:21 +00:00 | 94 commits to main since this release

    Migration Guide

    • BREAKING
      • Update Structs (#486)
      • Added repo ListContents and changed GetContents doc to talk about a single file (#485)
      • Remove & Rename TrackedTimes list functions (#467)
      • UrlEscape Function Arguments used in UrlPath (#273)
    • FEATURES
      • Add Create/Delete ReviewRequests (#493)
      • Add Un-/DismissPullReview funcs (#489)
      • Add Repo Un-Star Functions (#483)
      • introduce Client.GetArchiveReader (#476)
      • Add DeleteRepoTag function (#461)
      • Add GetReleaseByTag (#427)
    • BUGFIXES
      • Handle Contents Edge-Case (#492)
      • Fix GetCombinedStatus() (#470)
      • Use Predefind Versions & Compare Function (#442)
      • Return resp on NotFound too (#428)
    • ENHANCEMENTS
      • Add workaround to get head branch sha of pulls with deleted head branch (#498)
      • GetFile: Use "ref" in-query if posible (#491)
      • Add DeleteTag & Correct DeleteReleaseByTag (#488)
      • Add html_url field to Release struct (#477)
      • Add Ref to Issue structs (#466)
      • Update Issue Struct (#458)
      • Use sync.Once for loading ServerVersion (#456)
      • Add Gitea2Gitea Migration Support (#454)
      • Add Helper for Optional Values (#448)
      • Update CreateRepoOption struct (#445)
      • Update CommitMeta Struct (#434)
      • Update Struct NotificationSubject (#424)
      • Add Debug Mode (#422)
    • DOCS
      • Make Client thread-safe & add docs (#495)
      • Improve PullReview docs (#469)
    Downloads
  • gitea/v0.13.2 03affd453c

    v0.13.2
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    6543 released this 2020-12-07 01:01:48 +00:00 | 5 commits to release/v0.13 since this release

    • BUGFIXES
      • Use Predefind Versions & Compare Function (#442) (#446)
    • ENHANCEMENTS
      • Add Gitea2Gitea Migration Support (#454) (#455)
      • Update CreateRepoOption struct (#445) (#447)
      • Update CommitMeta Struct (#434) (#437)
    Downloads
  • gitea/v0.13.1 2e4d339799

    v0.13.1
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    6543 released this 2020-09-29 15:46:56 +00:00 | 12 commits to release/v0.13 since this release

    • FEATURES
    • BUGFIXES
      • Return http Response on NotFound too (#428) (#429)
    • ENHANCEMENTS
    Downloads