• 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
  • gitea/v0.13.0 e758ffeaa0

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

    6543 released this 2020-09-15 17:25:59 +00:00 | 140 commits to main since this release

    Migration Guide

    • BREAKING
      • Check Gitea Version Requirement (#419)
      • All Function return http responce (#416)
      • Remove opts from ListPullReviewComments (#411)
      • Use enum AccessMode for OrgTeam and Collaborator functions (#408)
      • CreateOrgOption rename UserName to Name (#386)
      • EditMilestoneOption also use StateType (#350)
      • Refactor RepoSearch to be easy usable (#346)
    • FEATURES
      • Milestone Functions accept name to identify (#418)
      • Make http requests with context (#417)
      • Add GetGlobalAttachmentSettings (#414)
      • Add GetArchive (#413)
      • Add GetRepoLanguages + TESTs (#412)
      • Add CreateBranch (#407)
      • Add Admin CronTask functions (#406)
      • Add GetGlobalAPISettings Function (#404)
      • Add Get Diff and Patch endpoints for pull requests (#398)
      • Add Validate func for Create/Edit Options (#370)
      • Add Function to get GetGlobalSettings and GetSettingAllowedReactions (#359)
    • ENHANCEMENTS
      • TrackedTime API >= 1.11.x needed (#415)
      • Update Milestone struct (#410)
      • Add Fallback for GetPullRequestDiff/Patch (#399)
      • DeleteToken Accept Names too (#394)
      • Update ListMilestoneOption struct (#393)
      • Migration Api Changed (#392)
      • Refactor Visibletype Orgs (#382)
      • Extend Notification Functions (#381)
      • Update GetGlobalSettings Functions (#376)
      • Allow Creating Closed Milestones (#373)
      • CreateLabel correct Color if needed for old versions (#365)
      • Issue/Pull add IsLocked Property (#357)
      • Update EditPullRequestOption Add Base (#353)
      • File Create/Update/Delete detect DefaultBranch if Branch not set for old Versions (#352)
      • Improve Error Handling (#351)
    Downloads
  • gitea/v0.12.2 9b0890d975

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

    6543 released this 2020-09-05 02:22:01 +00:00 | 0 commits to release/v0.12 since this release

    • ENHANCEMENTS
      • Extend Notification Functions (#381) (#385)
    Downloads
  • gitea/v0.12.1 f07e46373a

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

    6543 released this 2020-08-18 10:54:30 +00:00 | 2 commits to release/v0.12 since this release

    • ENHANCEMENTS
      • Improve Error Handling (#351) (#377)
      • Allow Creating Closed Milestones (#373) (#375)
      • File Create/Update/Delete detect DefaultBranch if Branch not set for old Versions (#352) (#372)
      • CreateLabel correct Color if needed for old versions (#365) (#371)
      • Update EditPullRequestOption Add Base (#353) (#363)
    Downloads
  • gitea/v0.12.0 567d2f8bbd

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

    techknowlogick released this 2020-05-22 01:54:59 +00:00 | 178 commits to main since this release

    Migration Guide

    • BREAKING
      • Support 2FA for basic auth & refactor Token functions (#335)
      • PullMerge: use enum for MergeStyle (#328)
      • Refactor List/SetRepoTopics (#276)
      • Remove ListUserIssues() ... (#262)
      • Extend SearchUsers (#248)
      • Fix & Refactor UserApp Functions (#247)
      • Add ListMilestoneOption to ListRepoMilestones (#244)
      • Add ListIssueCommentOptions for optional param (#243)
      • Refactor RepoWatch (#241)
      • Add Pagination Options for List Requests (#205)
    • FEATURES
      • Add BranchProtection functions (#341)
      • Add PullReview functions (#338)
      • Add Issue Subscription Check & Fix DeleteIssueSubscription (#318)
      • Add Branch Deletion (#317)
      • Add Get/Update for oauth2 apps (#311)
      • Add Create/Get/Delete for oauth2 apps (#305)
      • Add DeleteFile() (#302)
      • Add Get/Update/Create File (#281)
      • Add List/Check/SetPublic/Delete OrgMembership functions (#275)
      • Add ListRepoCommits (#266)
      • Add TransferRepo (#264)
      • Add SearchRepo API Call (#254)
      • Add ListOptions struct (#249)
      • Add Notification functions (#226)
      • Add GetIssueComment (#216)
    • BUGFIXES
      • Add missing JSON header to AddCollaborator() (#306)
      • On Internal Server Error, show request witch caused this (#296)
      • Fix MergePullRequest & extend Tests (#278)
      • Fix AddEmail (#260)
    • ENHANCEMENTS
      • Check if gitea is able to squash-merge via API (#336)
      • ListIssues: add milestones filter (#327)
      • Update CreateRepoOption struct (#300)
      • Add IssueType as filter for ListIssues (#286)
      • Extend ListDeployKeys (#268)
      • Use RepositoryMeta struct on Issues (#267)
      • Use StateType (#265)
      • Extend Issue Struct (#258)
      • IssueSubscribtion: Check http Status responce (#242)
    Downloads
  • gitea/v0.11.3 582c0fb98a

    go-sdk v0.11.3 is released
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    6543 released this 2020-04-28 01:35:32 +00:00 | 0 commits to release/v0.11 since this release

    • BUGFIXES
      • Fix MergePullRequest (#278) (#316)
      • Add missing JSON header to AddCollaborator() (#307)
    Downloads
  • gitea/v0.11.2 1197f08b38

    go-sdk v0.11.2 is released
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    6543 released this 2020-03-31 12:24:56 +00:00 | 222 commits to main since this release

    • ENHANCEMENTS
      • On Internal Server Error, show request witch caused this (#297)
    Downloads
  • gitea/v0.11.1 7af0eaa5dd

    go-sdk v0.11.1 is released
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    6543 released this 2020-03-29 22:45:56 +00:00 | 225 commits to main since this release

    • BUGFIXES
    • ENHANCEMENTS
      • Add IssueType as filter for ListIssues (#288)
      • Correct version (#259)
    Downloads
  • gitea/v0.11.0 ea2b5af372

    go-sdk v0.11.0 is released
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    lunny released this 2020-01-28 06:15:46 +00:00 | 232 commits to main since this release

    • FEATURES
      • Add VersionCheck (#215)
      • Add Issue Un-/Subscription function (#214)
      • Add Reaction struct and functions (#213)
      • Add GetBlob (#212)
    • BUGFIXES
      • Fix ListIssue Functions (#225)
      • Fix ListRepoPullRequests (#219)
    • ENHANCEMENTS
      • Add some pull list options (#217)
      • Extend StopWatch struct & functions (#211)
    • TESTING
      • Add Test Framework (#227)
    • BUILD
      • Use golangci-lint and revive for linting (#220)
    Downloads