Gitea 1.0 釋出了,Go 語言開發的自助 Git 服務

lunny發表於2016-12-25

今天我們很高興的宣佈 Gitea 1.0.0 釋出了。在這個版本我們解決了 44 個問題,合併了 238 次提交請求。二進位制下載請訪問 下載頁面,根據您的作業系統和架構進行選擇,進一步的安裝資訊請訪問 安裝文件。如果您是從 Gogs 升級的請訪問 從 Gogs 遷移。更多資訊請訪問官網https://gitea.io 和 github https://github.com/go-gitea

變更日誌

  • BREAKING
    • We have various changes on the API, scripting against API must be updated
  • FEATURE
    • Show last login for admins #121
  • BUGFIXES
    • Fixed sender of notifications #2
    • Fixed keyword hijacking vulnerability #20
    • Fixed non-markdown readme rendering #95
    • Allow updating draft releases #169
    • GitHub API compliance #227
    • Added commit SHA to tag webhook #286
    • Secured links via noopener #315
    • Replace tabs with spaces on wiki title #371
    • Fixed vulnerability on labels and releases #409
    • Fixed issue comment API #449
  • ENHANCEMENT
    • Use proper import path for libravatar #3
    • Integrated DroneCI for tests and builds #24
    • Integrated dependency manager #29
    • Embedded bindata optionally #30
    • Integrated pagination for releases #73
    • Autogenerate version on every build #91
    • Refactored Docker container #104
    • Added short-hash support for downloads #211
    • Display tooltip for downloads #221
    • Improved HTTP headers for issue attachments #270
    • Integrate public as bindata optionally #293
    • Integrate templates as bindata optionally #314
    • Inject more ENV variables into custom hooks #316
    • Correct LDAP login validation #342
    • Integrate conf as bindata optionally #354
    • Serve video files in browser #418
    • Configurable SSH host binding #431
  • MISC
    • Forked from Gogs and renamed to Gitea
    • Catching more errors with logs
    • Fixed all linting errors
    • Made the go linter entirely happy
    • Really integrated vendoring
更多原創文章乾貨分享,請關注公眾號
  • Gitea 1.0 釋出了,Go 語言開發的自助 Git 服務
  • 加微信實戰群請加微信(註明:實戰群):gocnio

相關文章