1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 14:46:57 -05:00
Commit Graph

151 Commits

Author SHA1 Message Date
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
zeripath
05c1f2b45c
Create Changelog for v1.11.1 release () ()
* Create Changelog
* Update CHANGELOG.md
* Include

Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
2020-02-17 21:43:20 +00:00
zeripath
8bba797252
v1.10.4 Changelog () ()
* v1.10.4 Changelog

* Add backport identifier for 

* Update CHANGELOG.md entry for 

Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
2020-02-16 16:38:24 -05:00
John Olheiser
b5418a6443
Changelog 1.11.0 () ()
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
2020-02-10 11:16:31 -05:00
John Olheiser
9d0930d5c6 Changelog 1.11.0-rc2 () ()
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-01-22 15:51:38 -05:00
6543
6140325e98 Changelog 1.10.3 () () 2020-01-17 17:03:07 -05:00
6543
bb4476908d Changelog for 1.11.0-RC1 ()
* generated Changelog

* cormat, sort, fix

* teamwork :)

Co-Authored-By: techknowlogick <matti@mdranta.net>
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>

* next()

* Next()

* add last change

* as @jolheiser suggested

* Apply suggestions from code review

Co-Authored-By: techknowlogick <matti@mdranta.net>

* Apply suggestions from code review

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>

* Update CHANGELOG.md

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>

* add bugfix + topic is plural

* rest

* Apply suggestions from code review

* Apply suggestions from code review

Co-Authored-By: techknowlogick <matti@mdranta.net>

Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Co-authored-by: zeripath <art27@cantab.net>
2020-01-08 10:57:44 +08:00
6543
4ab072d9c2 Changelog for 1.10.2 () 2020-01-02 14:15:30 +02:00
John Olheiser
d7c52b8dce Changelog 1.10.1 () ()
* Changelog for 1.10.1

* format ...

* format

* add @techknowlogick s suggestion
2019-12-06 00:15:11 +02:00
John Olheiser
a99b4dbe01 Changelog for 1.10.0 () ()
* Changelog for 1.10.0 ()

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

* Update security

Signed-off-by: jolheiser <john.olheiser@gmail.com>
2019-11-14 17:34:30 +02:00
John Olheiser
16a43156a8 Backport the backport of 1.9.6 ()
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2019-11-14 00:11:52 +02:00
John Olheiser
690a8ec502 Changelog 1.9.5 () () ()
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2019-10-30 17:22:20 -04:00
John Olheiser
1286473386 Changelog 1.10.0-rc2 () ()
* 1.10.0-rc2

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-Authored-By: jaqra <48099350+jaqra@users.noreply.github.com>
2019-10-30 19:22:13 +00:00
6543
db0d4ffdc7 Changelog for 1.10.0-RC1 ()
* Changelog for 1.10.0
* clean up | remove TESTING and DOCS sction | short BUILD section

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Co-Authored-By: zeripath <art27@cantab.net>
2019-10-14 20:34:21 +01:00
guillep2k
a3612f9d35 Changelog for v1.9.4 () ()
* changelog

* Update CHANGELOG.md

We ned to revert this then ...

Co-Authored-By: Lauris BH <lauris@nix.lv>
2019-10-09 03:27:45 +02:00
guillep2k
3b1706d71b Changelog for 1.9.3 () 2019-09-06 14:52:53 -04:00
Lunny Xiao
9f58187f11 Add release notes of 1.9.2 () ()
* Add release notes of 1.9.2

* add missing issue
2019-08-22 17:42:28 +01:00
Lunny Xiao
a077c9d551
Add changelog of v1.9.1 () ()
* add changelog of v1.9.1

* Update CHANGELOG.md

Co-Authored-By: Lauris BH <lauris@nix.lv>

* mention releases build by go1.12.8

* Update CHANGELOG.md

Co-Authored-By: Lauris BH <lauris@nix.lv>
2019-08-15 10:45:21 +08:00
techknowlogick
bb875e98a1
frontport 1.9.0 changelog () 2019-07-31 09:38:28 -04:00
techknowlogick
7b82056b0e
1.9.0-RC1 changelog () 2019-07-06 19:00:49 -04:00
John Olheiser
2e5da98ecb Changelog 1.8.3 () ()
* Changelog 1.8.3

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

* Suggestion

Co-Authored-By: zeripath <art27@cantab.net>
2019-06-17 14:42:14 -04:00
John Olheiser
97b6368b7d 1.8.2 changelog () ()
* 1.8.2 changelog
2019-05-30 17:46:31 +01:00
John Olheiser
d8b2ed6627 1.8.1 changelog () ()
* New and improved

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

* Add backport/original PR numbers
Change wording for 500 error

Signed-off-by: jolheiser <john.olheiser@gmail.com>
2019-05-08 12:21:24 -04:00
techknowlogick
04ff3dd510 Backport 1.8.0 changelog () 2019-04-21 10:43:49 +08:00
techknowlogick
c9f5953a41
backport 1.8.0-rc3 & 1.7.6 changelog () 2019-04-13 00:19:51 -04:00
John Olheiser
ee0d3eeadc Changelogs 1.7.5 & 1.8.0-rc2 ()
* Changelog 1.8.0 rc2 ()

* Changelog 1.7.5 () ()

Signed-off-by: jolheiser <john.olheiser@gmail.com>
2019-03-27 21:57:36 +02:00
techknowlogick
6a6656ae44
1.8.0-rc1 changelog () 2019-03-18 22:22:04 -04:00
techknowlogick
91775c1125 backport 1.7.4 changelog () 2019-03-13 07:50:20 +00:00
zeripath
25b6496f48 Add Changelog for 1.7.3 () () 2019-02-27 15:32:25 -05:00
techknowlogick
e456fc0110 Backport 1.7.2 changelog ()
* Include changes also from PR 
2019-02-15 11:29:26 +02:00
techknowlogick
1219d46b02
1.7.1 changelog () 2019-01-31 11:42:22 -05:00
techknowlogick
4de2bd06da backport 1.7.0 changelog () 2019-01-22 22:07:07 +02:00
techknowlogick
47ca1060dd backport 1.7.0-rc3 changelog () 2019-01-18 17:16:26 +08:00
techknowlogick
19e651c0dd
backport 1.6.4 to HEAD () 2019-01-16 10:37:57 -05:00
Jonas Franz
9e901039e7
Add changelog for 1.6.3 and 1.7.0-rc2 ()
* Add changelog for 1.6.3 and 1.7.0-rc2

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add missing point for 1.6.3

Signed-off-by: Jonas Franz <info@jonasfranz.software>
2019-01-04 18:44:26 +01:00
Jonas Franz
121da08730
Add changelog for 1.7.0-rc1 ()
* Add changelog for 1.7.0-rc1

* Change position of refactoring of heatmap

* Refactoring some items in changelog

* Fix wrong PR title in changelog

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Remove backported PRs

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Fix wrong date

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add new PR to list

* Security fixes have been backported
2019-01-03 11:17:28 +01:00
techknowlogick
b77c3eb5bd
backport 1.6.2 changelog () 2018-12-21 12:45:58 -05:00
techknowlogick
7e5abe2dc4 backport 1.6.1 changelog () 2018-12-09 23:33:13 +02:00
techknowlogick
5af7f8bd72 Backport 1.6.0 changelog to master () 2018-11-23 15:14:34 +08:00
techknowlogick
0fd56a71e4
1.6.0-rc2 changelog () 2018-11-04 20:01:15 -05:00
Lauris BH
6eff62ae09 Add changelog for 1.5.3 release () 2018-10-30 22:13:14 -04:00
Lunny Xiao
cc63985876 Add change log for 1.6.0-rc1 ()
* add change log for 1.6.0-rc1

* Fix some uppercases
2018-10-17 19:05:49 +02:00
techknowlogick
f44d066876
Backport 1.5.2 changelog () 2018-10-09 12:29:08 -04:00
techknowlogick
a4ee5627ed
Backport 1.5.1 changelog () 2018-09-03 01:17:10 -04:00
techknowlogick
5dfe8b4340
Add 1.5.0 changelog () 2018-08-11 04:38:44 -04:00
Lauris Bukšis-Haberkorns
280ebcbf7c Update changelog
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-07-03 23:24:48 +03:00
Lauris Bukšis-Haberkorns
1c7f951534 Change 1.5.0 RC1 release date in changelog
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-07-03 23:21:44 +03:00
Lauris Bukšis-Haberkorns
5f52178421 Change 1.5.0 RC1 release date in changelog
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-07-03 22:57:59 +03:00
techknowlogick
9c6801c8d4 Add changelog for 1.5.0-RC1 () 2018-07-03 22:37:07 +03:00
techknowlogick
e87c540a87 Backport 1.4.3 changelog to master branch () 2018-06-27 15:06:39 +08:00
techknowlogick
6400d8a3cb 1.4.2 changelog () 2018-06-05 03:56:29 +03:00
Lauris BH
5f4cff6159 Release 1.4.x changelog () 2018-05-04 21:23:39 +08:00
Morgan Bazalgette
10171b7e2f add changelog for 1.4.0 ()
* add changelog for 1.4.0

* remove docs

* Remove some more noise

* Small reorganization, removed bugfixes that were not present in last stable version

* Move LFS lock to features, add just merged bugfix info
2018-01-31 17:40:57 +02:00
Lauris BH
d5d28721e2 Backport changelog for 1.3 release () 2017-12-08 18:20:48 +01:00
Lauris BH
fb6348976e
Backport 1.2.x changelog to master () 2017-11-15 01:39:17 +02:00
Lunny Xiao
5f4210a9b0 add release notes of v1.1.4 () 2017-09-05 09:00:55 +03:00
Lunny Xiao
4c54139afc add changelog of release v1.1.3 () 2017-08-03 16:15:39 +08:00
Bo-Yi Wu
884c60480d
[ci skip] add 1.1.2 change log.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-06-12 17:07:52 +08:00
Kim "BKC" Carlbäcker
a5444fb3db Update changelog with v1.1.1 2017-06-10 02:10:25 +02:00
Antoine GIRARD
8371f94d06 Rework SSH key management UI to add GPG ()
* Rework SSH key management UI to add GPG

* Add more detail to gpg key display

* Update CHANGELOG.md

* Implement deletion UI

* Implement adding gpg UI

* Various fixes

- Fix duplicate entry in locale
- Re-generate hash before verification since they are consumed

* Add missing translation

* Split template

* Catch not found/verified email error
2017-04-26 21:10:43 +08:00
Sandro Santilli
7d8f9d1c46 Rename /forget_password url to /forgot_password
Also renames `forgot_password` translation key to
`forgot_password_title` and `forget_password` to
`forgot_password`

Includes entry in CHANGELOG about the breaking change
(and some markdown fixes in there)
2017-03-14 22:54:07 +01:00
Thomas Boerger
d4fcba6796 Updated changelog () 2017-03-09 20:13:29 +01:00
Thomas Boerger
fe5ff8e4b2 Added 1.0.2 to changelog () 2017-02-21 22:38:38 +08:00
Thomas Boerger
9d1bc9aac8 Added 1.0.1 to changelog () 2017-01-05 21:17:40 +08:00