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
+53-33Lines changed: 53 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,127 +5,147 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.24] - 17 June 2021
9
+
10
+
### Added
11
+
12
+
-[#180](https://github.com/scylladb/sphinx-scylladb-theme/issues/180): Now projects can configure promotional banners.
13
+
-[#179](https://github.com/scylladb/sphinx-scylladb-theme/issues/179): Troubleshooting guides for multiversion.
14
+
-[#173](https://github.com/scylladb/sphinx-scylladb-theme/issues/173): Dropdown for Contributors with the options to "Report an Issue" and "Learn How to Contribute".
15
+
-[#170](https://github.com/scylladb/sphinx-scylladb-theme/issues/170): Option to hide versions from the multiversion dropdown.
16
+
-[#174](https://github.com/scylladb/sphinx-scylladb-theme/issues/174): Shared substitutions for all projects.
17
+
18
+
### Fixed
19
+
20
+
-[#171](https://github.com/scylladb/sphinx-scylladb-theme/issues/171): Branches name were rendered in ASC order.
21
+
22
+
### Removed
23
+
24
+
-[#173](https://github.com/scylladb/sphinx-scylladb-theme/issues/179): Report an issue button from footer.
25
+
8
26
## [0.1.23] - 22 Apr 2021
9
27
10
28
### Removed
11
29
12
-
- Top-bar for Scylla University live (#152)
30
+
-[#152](https://github.com/scylladb/sphinx-scylladb-theme/issues/152): Top-bar for Scylla University live.
13
31
14
32
## [0.1.22] - 14 Apr 2021
15
33
16
34
### Added
17
35
18
-
- Top-bar for Scylla University live (#152)
19
-
-Contribution guidelines (#146)
20
-
-``*-substring_removed`` settings in ``conf`` overrides part of the version name in the multiversion dropdown. (#110)
36
+
-[#152](https://github.com/scylladb/sphinx-scylladb-theme/issues/152): Top-bar for Scylla University live.
37
+
-[#146](https://github.com/scylladb/sphinx-scylladb-theme/issues/146): Guidelines for project maintainers.
38
+
-[#110](https://github.com/scylladb/sphinx-scylladb-theme/issues/110): Theme option to override part of the version name in the multiversion dropdown.
21
39
22
40
### Fixed
23
41
24
-
- Create intermediate directories for redirections (#153)
42
+
-[#153](https://github.com/scylladb/sphinx-scylladb-theme/issues/153): Create intermediate directories for redirections.
25
43
26
44
## [0.1.21] - 24 Jan 2021
27
45
28
46
### Added
29
47
30
-
-``smv_rename_latest_version`` setting in ``conf.py`` overrides the latest version output directory (#121).
48
+
-[#121](https://github.com/scylladb/sphinx-scylladb-theme/issues/121): ``smv_rename_latest_version`` setting in ``conf.py`` overrides the latest version output directory.
31
49
32
50
### Changed
33
51
34
-
- Moved ``smv_latest_version`` from ``github/workflows/pages.yml`` to ``conf.py`` (#121).
52
+
-[#121](https://github.com/scylladb/sphinx-scylladb-theme/issues/121): Moved ``smv_latest_version`` from ``github/workflows/pages.yml`` to ``conf.py``.
-``make multiversionpreview``redirects automatically to the latest version (#121).
43
-
60
+
-[#121](https://github.com/scylladb/sphinx-scylladb-theme/issues/121): ``make multiversionpreview``was not redirecting automatically to the latest version.
61
+
44
62
45
63
## [0.1.20] - 19 Jan 2021
46
64
47
65
### Added
48
-
- Unstable version warning (#111).
66
+
67
+
-[#111](https://github.com/scylladb/sphinx-scylladb-theme/issues/111): Show a warning if the latest version is not stable.
0 commit comments