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

github.com/MunifTanjim/minimo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunif Tanjim <muniftanjim@gmail.com>2020-07-18 08:37:33 +0300
committerMunif Tanjim <muniftanjim@gmail.com>2020-07-18 08:37:33 +0300
commite918cce0be37cc8be9ca1cef452aa9359e26a1a6 (patch)
tree429df326e7dabeac51341c906fb6a5430506e3a4
parentea3def4ede1f3eb2af3c8f72bec44dbf6a3966d5 (diff)
release [minor]: 2.9.0v2.9.0
-rw-r--r--CHANGELOG.md21
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 20 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95426a1..f5a8ffc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,23 @@
- ...
+## [2.9.0] - 2020-07-18
+
+### Added
+
+- Indonesian translation
+- Ukrainian translation
+- Arabic translation
+- Support `.Site.Language.LanguageDirection`
+
+### Fixed
+
+- MathJax integration
+- Issues #256, #260, #264, #285
+
## [2.8.0] - 2019-09-08
-## Added
+### Added
- RTL support
- Staticman comments reCAPTCHA support
@@ -133,7 +147,7 @@
### Changed
- Forms & Buttons stylesheets
-- Minor changes to Main Menu
+- Minor changes to Main Menu
- Refactor Social Menu template
- Refactor Homepage & Sidebar templates
@@ -297,7 +311,8 @@
- Initial stable release
-[Unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.8.0...HEAD
+[unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.9.0...HEAD
+[2.9.0]: https://github.com/MunifTanjim/minimo/compare/v2.8.0...v2.9.0
[2.8.0]: https://github.com/MunifTanjim/minimo/compare/v2.7.0...v2.8.0
[2.7.0]: https://github.com/MunifTanjim/minimo/compare/2.6.0...v2.7.0
[2.6.0]: https://github.com/MunifTanjim/minimo/compare/2.5.0...2.6.0
diff --git a/package-lock.json b/package-lock.json
index 8a694f6..b58ac31 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "minimo",
- "version": "2.8.0",
+ "version": "2.9.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ff3b3eb..552465b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "minimo",
"description": "Minimalist theme for Hugo",
- "version": "2.8.0",
+ "version": "2.9.0",
"author": {
"name": "Munif Tanjim",
"url": "https://muniftanjim.com"