Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNurlan Suyundukov <nurlansu@users.noreply.github.com>2021-02-13 19:43:55 +0300
committerGitHub <noreply@github.com>2021-02-13 19:43:55 +0300
commit449ad44156280f0d388ec8b8d5b439abb82ed7d4 (patch)
treee9e710e14a5c995635a2e5bad7a60a8678a38618 /CHANGELOG.md
parentee6c94c5f2f369d0204ad18d4054b6434c5af0c5 (diff)
Release 1.1 (#31)
Closes #14 Closes #17 Closes #29
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..27081be
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,19 @@
+# Changelog
+
+### Version 1.1
+
+- Treat `avatar` param as link
+- Update Bootstrap version to v5
+- Use built-in syntax highlighting, instead of `highlight.js`
+- Update minimum required Hugo
+- Remove jQuery
+- Miscellaneous improvements, fixes and accessibility enhancements
+
+### Version 1.0.1
+
+- Added proper "Projects" page rendering
+- Miscellaneous improvements, fixes and accessibility enhancements
+
+### Version 1.0
+
+- Initial release