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: docs/release/0.1.2.adoc
+28-8Lines changed: 28 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
:page-title: Release History for 0.1.2
4
4
:page-version: 0.1.2
5
-
:page-date: 2026-01-29
5
+
:page-date: 2026-01-30
6
6
7
-
= Release History -- 0.1.2 - 2026-01-29
7
+
= Release History -- 0.1.2 - 2026-01-30
8
8
9
9
10
10
== What's Changed
@@ -16,15 +16,20 @@ Summary of all changes in this release.
16
16
=== Added
17
17
18
18
19
-
* Established an instance of ReleaseHx for managing the release history of... ReleaseHx
19
+
* Establish an instance of ReleaseHx for managing the release history of... ReleaseHx (dog fooding!)
20
20
+
21
21
xref:note-0_1_2-30[NOTE]
22
22
23
23
24
24
=== Fixed
25
25
26
26
27
-
* The documented regexp format (/pattern/flags) is unsupported
27
+
* Formatting errors in AsciiDoc templates
28
+
+
29
+
xref:note-0_1_2-36[NOTE]
30
+
31
+
32
+
* Documented regexp format (/pattern/flags) unsupported
28
33
+
29
34
xref:note-0_1_2-32[NOTE]
30
35
@@ -34,9 +39,15 @@ xref:note-0_1_2-32[NOTE]
34
39
xref:note-0_1_2-28[NOTE]
35
40
36
41
37
-
* Formatting errors in AsciiDoc templates
42
+
* Erroneous fetch attempted even when file path is provided as first argument
43
+
44
+
45
+
=== Improved
46
+
47
+
48
+
* Move all docs under /docs URL path
38
49
+
39
-
xref:note-0_1_2-36[NOTE]
50
+
xref:note-0_1_2-27[NOTE]
40
51
41
52
42
53
== Release Notes
@@ -57,6 +68,14 @@ The output is configured in `.config/releasehx.yml`, and the process is document
57
68
58
69
=== Fixed
59
70
71
+
[.release-note]
72
+
--
73
+
AsciiDoc templates have been cleaned up and streamlined significantly, mostly by removing the clumsy metadata that was hard to style in rich-text output.
74
+
We will improve on these templates later and welcome contributions cleaning them up.
75
+
76
+
--
77
+
78
+
60
79
[.release-note]
61
80
--
62
81
Regular expressions in YAML files such as the releasehx application config now support being written as fully qualified strings with the pattern fenced in `/` markers.
@@ -79,10 +98,11 @@ Backward compatibility has been sacrificed in this rare case, since the function
79
98
--
80
99
81
100
101
+
=== Improved
102
+
82
103
[.release-note]
83
104
--
84
-
AsciiDoc templates have been cleaned up and streamlined significantly, mostly by removing the clumsy metadata that was hard to style in rich-text output.
85
-
We will improve on these templates later and welcome contributions cleaning them up.
105
+
Fixed and redirected all documentation URLs and new releases URL to be relative to https://releasehx.docopslab.org/docs/.
0 commit comments