From 6b0e9aabf44443d8b36f36c9d2bb4560bd166ebe Mon Sep 17 00:00:00 2001 From: Simon Huang Date: Mon, 24 Jun 2019 20:01:33 +0100 Subject: [PATCH] :bookmark: version bump to v1.0.0 --- CHANGELOG.md | 18 ++++++++++-------- README-zh.md | 2 +- README.md | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 196962a..28c420a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,22 @@ # CHANGELOG -## [v1.0.0](#) (TBA) +## [v1.0.0]([#](https://github.com/huangyuzhang/Fizzy-Theme/releases/tag/v1.0.0)) (2019.06.24) The v1.0.0 will be the last development version and the first stable version of the Fizzy Theme. I will then focus on bug fixing and improvements to current code. Also I will do modifications to cope with the Ghost upgrade. Meaningful new features will still be added by not only me but also other contributors (hope so). ### NEW -- [x] **Instant Search**: support search system (close: [#18](../../issues/18)) (testing) -- [x] **Post Archive**: create a page to list all posts. (testing) -- [x] **Custom Template**: Featured Posts Archive -- [x] **Fizzy Credit Switch**: add a switch to enable/disable the top right "Get Fizzy Theme" dropdown menu. +- **Instant Search**: support search system (close: [#18](../../issues/18)) (testing) +- **Post Archive**: create a page to list all posts. (testing) +- **Custom Template**: Featured Posts Archive +- **Fizzy Credit Switch**: add a switch to enable/disable the top right "Get Fizzy Theme" dropdown menu. ### MOD -- :lipstick: Updated various UI Styles. -- [x] **Custom Footer Text**: set the default value to @site.description. -- [x] **Custom CSS Variable**: customize CSS variables in `Site Header` +- **Custom Footer Text**: set the default value to @site.description. +- **Custom CSS Variable**: customize CSS variables in `Site Header` +- Updated various UI Styles. +- Fixed several bugs. +- Improved some component layouts for post pages. ## [v0.3.0](https://github.com/huangyuzhang/Fizzy-Theme/releases/tag/v0.3.0) (2019.05.28) ### NEW diff --git a/README-zh.md b/README-zh.md index 30030d5..eb440c8 100644 --- a/README-zh.md +++ b/README-zh.md @@ -8,7 +8,7 @@ 做一个有味道的 Ghost :ghost:博客主题 -要充分使用本主题支持的功能,请仔细阅读本文档的教程。 +感谢所有使用本主题的朋友们。要充分使用本主题支持的功能,请仔细阅读本文档。 [English Doc](./README.md) diff --git a/README.md b/README.md index 810e1bc..e8be81d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A tasty blogging theme for Ghost :ghost: -If you want to take advantage of all the features of this theme, please read this page. +Thanks to everyone who uses this theme. If you want to take advantage of all the features of this theme, please read this page. [中文文档](./README-zh.md) diff --git a/package.json b/package.json index 5faf742..ce68ab0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fizzy", "description": "A tasty blogging theme for Ghost.", - "version": "0.3.0", + "version": "1.0.0", "author": { "name": "Yuzhang Huang", "email": "huangyuzhang@live.cn"