Skip to content

Commit

Permalink
📝 release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mickm3n committed Jul 26, 2024
1 parent c6f0e75 commit 8707062
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,41 @@ tags = []
> * MINOR: 有小型更新時變動,例如增加了 sortable table view 或是搜尋功能。
> * PATCH: 有小幅度修正時變動,例如改了 style 或文章的 properties。
# [2024-07-25][1.7.0] 新增相似文章推薦功能
# [2024-07-26][v1.7.1] 更改推薦相關文章方法
## Changed
* 推薦的方法從「挑選最相關的三篇」改為「相關度大於 60%」的文章,有可能 0 篇,也有可能很多篇。

# [2024-07-25][v1.7.0] 新增推薦相關文章功能
## New
* 詳請請見[與 Claude 3.5 Sonnet 協作開發「相似文章推薦」](@/blog/claude-3-5-sonnet-similar-posts/index.md)

# [2024-07-23][1.6.0] 加上每篇文章的 View Count
# [2024-07-23][v1.6.0] 加上每篇文章的 View Count
## New
* 從 Google Analytics 每日抓取各個 path 的 view count,存成 json 的 map 之後,在顯示每篇文章時去查詢 view count。
* 在首頁呈現 Top-10 文章。

# [2024-06-29][1.5.1] 對外部的連結加上 Marker
# [2024-06-29][v1.5.1] 對外部的連結加上 Marker
## New
* 對外部的連結加上 Marker

## Changes
## Changed
* 微調顏色與文字大小

# [2024-06-22][1.5.0] 增加搜尋功能
# [2024-06-22][v1.5.0] 增加搜尋功能
## New
* 簡單做了藉由 Google 作搜尋的功能,沒想到跟 ChatGpt 一起協作,只問了一個問題就做完了🫨
* [Pull Request](https://github.com/mickm3n/blog/pull/4/files)

# [2024-05-13][1.4.0] 更改評分制
# [2024-05-13][v1.4.0] 更改評分制
## Changed
* 把讀書心得的評分從五分制改為十分制,提供比較細的區分。

# [2024-01-28][1.3.1] 改善選單成下拉式
# [2024-01-28][v1.3.1] 改善選單成下拉式
## Changed
* 更改手機瀏覽時的選單成下拉式
* 網站首頁移除 Changelog

# [2023-11-07][1.3.0] Youtube Shortcode
# [2023-11-07][v1.3.0] Youtube Shortcode
## New
* 參照 [Shortcodes](https://www.getzola.org/documentation/content/shortcodes/) 增加 [Youtube shortcode](https://github.com/mickm3n/blog/commit/829e6252ce901e4a810b9734c2a31aca8bf35eb3)

Expand Down

0 comments on commit 8707062

Please sign in to comment.