You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+42-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,48 @@
2
2
3
3
All notable changes to Gogs are documented in this file.
4
4
5
-
## 0.13.0+dev (`master`)
5
+
## 0.13.0+dev (`main`)
6
+
7
+
### Added
8
+
9
+
- An unlisted option is added when create or migrate a repository. Unlisted repositories are public but not being listed for users without direct access in the UI. [#5733](https://github.com/gogs/gogs/issues/5733)
10
+
11
+
### Changed
12
+
13
+
- The default branch has been changed to `main`. [#6285](https://github.com/gogs/gogs/pull/6285)
14
+
- MSSQL as database backend is deprecated, installation page no longer shows it as an option. Existing installations and manually craft configuration file continue to work. [#6295](https://github.com/gogs/gogs/pull/6295)
15
+
- Use [Task](https://github.com/go-task/task) as the default build tool for development. [#6297](https://github.com/gogs/gogs/pull/6297)
16
+
17
+
### Fixed
18
+
19
+
-_Regression:_ Pages are correctly rendered when requesting `?go-get=1` for subdirectories. [#6314](https://github.com/gogs/gogs/issues/6314)
20
+
21
+
### Removed
22
+
23
+
- ⚠️ Migrations before 0.12 are removed, installations not on 0.12 should upgrade to it to run the migrations and then upgrade to 0.13.
24
+
- Configuration section `[mailer]` is no longer used.
25
+
- Configuration section `[service]` is no longer used.
26
+
- Configuration option `APP_NAME` is no longer used.
27
+
- Configuration option `[security] REVERSE_PROXY_AUTHENTICATION_USER` is no longer used.
28
+
- Configuration option `[database] PASSWD` is no longer used.
29
+
- Configuration option `[auth] ACTIVE_CODE_LIVE_MINUTES` is no longer used.
30
+
- Configuration option `[auth] RESET_PASSWD_CODE_LIVE_MINUTES` is no longer used.
31
+
- Configuration option `[auth] ENABLE_CAPTCHA` is no longer used.
32
+
- Configuration option `[auth] ENABLE_NOTIFY_MAIL` is no longer used.
33
+
- Configuration option `[auth] REGISTER_EMAIL_CONFIRM` is no longer used.
34
+
- Configuration option `[session] GC_INTERVAL_TIME` is no longer used.
35
+
- Configuration option `[session] SESSION_LIFE_TIME` is no longer used.
36
+
- Configuration option `[server] ROOT_URL` is no longer used.
37
+
- Configuration option `[server] LANDING_PAGE` is no longer used.
38
+
- Configuration option `[database] DB_TYPE` is no longer used.
39
+
- Configuration option `[database] PASSWD` is no longer used.
40
+
41
+
## 0.12.1
42
+
43
+
### Fixed
44
+
45
+
- The `updated_at` field is now correctly updated when updates an issue. [#6209](https://github.com/gogs/gogs/issues/6209)
46
+
- Fixed a regression which created `login_source.cfg` column to have `VARCHAR(255)` instead of `TEXT` in MySQL. [#6280](https://github.com/gogs/gogs/issues/6280)
0 commit comments