version 1.2.2

This commit is contained in:
Bruce Liu
2026-04-26 12:26:20 -07:00
committed by Haoyuan Liu
parent 1100ea76aa
commit cd331fbe3d
6 changed files with 21 additions and 18 deletions
+4 -4
View File
@@ -21,15 +21,15 @@ body.vertical {
:root {
--gray: #484644;
--primary: #0078d4;
--primary-alt: #004578;
--primary: #0f6cbd;
--primary-alt: #115ea3;
}
@media (prefers-color-scheme: dark) {
:root {
color: #f8f8f8;
--gray: #a19f9d;
--primary: #4ba0e1;
--primary-alt: #65aee6;
--primary: #479ef5;
--primary-alt: #62abf5;
}
}
+2 -1
View File
@@ -1,5 +1,5 @@
appId: me.hyliu.fluent-reader-mas
buildVersion: 31
buildVersion: 32
productName: Fluent Reader
copyright: Copyright © 2020 Haoyuan Liu
files:
@@ -33,6 +33,7 @@ mac:
- pt_BR
- pt_PT
- cs
- pl
minimumSystemVersion: 12.0.0
mas:
entitlements: build/entitlements.mas.plist
+2
View File
@@ -35,6 +35,7 @@ mac:
- pt_BR
- pt_PT
- cs
- pl
win:
target:
- nsis
@@ -62,6 +63,7 @@ appx:
- pt-BR
- pt-PT
- cs
- pl
showNameOnTiles: true
setBuildNumber: true
nsis:
+11 -11
View File
@@ -1,12 +1,12 @@
{
"name": "fluent-reader",
"version": "1.2.1",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "fluent-reader",
"version": "1.2.1",
"version": "1.2.2",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
@@ -4932,9 +4932,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.11",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.11.tgz",
"integrity": "sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==",
"version": "0.8.13",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
"integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
"dev": true,
"license": "MIT",
"engines": {
@@ -9226,9 +9226,9 @@
}
},
"node_modules/lodash": {
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
"dev": true,
"license": "MIT"
},
@@ -10696,9 +10696,9 @@
}
},
"node_modules/postcss": {
"version": "8.5.9",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz",
"integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==",
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
"integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
"dev": true,
"funding": [
{
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fluent-reader",
"version": "1.2.1",
"version": "1.2.2",
"description": "Modern desktop RSS reader",
"main": "./dist/electron.js",
"scripts": {
+1 -1
View File
@@ -373,7 +373,7 @@ export const Menu: React.FC = () => {
})
}}
size="small"
appearance="subtle"
appearance="transparent"
icon={<Filter12Filled />}>
{isUnreadSourcesOnly &&
intl.get("context.unreadOnly")}