This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
commit f0f0b39bd0f9e391eeb2a8ab471e374dbd3608f2 Author: P. Ottlinger <[email protected]> AuthorDate: Mon Jan 29 22:38:48 2024 +0100 TENTACLES-17: Add font and regen page via script --- pom.xml | 1 + src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index ad2da88..8ba8424 100644 --- a/pom.xml +++ b/pom.xml @@ -250,6 +250,7 @@ <exclude>.asf.yaml</exclude> <exclude>README*</exclude> <exclude>src/main/resources/licenses/*</exclude> + <exclude>**/src/site/javadocFont/**</exclude> </excludes> </configuration> </plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 62153dd..071d5f3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove. </release> --> <release version="0.2-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done"> + <action issue="TENTACLES-17" type="add" dev="pottlinger"> + Update webpage to not load fonts from GoogleFonts and include privacy link in main menu. + </action> <action issue="TENTACLES-16" type="update" dev="pottlinger" due-to="dependabot"> TODO: before releasing TENTACLES-16: collect all dependabot updates for release 0.2. </action>
