Commit graph

114 commits

Author SHA1 Message Date
zeripath
f9b27d2d46
Frontport changelog 1.16.0 () ()
Frontport 

Frontport changelog for 1.16, frontport 1.15.11 changelog and update config.yaml

 ## [1.16.0](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-30

* BREAKING
  * Remove golang vendored directory ()
  * Paginate releases page & set default page size to 10 ()
  * Only allow webhook to send requests to allowed hosts ()
* SECURITY
  * Disable content sniffing on `PlainTextBytes` () ()
  * Only view milestones from current repo () ()
  * Sanitize user-input on file name ()
  * Use `hostmatcher` to replace `matchlist` to improve blocking of bad hosts in Webhooks ()
* FEATURES
  * Add/update SMTP auth providers via cli ()
  * Support webauthn ()
  * Team permission allow different unit has different permission ()
  * Implement Well-Known URL for password change ()
  * Add support for ssh commit signing ()
  * Allow Loading of Diffs that are too large ()
  * Add copy button to markdown code blocks ()
  * Add .gitattribute assisted language detection to blame, diff and render ()
  * Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task ()
  * Add Reindex buttons to repository settings page ()
  * Make SSL cipher suite configurable ()
  * Add groups scope/claim to OIDC/OAuth2 Provider ()
  * Add simple update checker to Gitea ()
  * Migrated Repository will show modifications when possible ()
  * Create pub/priv keypair for federation ()
  * Make LDAP be able to skip local 2FA ()
  * Add nodeinfo endpoint for federation purposes ()
  * Save and view issue/comment content history ()
  * Use git attributes to determine generated and vendored status for language stats and diffs ()
  * Add migrate from Codebase ()
  * Add migration from GitBucket ()
  * Add OAuth2 introspection endpoint ()
  * Add proxy settings and support for migration and webhook ()
  * Add microsoft oauth2 providers ()
  * Send registration email on user autoregistration ()
  * Defer Last Commit Info ()
  * Support unprotected file patterns ()
  * Add migrate from OneDev ()
  * Add option to update pull request by `rebase` ()
  * Add RSS/Atom feed support for user actions ()
  * Add support for corporate WeChat webhooks ()
  * Add a simple way to rename branch like gh ()
  * Add bundle download for repository ()
  * Add agit flow support in gitea ()
* API
  * Add MirrorUpdated field to Repository API type ()
  * Adjust Fork API to allow setting a custom repository name ()
  * Add API to manage repo tranfers ()
  * Add API to get file commit history ()
  * Add API to get issue/pull comments and events (timeline) ()
  * Add API to get/edit wiki ()
  * Add API for get user org permissions ()
  * Add HTML urls to notification API ()
  * Add API to get commit diff/patch ()
  * Respond with updated notifications in API ()
  * Add API to fetch git notes ()
  * Generalize list header for API ()
  * Add API Token Cache ()
  * Allow Token API calls be authorized using the reverse-proxy header ()
* ENHANCEMENTS
  * Make the height of the editor in Review Box smaller (4 lines as GitHub) ()
  * Return nicer error if trying to pull from non-existent user ()
  * Show pull link for agit pull request also ()
  * Enable partial clone by default ()
  * Added replay of webhooks ()
  * Show OAuth callback error message ()
  * Increase Salt randomness ()
  * Add MP4 as default allowed attachment type ()
  * Include folders into size cost ()
  * Remove `/email2user` endpoint ()
  * Handle invalid issues ()
  * Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE ()
  * Support open compare page directly ()
  * Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja ()
  * Clean legacy SimpleMDE code ()
  * Refactor install page (db type) ()
  * Improve interface when comparing a branch which has created a pull request ()
  * Allow default branch to be inferred on compare page ()
  * Display issue/comment role even if repo archived ()
  * Always set a message-id on mails ()
  * Change `<a>` elements to underline on hover ()
  * Render issue references in file table ()
  * Handle relative unix socket paths ()
  * Move accessmode into models/perm ()
  * Fix some org style problems ()
  * Add List-Unsubscribe header ()
  * Create menus for organization pages ()
  * Switch archive URL code back to href attributes ()
  * Refactor "refs/*" string usage by using constants ()
  * Allow forks to org if you can create repos ()
  * Improve install code to avoid low-level mistakes. ()
  * Improve ellipsis buttons ()
  * Add restrict and no-user-rc to authorized_keys ()
  * Add copy Commit ID button in commits list ()
  * Make `bind` error more readable ()
  * Fix navbar on project view ()
  * More pleasantly handle broken or missing git repositories ()
  * Use `*PushUpdateOptions` as receiver ()
  * Remove unused `user` paramater ()
  * Better builtin avatar generator ()
  * Cleanup and use global style on popups ()
  * Move user/org deletion to services ()
  * Added comment for changing issue ref ()
  * Allow admins to change user avatars ()
  * Only set `data-path` once for each file in diff pages ()
  * Add icon to vscode clone link ()
  * Add download button for file viewer ()
  * Add pagination to fork list ()
  * Use a standalone struct name for Organization ()
  * Minor readability patch. ()
  * Add context support for GetUserByID ()
  * Move merge-section to `> .content` ()
  * Remove NewSession method from db.Engine interface ()
  * Move unit into models/unit/ ()
  * Restrict GetDeletedBranchByID to the repositories deleted branches ()
  * Refactor commentTags functionality ()
  * Make Repo Code Indexer an Unique Queue ()
  * Simplify Gothic to use our session store instead of creating a different store ()
  * Add settings to allow different SMTP envelope from address ()
  * Properly determine CSV delimiter ()
  * Hide label comments if labels were added and removed immediately ()
  * Tune UI alignment for nav bar notification icon, avatar image, issue label ()
  * Add appearance section in settings ()
  * Move key forms before list and add cancel button ()
  * When copying executables to the docker chmod them ()
  * Remove deprecated `extendDefaultPlugins` method of svgo ()
  * Fix the click behavior for <tr> and <td> with [data-href] ()
  * Refactor update checker to use AppState ()
  * Improve async/await usage, and sort init calls in `index.js` ()
  * Use a variable but a function for IsProd because of a slight performance increment ()
  * Frontend refactor, PascalCase to camelCase, remove unused code ()
  * Hide command line merge instructions when user can't push ()
  * Move session to models/login ()
  * Sync gitea app path for git hooks and authorized keys when starting ()
  * Make the Mirror Queue a queue ()
  * Add "Copy branch name" button to pull request page ()
  * Fix repository summary on mobile ()
  * Split `index.js` to separate files ()
  * Show direct match on top for user search ()
  * Frontend refactor: move Vue related code from `index.js` to `components` dir, and remove unused codes. ()
  * Upgrade chi to v5 ()
  * Disable form autofill ()
  * Improve behavior of "Fork" button ()
  * Open markdown image links in new window ()
  * Add hints for special Wiki pages ()
  * Move add deploy key form before the list and add a cancel button ()
  * Allow adding multiple issues to a project  ()
  * Add metrics to get issues by repository ()
  * Add specific event type to header ()
  * Redirect on project after issue created ()
  * Reference in new issue modal: dont pre-populate issue title ()
  * Always set a unique Message-ID header ()
  * Add projects and project boards in exposed metrics ()
  * Add metrics to get issues by label ()
  * Add protection to disable Gitea when run as root ()
  * Don't return binary file changes in raw PR diffs by default ()
  * Support sorting for project board issuses ()
  * Force color-adjust for markdown checkboxes ()
  * Add option to copy line permalink ()
  * Move twofactor to models/login ()
  * Multiple tokens support for migrating from github ()
  * Unify issue and PR subtitles ()
  * Make Requests Processes and create process hierarchy. Associate OpenRepository with context. ()
  * Fix problem when database id is not increment as expected ()
  * Avatar refactor, move avatar code from `models` to `models.avatars`, remove duplicated code ()
  * Re-allow clipboard copy on non-https sites ()
  * DBContext is just a Context ()
  * Move login related structs and functions to models/login ()
  * Add SkipLocal2FA option to pam and smtp sources ()
  * Move db related basic functions to models/db ()
  * Fixes username tagging in "Reference in new issue" ()
  * Use light/dark theme based on system preference ()
  * Always emit the configuration path ()
  * Add `AbsoluteListOptions` ()
  * Use common sessioner for API and Web ()
  * Fix overflow label in small view ()
  * Report the associated filter if there is an error in LDAP ()
  * Add "new issue" btn on project ()
  * Add doctor dbconsistency check for release and attachment ()
  * Disable Fomantic's CSS tooltips ()
  * Add Cache-Control to avatar redirects ()
  * Make mirror feature more configurable ()
  * Add skip and limit to git.GetTags ()
  * Remove ParseQueueConnStr as it is unused ()
  * Remove unused Fomantic sidebar module ()
  * Allow LDAP Sources to provide Avatars ()
  * Remove Dashboard/Home button from the navbar ()
  * Use conditions but not repo ids as query condition ()
  * Add user settings key/value DB table ()
  * Add buttons to allow loading of incomplete diffs ()
  * Add information for migrate failure ()
  * Add EdDSA JWT signing algorithm ()
  * Add user status filter to admin user management page ()
  * Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes ()
  * Do not use thin scrollbars on Firefox ()
  * Download LFS in git and web workflow from minio/s3 directly (SERVE_DIRECT) ()
  * Compute proper foreground color for labels ()
  * Add edit button to wiki sidebar and footer ()
  * Fix migration svg color ()
  * Add link to vscode to repo header ()
  * Add filter by owner and team to issue/pulls search endpoint ()
  * Kanban colored boards ()
  * Allow setting X-FRAME-OPTIONS ()
  * Separate open and closed issue in metrics ()
  * Support direct comparison (git diff a..b) as well merge comparison (a…b) ()
  * Add setting to OAuth handlers to skip local 2FA authentication ()
  * Make PR merge options more intuitive ()
  * Show correct text when comparing commits on empty pull request ()
  * Pre-fill suggested New File 'name' and 'content' with Query Params ()
  * Add an abstract json layout to make it's easier to change json library ()
  * Make Mermaid.js limit configurable ()
  * Improve 2FA autofill ()
  * Add modals to Organization and Team remove/leave ()
  * Show tag name on dashboard items list ()
  * Change default cron schedules from @every 24h to @midnight ()
  * Prevent double sanitize ()
  * Replace `list.List` with slices ()
  * Add configuration option to restrict users by default ()
  * Move login out of models ()
  * Support pagination of organizations on user settings pages ()
  * Switch migration icon to svg ()
  * Add left padding for chunk header of split diff view ()
  * Allow U2F 2FA without TOTP ()
* BUGFIXES
  * GitLab reviews may not have the updated_at field set () ()
  * Fix detection of no commits when the default branch is not master () ()
  * Fix broken oauth2 authentication source edit page () ()
  * Place inline diff comment dialogs on split diff in 4th and 8th columns () ()
  * Fix restore without topic failure () ()
  * Fix commit's time () ()
  * Fix partial cloning a repo () ()
  * Stop trimming preceding and suffixing spaces from editor filenames ()
  * Prevent showing webauthn error for every time visiting `/user/settings/security` ()
  * Fix mime-type detection for HTTP server () ()
  * Stop trimming preceding and suffixing spaces from editor filenames ()
  * Restore propagation of ErrDependenciesLeft ()
  * Fix PR comments UI ()
  * Use indirect comparison when showing pull requests ()
  * Replace satori/go.uuid with gofrs/uuid ()
  * Fix commit links on compare page ()
  * Don't show double error response in git hook ()
  * Handle missing default branch better in owner/repo/branches page ()
  * Fix CheckRepoStats and reuse it during migration ()
  * Prevent underline hover on cards ()
  * Don't delete branch if other PRs with this branch are open ()
  * Require codereview to have content ()
  * Allow admin to associate missing LFS objects for repositories ()
  * When attempting to subscribe other user to issue report why access denied ()
  * Add option to convert CRLF to LF line endings for sendmail ()
  * Only create pprof files for gitea serv if explicitly asked for ()
  * Abort merge if head has been updated before pressing merge ()
  * Improve TestPatch to use git read-tree -m and implement git-merge-one-file functionality ()
  * Use JSON module instead of stdlib json ()
  * Fixed issue merged/closed wording ()
  * Return nicer error for ForcePrivate ()
  * Fix overflow in commit graph ()
  * Prevent services/mailer/mailer_test.go tests from deleteing data directory ()
  * Use disable_form_autofill on Codebase and Gitbucket ()
  * Fix a panic in NotifyCreateIssueComment (caused by string truncation) ()
  * Fix markdown URL parsing ()
  * Apply CSS Variables to all message elements ()
  * Improve checkBranchName ()
  * Update chi/middleware to chi/v5/middleware ()
  * Fix position of label color picker colors ()
  * Fix ListUnadoptedRepositories incorrect total count ()
  * Remove whitespace inside rendered code `<td>` ()
  * Make Co-committed-by and co-authored-by trailers optional ()
  * Fix value of User.IsRestricted when oauth2 user registration ()
  * Use new OneDev /milestones endpoint ()
  * Prevent deadlock in TestPersistableChannelQueue ()
  * Simplify code for writing SHA to name-rev ()
  * Fix database deadlock when update issue labels ()
  * Add warning for BIDI characters in page renders and in diffs ()
  * Fix ipv6 parsing for builtin ssh server ()
  * Multiple Escaping Improvements ()
  * Fixes  - Do not trim leading spaces for tab delimited ()
  * Show client-side error if wiki page is empty ()
  * Fix context popup error ()
  * Stop sanitizing full name in API ()
  * Fix issue close/comment buttons on mobile ()
  * Fix navbar UI ()
  * Fix problem when database id is not increment as expected ()
  * Open the DingTalk link in browser ()
  * Remove heads pointing to missing old refs ()
  * Fix commit status index problem ()
  * Handle broken references in mirror sync ()
  * Fix for create repo page layout ()
  * Improve LDAP synchronization efficiency ()
  * Add repo_id for attachment ()
  * Clean-up HookPreReceive and restore functionality for pushing non-standard refs ()
  * Remove duplicate csv import in modules/csv/csv.go ()
  * Improve SMTP authentication and Fix user creation bugs  ()
  * Fixed emoji alias not parsed in links ()
  * Calculate label URL on API  ()
* TRANSLATION
  * Fix mispelling of starred as stared ()
  * Re-separate the color translation strings ()
  * Enable Malayalam, Greek, Persian, Hungarian & Indonesian by default ()
* BUILD
  * Add lockfile-check ()
  * Don't store assets modified time into generated files ()
  * Use shadowing script for docker ()
* MISC
  * Update JS dependencies ()

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-01-30 19:22:16 +01:00
zeripath
6b0a71230d
Stop trimming preceding and suffixing spaces from editor filenames ()
* Stop trimming preceding and suffixing spaces from editor filenames

In  it was decided to trim preceding and suffixed spaces aswell as / from
editing file filenames. This was because at this point in time the url-safety of
Gitea was much poorer.

We can now drop this requirement and file editing should work correctly.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-01-19 21:03:15 +00:00
techknowlogick
4a6bae59c0
Changelog for 1.16.0-rc1 ()
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: 6543 <6543@obermui.de>
2022-01-19 18:08:23 +01:00
zeripath
2b16ca7c77
Changelog for 1.15.10 () ()
* Changelog for 1.15.10 ()

[1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14

* BUGFIXES
  * Fix inconsistent PR comment counts () ()
  * Fix release link broken () ()
  * Fix update user from site administration page bug () ()
  * Set HeadCommit when creating tags () ()
  * Use correct translation key for error messages due to max repo limits ( & ) ()
  * Fix purple color in suggested label colors () ()
* SECURITY
  * Bump mermaid from 8.10.1 to 8.13.8 () ()

* update docs/config.yaml

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Richard Mahn <richmahn@users.noreply.github.com>
2022-01-14 15:02:37 -05:00
luzpaz
8c647bf0f6
Fix various typos ()
Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby,te,unknwon`

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-01-10 17:32:37 +08:00
6543
ffaebb1a84
[Frontport] Changelog v1.15.9 ()
* Changelog ## [1.15.9](https://github.com/go-gitea/gitea/releases/tag/v1.15.9) - 2021-12-30

* docs: bump version
2021-12-30 19:54:46 +02:00
6543
7821370c0b
[Frontport] Changelog v1.15.8 ()
* Changelog v1.15.8

* bump version
2021-12-21 16:08:48 +08:00
6543
03ec9e5060
Changelog for v1.15.7 () ()
* Changelog for v1.15.7 ()

* Changelog for v1.15.7

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>

* update version in docs

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
2021-12-02 20:49:59 -05:00
zeripath
141d1a2aa5
Changelog 1.15.6 () ()
Frontport 

 ## [1.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-28

* BUGFIXES
  * Prevent panic in serv.go with Deploy Keys () ()
  * Fix CSV render error () ()
  * Read expected buffer size () ()
  * Ensure that restricted users can access repos for which they are members () ()
  * Make commit-statuses popup show correctly () ()
* TESTING
  * Add integration tests for private.NoServCommand and private.ServCommand () ()
2021-10-28 10:22:27 +01:00
zeripath
d1a056fe52
Frontport Changelog 1.15.5 () () 2021-10-22 12:32:08 -04:00
techknowlogick
ee73d8409f
changelog for 1.15.4 (frontport) () 2021-10-08 22:51:57 +01:00
6543
fc1e9e6302
Changelog 1.15.3 () ()
## [1.15.3](https://github.com/go-gitea/gitea/releases/tag/v1.15.3) - 2021-09-19

* ENHANCEMENTS
  * Add fluid to ui container class to remove margin () ()
  * Add caller to cat-file batch calls () ()
* BUGFIXES
  * Render full plain readme. () ()
  * Upgrade xorm to v1.2.4 ()
  * Fix bug of migrate comments which only fetch one page () ()
  * Do not show issue context popup on external issues () ()
  * Decrement Fork Num when converting from Fork () ()
  * Correctly rollback in ForkRepository () ()
  * Fix missing close in WalkGitLog () ()
  * Add prefix to SVG id/class attributes () ()
  * Fix bug of migrated repository not index () ()
  * Skip AllowedUserVisibilityModes validation on update user if it is an organisation () ()
  * Fix storage Iterate bug and Add storage doctor to delete garbage attachments () ()
  * Fix issue with issue default mail template () ()
  * Ensure that rebase conflicts are handled in updates () ()
  * Prevent panic on diff generation () ()

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-09-22 09:32:45 +08:00
zeripath
7d1d32a436
Changelog 1.15.2 () ()
## [1.15.2](https://github.com/go-gitea/gitea/releases/tag/v1.15.2) - 2021-09-03

* BUGFIXES
  * Add unique constraint back into issue_index ()
  * Close storage objects before cleaning () ()

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-09-04 01:06:40 +08:00
zeripath
b6c752e914
Changelog for 1.14.7 () ()
* BUGFIXES
  * Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial ) ()
  * Fix wiki raw commit diff/patch view () ()
  * Ensure wiki repos are all closed () ()
  * Upgrade xorm to v1.2.2 () & Add test to ensure that dumping of login sources remains correct () ()
  * Recreate Tables should Recreate indexes on MySQL () ()

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-09-03 05:56:35 +08:00
zeripath
33af0c3aa2
Changelog 1.15.1 () ()
## [1.15.1](https://github.com/go-gitea/gitea/releases/tag/v1.15.1) - 2021-09-02

* BUGFIXES
  * Allow BASIC authentication access to /:owner/:repo/releases/download/* () ()
  * Prevent leave changes dialogs due to autofill fields () ()
  * Ignore review comment when ref commit is missed () ()
  * Fix wrong attachment removal () ()
  * Gitlab Migrator: dont ignore reactions of last request () ()
  * Correctly return the number of Repositories for Organizations () ()
  * Test if LFS object is accessible () ()
  * Fix git.Blob.DataAsync(): close pipe since we return a NopCloser () ()
  * Fix dump and restore respository () ()
  * Repare and Improve GetDiffRangeWithWhitespaceBehavior () ()
  * Fix wiki raw commit diff/patch view () ()
  * Ensure wiki repos are all closed () ()
  * List limited and private orgs if authenticated on API () ()
  * Simplify split diff view generation and remove JS dependency () ()
  * Ensure that the default visibility is set on the user create page () ()
  * In Render tolerate not being passed a context () ()
  * Upgrade xorm to v1.2.2 () & Add test to ensure that dumping of login sources remains correct () ()
  * Report the correct number of pushes on the feeds () ()
  * Add primary_key to issue_index () ()
  * Prevent NPE on empty commit () ()
  * Fix branch pagination error () ()
  * Add missing return to handleSettingRemoteAddrError () ()
  * Remove spurious / from issues.opened_by ()
  * Ensure that template compilation panics are sent to the logs () ()
  * Update caddyserver/certmagic () ()

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-09-02 15:39:55 -04:00
techknowlogick
db1e3d02a5
frontport: 1.15.0 changelog ()
* frontport: 1.15.0 changelog

* Update config.yaml
2021-08-22 20:29:51 +01:00
zeripath
59e6db0b65
Changelog for 1.15.0-rc3 () ()
Frontport 

 ## [1.15.0-rc3](https://github.com/go-gitea/gitea/releases/tag/v1.15.0-rc3) - 2021-08-06

* BREAKING
  * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 () ()
* SECURITY
  * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 () ()
  * Correctly create of git-daemon-export-ok files () ()
  * Don't show private user's repo in explore view () ()
  * Update node tar dependency to 6.1.6 () ()
* API
  * Swagger AccessToken fixes () ()
  * Set AllowedHeaders on API CORS handler () ()
* BUGFIXES
  * Restore Accessibility for Dropdown () ()
  * Pass down SignedUserName down to AccessLogger context () ()
  * Fix table alignment in markdown () ()
  * Fix 500 on first wiki page () ()
  * Lock goth/gothic and Re-attempt OAuth2 registration on login if registration failed at startup () ()
  * Upgrade levelqueue to v0.4.0 () ()
  * Handle too long PR titles correctly () ()
  * Fix data race in bleve indexer () ()
  * Restore CORS on git smart http protocol () ()
  * Fix race in log () ()
  * Fix prepareWikiFileName to respect existing unescaped files () ()
  * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end () ()
  * Update notification table with only latest data () ()
  * Revert to use alpine 3.13 () ()
  * Fix crash following ldap authentication update () ()
  * Fix direct creation of external users on admin page (partial ) ()
  * Prevent 500 on draft releases without tag () ()

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
2021-08-07 20:27:49 +03:00
zeripath
9430bb7f40
Frontport changelog for v1.14.6 ()
* Frontport changelog for v1.14.6

Changelog frontported to below v1.15.0-rc1.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update config.yaml

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-08-05 20:05:20 -04:00
zeripath
81091c4f34
Changelog for 1.15.0-rc2 () ()
* Changelog for 1.15.0-rc2

Results of `~/go/bin/changelog -m 1.15.0 --after 16422 generate`

We need to release RC2 as there are mulitple problems with alpine 3.14 related to
the seccomp issues on Docker <20.
2021-07-22 20:20:21 +02:00
zeripath
6d8648ce06
Frontport v1.14.5 ()
* Frontport v1.14.5

Frontport 

Frontport the changelog from v1.14.5

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update config.yaml

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-07-16 11:23:45 -04:00
6543
195c9999a1
Changelog for v1.15.0-rc1 ()
* changelog -m 1.15.0 generate

* enhance changelog

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: techknowlogick <matti@mdranta.net>

* move SECURITY before FEATURES

* move ENHANCEMENTS above BUGFIXES

* as per techknowlogick

* more

* node16

* Apply suggestions from code review

Co-authored-by: Kyle D. <kdumontnu@gmail.com>

* next

* Apply suggestions from code review

* Update CHANGELOG.md

Co-authored-by: Norwin <noerw@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Lauris BH <lauris@nix.lv>

Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Kyle D. <kdumontnu@gmail.com>
Co-authored-by: Norwin <noerw@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-07-15 11:47:57 -04:00
6543
1b29747f0f
Changelog for v1.14.4 () ()
* Changelog for v1.14.4 ()

* docs: bump version

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-07-06 23:41:07 +08:00
6543
59f25587e8
Changelog v1.14.3 () ()
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: zeripath <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: zeripath <art27@cantab.net>
2021-06-18 11:54:08 -04:00
6543
a98c09d2ae
Changelog v1.14.2 () ()
* Changelog v1.14.2 ()

* changelog tool generate

* format & add

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
2021-05-09 13:49:26 +02:00
techknowlogick
c29e85228f
frontport: 1.14.1 changelog ()
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-04-16 00:06:02 -04:00
6543
18efe9a023
Changelog v1.14.0 () ()
* Changelog v1.14.0 ()

* clean & merge & update v1.14.0 changelog

* backport v1.13.x changelogs

* update latest gitea version
2021-04-11 13:23:55 +08:00
6543
298d56fe8b
[Frontport] Changelog (v1.13.6, v1.13.7, v1.14.0-rc2) ()
* Changelog v1.13.7 ()

* Update Changelog ()

* update

* next

* RC2

* Update Docs Version
2021-04-07 13:41:02 -04:00
6543
98c8513db2
Changelog v1.13.5 () ()
* Changelog v1.13.5 ()

* fix unrel. nit
2021-03-21 13:58:19 -04:00
6543
fcf2c97d39
Changelog for 1.14.0-RC1 ()
* Changelog for 1.14.0-RC1

* api

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: zeripath <art27@cantab.net>

* Apply suggestions from code review

Co-authored-by: zeripath <art27@cantab.net>

* update

* Apply suggestions from code review

Co-authored-by: techknowlogick <matti@mdranta.net>

* Update CHANGELOG.md

Co-authored-by: techknowlogick <matti@mdranta.net>

* update

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: zeripath <art27@cantab.net>

* Apply suggestions from code review

* Move things to SECURITY that are SECURITY

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update CHANGELOG.md

Co-authored-by: Lauris BH <lauris@nix.lv>

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: Norwin <noerw@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Kyle D. <kdumontnu@gmail.com>

* sort

* Update CHANGELOG.md

Co-authored-by: Kyle D. <kdumontnu@gmail.com>

* :gitea: 🚀

* Update date

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Norwin <noerw@users.noreply.github.com>
Co-authored-by: Kyle D. <kdumontnu@gmail.com>
2021-03-19 22:42:57 +02:00
6543
ae62bb7b6c
Changelog v1.13.4 () () 2021-03-08 00:07:02 +01:00
6543
1d18b76e0e
Add changelog for v1.13.3 () ()
* Add changelog for v1.13.3 ()

Add changelog for v1.13.3

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <matti@mdranta.net>

* Update Docs

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <matti@mdranta.net>
2021-03-04 10:00:23 -05:00
6543
3f332a9919
Changelog v1.13.2 () () 2021-02-02 02:19:10 +01:00
techknowlogick
9164ff7791
frontport 1.13.1 changelog ()
* frontport 1.13.1 changelog

* Update config.yaml

Co-authored-by: zeripath <art27@cantab.net>
2020-12-28 19:38:44 -05:00
techknowlogick
fd1c3519c3
frontport 1.13.0 changelog () 2020-12-02 11:39:22 -05:00
a1012112796
4099a18ed2
Update CHANGELOG.md ()
Co-authored-by: zeripath <art27@cantab.net>
2020-10-18 18:46:04 +03:00
6543
33e0e37537
Changelog v1.13.0-RC1 ()
* Changelog v1.13.0

* reorder topics

* impruve

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Goldmark ...

* Add 12516

* Apply suggestions from code review

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: techknowlogick <matti@mdranta.net>

* Apply suggestions from code review

Co-authored-by: zeripath <art27@cantab.net>

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: 6543 <6543@obermui.de>

* Securety is more importand than Breaking ...

Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: zeripath <art27@cantab.net>
2020-10-14 14:48:03 -04:00
John Olheiser
b428f9feb5
Changelog 1.12.5 () ()
* Changelog 1.12.5

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: techknowlogick <matti@mdranta.net>

* Apply suggestions from code review

Co-authored-by: techknowlogick <matti@mdranta.net>

Co-authored-by: techknowlogick <matti@mdranta.net>

Co-authored-by: techknowlogick <matti@mdranta.net>
2020-10-01 14:47:54 -04:00
6543
f083bd70df
Changelog for 1.12.4 release () ()
* Changelog for 1.12.4 release ()


Co-authored-by: zeripath <art27@cantab.net>

* update gitea version in docs

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: zeripath <art27@cantab.net>
2020-09-03 23:44:34 -04:00
6543
1de19e0c76
Changelog v1.12.3 () () 2020-07-28 16:54:08 -04:00
6543
3973a4609e
Frontport Changelog of v1.12.2 ()
* Changelog for v1.12.2 ()

* Changelog for v1.12.2

* Update CHANGELOG.md

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* Update CHANGELOG.md

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* Update CHANGELOG.md

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* Update CHANGELOG.md

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* Update CHANGELOG.md

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* Update CHANGELOG.md

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* Update CHANGELOG.md

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* Update CHANGELOG.md

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* update docs

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: mrsdizzie <info@mrsdizzie.com>
2020-07-11 16:28:23 -04:00
Lauris BH
121103fecf
Changelog for v1.11.8 and v1.12.1 () ()
* Changelog for v1.12.1 ()

* Update gitea version to latest release
2020-06-22 09:58:54 -04:00
6543
5fcd18a2c4
Changelog v1.12.0 () () 2020-06-18 12:11:13 -04:00
6543
c376a8addc
Changelog v1.11.7 () ()
* Changelog v1.11.7

* Update CHANGELOG.md
2020-06-18 11:45:56 -04:00
guillep2k
34b6983f56
Add changelog for 1.11.6 () ()
* Add changelog for 1.11.6

* Update CHANGELOG.md

Co-authored-by: techknowlogick <matti@mdranta.net>

* Update CHANGELOG.md

Co-authored-by: techknowlogick <matti@mdranta.net>

* Apply suggestions from @lafriks

*  is bugfix

Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
Co-authored-by: techknowlogick <matti@mdranta.net>

Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-05-31 01:28:11 -04:00
6543
18f4aaee64
Frontport Changelog for v1.11.5 ()
* Changelog v1.11.5 ()

* Changelog v1.11.5

* Apply suggestions from code review

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>

* Update Changelog for 1.11.5 ()

* Update Changelog for 1.11.5

* bumb version in docs

* Update CHANGELOG.md

Co-authored-by: zeripath <art27@cantab.net>

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
2020-05-09 16:24:46 -04:00
6543
d501aec427
Changelog v1.11.4 () ()
* output of changelog

* Apply suggestions from code review

* Update CHANGELOG.md

Co-authored-by: zeripath <art27@cantab.net>

Co-authored-by: zeripath <art27@cantab.net>
2020-04-01 12:59:05 -04:00
Lunny Xiao
3378fc9149
Add changelog for v1.11.3 () ()
* Add changelog for v1.11.3

* Apply suggestions from code review

* Update CHANGELOG.md

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
2020-03-11 13:49:07 +08:00
Lunny Xiao
ac1e411b2b
Changelog for v1.10.6 () ()
* Changelog for v1.10.6

* Add warnning

* Apply suggestions from code review

Co-Authored-By: John Olheiser <john.olheiser@gmail.com>

Co-authored-by: John Olheiser <john.olheiser@gmail.com>

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2020-03-11 07:01:07 +02:00
zeripath
f7a6763c58
Changelog for v1.11.2 () ()
Forward port Changelog for v1.11.2 ()

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: 6543 <6543@obermui.de>
2020-03-06 14:26:30 +00:00
Lunny Xiao
345515a2a5
add changelog for v1.10.5 () ()
Co-authored-by: zeripath <art27@cantab.net>
2020-03-06 15:39:52 +08:00