Skip to content

Commit

Permalink
fix: add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Nov 1, 2024
1 parent d77ad82 commit 4de6355
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog/0.1.2-beta.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 0.1.2-beta.0 Changelog

## Features

- Custom CSS is now supported, so you can add any CSS style and apply it to the Entry content view.
- New Zen mode has been added, so you can now read the full text in full screen without interruption, and we've optimized the user experience of the ToC component in full screen mode as well as added a new brief timeline on the left side.
- Support for hiding extra badges around the feed, such as Claim or Boost, which you may not want to see.

## Improvements

- Fixed the issue that Entry list cannot be loaded offline.
- Optimized the performance experience of some scenarios.
- The UI of some components has been fine-tuned to look more natural.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"bump": {
"before": [
"git pull --rebase",
"tsx scripts/apply-changelog.ts ${NEW_VERSION}"
"tsx scripts/apply-changelog.ts ${NEW_VERSION}",
"git add changelog/${NEW_VERSION}.md"
],
"after": [
"gh pr create --title 'chore: Release v${NEW_VERSION}' --body 'v${NEW_VERSION}' --base main --head dev"
Expand Down

0 comments on commit 4de6355

Please sign in to comment.