Skip to content

Commit 31bf909

Browse files
committed
Add year sections to release notes page
1 parent bced217 commit 31bf909

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

docs/assets/css/extra.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@
1010
.youtube {
1111
color: #EE0F0F;
1212
}
13+
14+
/* override for right hand nav to be a bit wider and prevent wrapping on release notes */
15+
[dir=ltr] .md-nav--secondary .md-nav__item>.md-nav__link {
16+
margin-right: .1rem;
17+
}
18+
[dir=rtl] .md-nav--primary .md-nav__title .md-nav__icon {
19+
margin-left: .1rem
20+
}

docs/release-notes.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release notes
22

3-
## Trino Gateway 14 (14 Feb 2025) { id="14" }
3+
## 2025
4+
5+
### Trino Gateway 14 (14 Feb 2025) { id="14" }
46

57
Artifacts:
68

@@ -47,7 +49,7 @@ Changes:
4749
* Fix visibility of chart legend text when changing the theme of the user
4850
interface. ([#585](https://github.com/trinodb/trino-gateway/issues/585))
4951

50-
## Trino Gateway 13 (3 Dec 2024) { id="13" }
52+
### Trino Gateway 13 (3 Dec 2024) { id="13" }
5153

5254
Artifacts:
5355

@@ -67,7 +69,9 @@ Changes:
6769
* Log out inactive users from the UI automatically.
6870
([#544](https://github.com/trinodb/trino-gateway/pull/544))
6971

70-
## Trino Gateway 12 (7 Nov 2024) { id="12" }
72+
## 2024
73+
74+
### Trino Gateway 12 (7 Nov 2024) { id="12" }
7175

7276
Artifacts:
7377

@@ -105,7 +109,7 @@ Changes:
105109
More details and a list of all merged pull requests are [available in the
106110
milestone 12 list](https://github.com/trinodb/trino-gateway/pulls?q=is%3Apr+milestone%3A12+is%3Aclosed).
107111

108-
## Trino Gateway 11 (12 Sep 2024) { id="11" }
112+
### Trino Gateway 11 (12 Sep 2024) { id="11" }
109113

110114
Artifacts:
111115

@@ -152,7 +156,7 @@ Changes:
152156
More details and a list of all merged pull requests are [available in the
153157
milestone 11 list](https://github.com/trinodb/trino-gateway/pulls?q=is%3Apr+milestone%3A11+is%3Aclosed).
154158

155-
## Trino Gateway 10 (24 Jul 2024) { id="10" }
159+
### Trino Gateway 10 (24 Jul 2024) { id="10" }
156160

157161
Artifacts:
158162

@@ -195,7 +199,7 @@ Changes:
195199
* Fix creation of new resource groups.
196200
([#379](https://github.com/trinodb/trino-gateway/pull/379))
197201

198-
## Trino Gateway 9 (8 May 2024) { id="9" }
202+
### Trino Gateway 9 (8 May 2024) { id="9" }
199203

200204
Artifacts:
201205

@@ -209,7 +213,7 @@ Changes:
209213

210214
* Ensure inclusion of UI in JAR and container artifacts. ([#337](https://github.com/trinodb/trino-gateway/pull/337))
211215

212-
## Trino Gateway 8 (6 May 2024) { id="8" }
216+
### Trino Gateway 8 (6 May 2024) { id="8" }
213217

214218
Artifacts:
215219

@@ -230,7 +234,7 @@ Changes:
230234
* Fix the `userInfo` resource to pass role information used by the API, so that
231235
the webapp authentication matches the API authentication. ([#310](https://github.com/trinodb/trino-gateway/pull/310))
232236

233-
## Trino Gateway 7 (21 Mar 2024) { id="7" }
237+
### Trino Gateway 7 (21 Mar 2024) { id="7" }
234238

235239
Artifacts:
236240

@@ -251,7 +255,7 @@ Changes:
251255

252256
[Details about all pull requests and issues](https://github.com/trinodb/trino-gateway/issues?q=milestone%3A7+is%3Aclosed)
253257

254-
## Trino Gateway 6 (16 Feb 2024) { id="6" }
258+
### Trino Gateway 6 (16 Feb 2024) { id="6" }
255259

256260
Artifacts:
257261

@@ -267,7 +271,7 @@ Changes:
267271

268272
[Details about all pull requests and issues](https://github.com/trinodb/trino-gateway/issues?q=milestone%3A6+is%3Aclosed)
269273

270-
## Trino Gateway 5 (24 Jan 2024) { id="5" }
274+
### Trino Gateway 5 (24 Jan 2024) { id="5" }
271275

272276
Artifacts:
273277

@@ -286,7 +290,7 @@ Changes:
286290

287291
[Details about all merged pull requests](https://github.com/trinodb/trino-gateway/pull/168)
288292

289-
## Trino Gateway 4 (30 Nov 2023) { id="4" }
293+
### Trino Gateway 4 (30 Nov 2023) { id="4" }
290294

291295
Artifacts:
292296

@@ -310,7 +314,9 @@ Changes:
310314

311315
[Details about all merged pull requests](https://github.com/trinodb/trino-gateway/pull/73)
312316

313-
## Trino Gateway 3 (26 Sep 2023) { id="3" }
317+
## 2023
318+
319+
### Trino Gateway 3 (26 Sep 2023) { id="3" }
314320

315321
Artifacts:
316322

0 commit comments

Comments
 (0)