Skip to content

Commit

Permalink
Bump up to 3.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Feb 25, 2024
1 parent 8f27789 commit c7ead5a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
mac_x86_develop:
runs-on: macos-latest
runs-on: macos-13

defaults:
run:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v3.0.0-beta.7 25/02 2024

1. 修复:侧边栏激活背景颜色。
2. 修复:侧边栏计数 Bug。
3. 修复:扩展设置页面的 UI Bug。
4. 修复:缓存 Bug。
5. 修复:过滤器 Bug。
6. 对插件开发者:提高了一些钩子的超时时间。

## v3.0.0-beta.6 23/02 2024

1. 对中国大陆地区用户使用国内镜像站加速插件下载。
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v3.0.0-beta.7 25/02 2024

1. Fix: The sidebar activation background color.
2. Fix: The sidebar count bug.
3. Fix: A UI bug in the extension setting page.
4. Fix: A cache bug.
5. Fix: A filter bug.
6. For extension developers: increased some hook points' timeout.

## v3.0.0-beta.6 23/02 2024

1. For users in mainland China, the extensions downloading is accelerated by using a NPM mirror.
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/ui/preference-view/components/toggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ watch(props, (value) => {
? 'bg-neutral-500 dark:bg-neutral-400'
: 'bg-neutral-300 dark:bg-neutral-700'
"
class="my-auto relative inline-flex h-5 w-10 items-center rounded-full"
class="my-auto relative inline-flex h-5 w-10 items-center rounded-full min-w-10"
@update:model-value="emits('event:change', enabled)"
>
<span
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperlib-beta",
"version": "3.0.0-beta.6",
"version": "3.0.0-beta.7",
"main": "dist/main-entry.js",
"description": "A simple academic paper management tool.",
"author": "Future Scholars <[email protected]>",
Expand Down
7 changes: 6 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
1. For users in mainland China, the extensions downloading is accelerated by using a NPM mirror.
1. Fix: The sidebar activation background color.
2. Fix: The sidebar count bug.
3. Fix: A UI bug in the extension setting page.
4. Fix: A cache bug.
5. Fix: A filter bug.
6. For extension developers: increased some hook points' timeout.

0 comments on commit c7ead5a

Please sign in to comment.