2 Commits

Author SHA1 Message Date
Alex Schroeder
171910ff4f Fix release notes for 0.14 2024-11-15 19:26:45 +01:00
Alex Schroeder
5fb0f57b5c Add base element to edit template 2024-11-15 19:22:56 +01:00
4 changed files with 12 additions and 7 deletions

View File

@@ -4,6 +4,8 @@ When preparing a new release
1. Run tests
2. Update man/oddmu-releases.7.txt
- add missing items
- change "(unreleased)"
3. make docs

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width">
<base href="/view/{{.Dir}}">
<title>Editing {{.Title}}</title>
<style>
html { max-width: 70ch; padding: 2ch; margin: auto; color: #111; background-color: #ffe; }

View File

@@ -5,7 +5,7 @@
.nh
.ad l
.\" Begin generated content:
.TH "ODDMU-RELEASES" "7" "2024-11-09"
.TH "ODDMU-RELEASES" "7" "2024-11-15"
.PP
.SH NAME
.PP
@@ -15,7 +15,7 @@ oddmu-releases - what'\&s new?\&
.PP
This page lists user-visible features and template changes to consider.\&
.PP
.SS 1.14 (unreleased)
.SS 1.14 (2024)
.PP
Add \fIlist\fR, \fIdelete\fR and \fIrename\fR actions.\&
.PP
@@ -34,7 +34,7 @@ existing templates.\& For example, from upload.\&html:
.fi
.RE
.PP
The following line was added to the "preview.\&html" template:
The following line was added to the "preview.\&html" and "edit.\&html" template:
.PP
.nf
.RS 4
@@ -44,7 +44,8 @@ The following line was added to the "preview.\&html" template:
.PP
You might want to do that as well, if you have your own.\& Without this, links in
the preview cannot be followed as they all point to \fB/preview\fR instead of
\fB/view\fR.\&
\fB/view\fR and the link to the list of changes cannot be followed from the edit
page: it leads to editing the list of changes.\&
.PP
.SS 1.13 (2024)
.PP

View File

@@ -8,7 +8,7 @@ oddmu-releases - what's new?
This page lists user-visible features and template changes to consider.
## 1.14 (unreleased)
## 1.14 (2024)
Add _list_, _delete_ and _rename_ actions.
@@ -25,7 +25,7 @@ existing templates. For example, from upload.html:
<p>You can rename and delete files <a href="/list/{{.Dir}}">from the file list</a>.
```
The following line was added to the "preview.html" template:
The following line was added to the "preview.html" and "edit.html" template:
```
<base href="/view/{{.Dir}}">
@@ -33,7 +33,8 @@ The following line was added to the "preview.html" template:
You might want to do that as well, if you have your own. Without this, links in
the preview cannot be followed as they all point to */preview* instead of
*/view*.
*/view* and the link to the list of changes cannot be followed from the edit
page: it leads to editing the list of changes.
## 1.13 (2024)