Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Releases: jwenjian/ghiblog

v2.0.0

07 Oct 14:26
Compare
Choose a tag to compare

Switch from Circle CI to Github Actions

The README will update when you

  • create an issue
  • update an issue
  • delete an issue
  • label an issue
  • ...

i.e. every event about issue will trigger the workflow then update the content and commit to master branch

NO more circle ci integration needed.

Logo pic removed for now
About me section removed for now

v1.1.0

20 Aug 14:35
Compare
Choose a tag to compare

README.md will now display part of body of new created issue instead of its title only

Issue can now specify its summary by adding --- into issue body, for example:

If an issue has below body:

title

description

---
examples:
1. 
2. 
...

Then README.md will display the part from body start to the index of ---:

title

description

[More>>>](issue_html_url)

Note: If your issue doesn't has ---, the first 150 characters will be displayed instead.


README.md现在支持显示最新issue的部分内容, 而不是只显示issue的标题。

Issue现在可以通过添加---来指定要显示在README中的内容

如果你的issue内容如下:

title

description

---
examples:
1. 
2. 
...

那么README中会显示如下信息:

title

description

[More>>>](issue_html_url)

另外, 如果Issue中没有---, 则会显示issue内容的前150个字符。

v1.0.5.2

26 Jul 02:30
a83f54c
Compare
Choose a tag to compare

Fix string format issue while bundle summary section

v1.0.5.1

24 Jul 00:59
Compare
Choose a tag to compare

Fix circle-ci dependency issue, please use this version instead of v1.0.5

v1.0.5

23 Jul 15:55
Compare
Choose a tag to compare

新增

  1. 现在支持生成词云了! 生成的词云图片放在assets目录下, 文件名为wordcloud.png
    词云的生成依赖 -> word_cloud

示例词云图片:

优化

  1. 优化分类部分的显示

New

  1. Word cloud!!!
    Now we are supporting word cloud generate, the generated picture is in assets/ folder, named wordcloud.png
    Thanks to word_cloud

Sample word cloud:

Optimize

  1. Optimize the issues in label section

v1.0.4

22 Jul 14:15
Compare
Choose a tag to compare

新增

  1. 新增显示今天访客数量的badge
  2. 新增“今日图片”,目前使用NASA的API作为图片来源

New

  1. Add visitors in today badge
  2. Add new section: "Picture of the day", now using the NASA API as image source

v1.0.3

13 Jul 13:41
Compare
Choose a tag to compare

v1.0.3

  • write script run time into README to make sure README content be different every time because circle ci runs only once on every commit.

v1.0.2

13 Jul 13:24
Compare
Choose a tag to compare

v1.0.2

使用1.0.3版本来代替

  • 调用github API和提交变更时使用Personal Access Token, 不再使用密码
  • 更新了README的界面, summary section现在使用badge的形式显示相关信息
  • 调整每个issue的显示效果, 使界面看起来不那么花哨和杂乱

新增显示访客信息统计

06 Jul 03:24
Compare
Choose a tag to compare

基于我的另外一个项目 -> visitory-count-badge, 为生成的README添加了访客数量统计的badge显示

Everything Works!

26 May 09:36
Compare
Choose a tag to compare

🎉 🎉 🎉

First Release with :

  1. Bundle content of README.md with below sections:
  • Summary section
  • Pinned issues section
  • Latest 5 issues section
  • Issue list by labels section
  • About me section
  1. Update README.md file
  2. Integrate with Circle CI to run the job in daily, controlled by cron expression 0 0 * * *