Skip to content

Commit

Permalink
+ dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Aug 3, 2022
1 parent 18489a7 commit c6f2c3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperlib",
"version": "1.9.3-dev.1",
"version": "1.9.3-dev.2",
"description": "A simple academic paper management tool for CSer.",
"productName": "Paperlib",
"author": "Geoffrey Chen <[email protected]>",
Expand Down
13 changes: 7 additions & 6 deletions packages/renderer/src/ui/whats-new-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,21 @@ onMounted(() => {

<p class="mt-10"><b>News</b></p>
<p>
🎉 Leave your comments about Paperlib 📣. You can leave your comments
about Paperlib at
https://github.com/GeoffreyChen777/paperlib/issues/119, I will select
some of them, and show them on the webpage to introduce Paperlib to
new users.
🎉 Leave your comments to Paperlib 📣. You can leave your comments to
Paperlib at https://github.com/GeoffreyChen777/paperlib/issues/119, I
will select some of them, and show them on the webpage to introduce
Paperlib to new users.
</p>
<p class="mt-2">
🎉 留下您对 Paperlib 的评价
📣,https://github.com/GeoffreyChen777/paperlib/issues/119,开发者会将其展示在主页上以帮助将
Paperlib 推荐给更多的新用户。
</p>

<p class="mt-10"><b>Fixed Bugs</b></p>
<p class="mt-10"><b>Improvements and fixed Bugs</b></p>
<li>Reduce memory usage.</li>
<li>Fixed: a bug in metadata updating.</li>
<li>Fixed: a bug in preview rendering.</li>

<div
class="mt-10 mx-auto flex w-60 h-10 bg-accentlight dark:bg-accentdark text-neutral-50 rounded-md shadow-md cursor-pointer"
Expand Down

0 comments on commit c6f2c3a

Please sign in to comment.