Skip to content

Tags: 1zilc/fishing-funds

Tags

v8.4.1

Toggle v8.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛fix(quotation): 修复板块接口异常 (#704)

* ✨ feat(quotation): update quotation service to handle eastmoney api changes

- 【问题】由于东财接口变动,一次性最多返回200条记录,导致数据不全
- 【解决方案】发起3个请求,分页获取数据,截止2025-2-17,一共是578个概念板块
- 【调整】修改GetQuotationsFromEastmoney接口,增加pn参数,用于分页查询

* 🐛 fix(card): 修复 Tooltip 组件 classNames 属性

- 将 overlayClassName 替换为 classNames 以兼容最新版本
- 修复图表卡片和引导组件中的 Tooltip 组件样式问题

* 🐛 fix(build): fix electron version and app version

- 【build】修复electron版本依赖问题
- 【build】更新app版本至8.4.1

v8.4.0

Toggle v8.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V8.4.0 (#698)

* ♻️ refactor(InitPage): Remove unnecessary localStorage clear and simplify dispatch calls

* 🏗️ build: 升级依赖包版本

* ♻️ refactor: 移除本地存储迁移逻辑

* 🏗️ build: 更新 package.json 中的依赖版本

* 🏗️ build: 更新 electron-vite 配置和依赖版本

* 🔁 ci: 更新 pnpm 动作版本至 v4

* 🔁 ci: 更新 pnpm 动作版本至 v4

* ♻️ refactor(package): 更新依赖包版本

-更新 babel-plugin-react-compiler 版本为 19.0.0-beta-a7bf2bd-20241110
-更新 react 和 react-dom 版本为 19.0.0-rc-b01722d5-20241114

* ✨ chore(deps): update dependencies

- 更新以下依赖包至最新版本:
- 【@types/react】
- 【@types/react-dom】
- 【@vitejs/plugin-react】
- 【@vitejs/plugin-react-swc】
- 【antd】
- 【babel-plugin-react-compiler】
- 【electron】
- 【generate-react-cli】
- 【react】
- 【react-dom】
- 【react-router-dom】
- 【sass】
- 【sortablejs】
- 【typescript】
- 【vite】
- 【electron-log】
- 【undici】

* ✨ chore(deps): update sass and related styles

- 将sass升级到sass-embedded,移除sass-loader
- 更新并移动样式文件,优化项目结构
- 从组件中移除多余的样式导入,简化代码
- 更新antd样式导入方式,提升性能

💄 style(renderer): adjust stylesheet import

- 将所有scss样式文件合并到app.scss中,简化样式管理
- 更新antd样式导入方式,使用dist/reset.css,并删除多余的全局样式
- 更新所有scss文件导入路径,优化可维护性
- 将组件内样式导入移动到app.tsx,使样式管理集中化

* ✨ chore(package): improve dev environment configuration

- 细化 devEngines 配置,明确指定 node 和 npm 版本及失败处理方式
-  【node】 使用 runtime 字段指定版本及错误处理
-  【npm】 使用 packageManager 字段指定版本及错误处理
-  【onFail】 设置为 error,确保在不满足版本要求时报错,防止潜在问题

* 🐛 fix(io): 修复保存图片时可能出现的错误

- 将Buffer转换为Uint8Array,解决写入文件时可能出现的类型不兼容问题
- 提升了代码的健壮性和稳定性

* ✨ feat(dependencies): update dependencies and refactor worker usage

- 更新了 `vite`、`comlink` 等依赖
- 使用 `Comlink` 重构了 Worker 的使用方式,提高了性能和代码可维护性
- 移除 `promise-worker` 依赖,优化项目体积【依赖更新】
- 将搜索功能相关代码迁移到 Worker 线程中,提升了主线程性能【性能优化】
- 使用 Comlink 替换 PromiseWorker,优化代码结构和可读性【代码重构】

* ♻️ refactor(utils): 优化静态资源导入

- 将 import.meta.url 赋值给 metaUrl 变量,提高代码可读性
- 使用 metaUrl 变量替换 ImportStatic 函数中的 import.meta.url,避免重复代码

* ✨ feat(renderer): 移除首页组件的懒加载

* Revert "✨ feat(renderer): 移除首页组件的懒加载"

This reverts commit 35a527b.

* Revert "♻️ refactor(utils): 优化静态资源导入"

This reverts commit d738003.

* 📦 chore: 重构静态资源路径

- 将所有静态资源文件从 `src/renderer/static` 移动到 `src/renderer/public` 目录下。
- 更新所有组件中引用静态资源文件的路径,使其指向新的 `public` 目录。
- 删除 `Utils.ImportStatic` 方法,因为它不再需要。
- 更新钱包图标的加载方式,使用新的路径。
-【修改】调整图片引用路径
-【修改】调整二维码图片路径
-【修改】调整钱包图片路径
-【修改】调整icon图片路径
-【删除】删除无用函数ImportStatic

* ✨ refactor(wallet): 优化钱包图标路径

- 将钱包图标文件从 `public/wallet` 目录移动到 `static/wallet` 目录【文件移动】
- 更新 `walletIcons` 数组,使用 `import.meta.url` 获取正确的图标路径【代码修改】
- 确保所有钱包图标都能正确加载【功能增强】

* ✨ chore(package): 更新依赖包

- 更新了以下依赖包到最新版本:
- 【@reduxjs/toolkit】:  ^2.4.0
- 【@types/color】: ^4.2.0
- 【@types/node】: 22.10.1
- 【@types/react】: ^19.0.0
- 【@types/react-dom】: ^19.0.0
- 【ahooks】: ^3.8.4
- 【antd】: ^5.22.3
- 【electron】: ^33.2.1
- 【electron-builder】: ^25.1.8
- 【electron-log】: ^5.2.4
- 【electron-vite】: ^2.3.0
- 【fetch-socks】: ^1.3.2
- 【react】: ^19.0.0
- 【react-dom】: ^19.0.0
- 【react-icons】: ^5.4.0
- 【react-router-dom】: ^7.0.2
- 【sass-embedded】: ^1.82.0
- 【sortablejs】: ^1.15.6
- 【typescript】: ^5.7.2
- 【vite】: ^6.0.3
- 【undici】: ^7.1.0

- 确保项目依赖的稳定性和安全性。

* ✨ feat(component): 优化组件类型定义和ref使用

- 将MarketVolume和SearchHistory组件的类型定义修改为React.FC,并使用React.RefObject来处理ref。
- 【MarketVolume】添加了ref属性,用于在父组件中调用refresh方法刷新数据。
- 【SearchHistory】添加了ref属性,用于在父组件中添加搜索历史记录。
- 优化代码结构,提高代码可读性和可维护性。
- 确保类型安全,避免潜在的运行时错误。

* ```
✨ feat(wallet): 添加持有收益率显示

- 【样式】钱包组件中添加持有收益率展示
  - 修改样式文件,添加 `slogan`、`pal` 样式
  - 更新 `timeBar` 样式
- 【功能】钱包组件中添加持有收益率计算和显示逻辑
  - 在 `CalcWallet` 工具函数中添加 `cysy`(持有收益)和 `cysyl`(持有收益率)的计算逻辑
  - 在钱包组件中添加 `displayCysy` 和 `displayCysyl` 的计算逻辑
  - 在钱包组件中添加持有收益率的显示,仅在非迷你模式且开启明文状态下显示
  - 根据持有收益的正负显示不同的颜色
```

* chore: 更新依赖版本

- 更新 react, react-dom 版本到 19.0.1
- 更新应用版本到 8.4.0

* 📝 docs(README): 更新 macOS 下载链接

- 添加 macOS 10.15 下载链接

* 📦 chore(build): remove macOS entitlements

- 删除了 macOS 授权文件 `entitlements.mac.plist`,简化构建流程。
- 此文件不再需要,因为它与当前的构建配置不兼容。

* ✨ chore(deps): 更新依赖项

- 更新 `@types/react-dom` 至 `19.0.2`
- 更新 `antd` 至 `5.22.4`
- 降级 `undici` 至 `6.21.0`
- 【依赖更新】为了保证项目稳定性和安全性,对部分依赖包进行了版本更新。

* 📦 build(deps): 更新依赖包版本

- 更新 @reduxjs/toolkit 到 2.5.0
- 更新 @types/react 到 19.0.2
- 更新 antd 到 5.22.6
- 更新 react-redux 到 9.2.0
- 更新 react-router-dom 到 7.1.1
- 更新 sass-embedded 到 1.83.0
- 更新 vite 到 6.0.5

* 📦 build(deps): 更新依赖包版本

- 更新 antd 版本到 5.22.7
- 更新 echarts 版本到 5.6.0
- 更新 electron 版本到 34.0.0-beta.14
- 更新 vite 版本到 6.0.6
- 添加 @ant-design/v5-patch-for-react-19 依赖

💄 style(theme): antd主题配置调整

- 开启 cssVar 属性
- 关闭 hashed 属性

✨ feat(renderer): 添加 react 19 兼容补丁

- 引入 @ant-design/v5-patch-for-react-19 以兼容 react 19

* 📦 build(deps): 更新 babel 插件版本

- 更新 babel-plugin-react-compiler 依赖至 19.0.0-beta-55955c9-20241229

* 🐛 fix(echart): 修复 echart hook 的类型问题
  -  修改 chartInstanceRef 的类型为允许 null,避免初始值报错
  -  修改 unMountRef 的类型为允许 null,避免初始值报错
  -  修改 useEchartEventEffect 和 useRenderEcharts 的 instance 参数为允许 null,避免类型错误

* ✨ feat(home): 股票添加ETF分类

- 将股票类型标签的显示名称从截取前两个字符改为完整名称
- 修改股票类型配置,调整部分名称,使之更简洁

* 📦 build(deps): 更新依赖版本
  - 更新 @types/node 到 22.10.6
  - 更新 @types/react 到 19.0.6
  - 更新 @types/react-dom 到 19.0.3
  - 更新 antd 到 5.23.1
  - 更新 babel-plugin-react-compiler 到 19.0.0-beta-e552027-20250112
  - 更新 sass-embedded 到 1.83.3
  - 更新 typescript 到 5.7.3
  - 更新 vite 到 6.0.7
  - 更新 undici 到 7.2.1

* 📦 build(deps): 更新依赖版本

- 更新 @types/react 从 19.0.6 到 19.0.7
- 更新 electron 从 34.0.0-beta.14 到 34.0.0
- 更新 sass-embedded 从 1.83.3 到 1.83.4

* 📦 build(deps): 更新 undici 到 6.21.0
  - 更新 undici 依赖版本到 6.21.0

v8.3.0

Toggle v8.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
1zilc 1zilc
🔧 chore(snap): remove snap support

Remove snapcraft related configurations and dependencies.  Removed references to Snap Store from documentation.

v8.2.3

Toggle v8.2.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
8.2.3

v8.2.1

Toggle v8.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V8.2.1 (#679)

* bump: electron-log@^5.0.0

* fix: 修复app监听在ready之前执行

* bump: 更新依赖

* fix: 翻译图标错误

* bump: 8.2.1

v8.2.0

Toggle v8.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
bump: samuelmeuli/action-snapcraft@v2

v8.1.1

Toggle v8.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V8.1.1 (#668)

* fix: 简化部分class

* fix: 简化worker

* revert: 回退基金净值显示

* fix: 修复净值提醒逻辑

* fix: 修复股票NaN

* Bump @types/node from 20.5.0 to 20.5.7 (#651)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump electron-log from 5.0.0-beta.25 to 5.0.0-beta.28 (#648)

Bumps [electron-log](https://github.com/megahertz/electron-log) from 5.0.0-beta.25 to 5.0.0-beta.28.
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/megahertz/electron-log/commits)

---
updated-dependencies:
- dependency-name: electron-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: 移除三板,恢复债券分类

* Bump electron-log from 5.0.0-beta.28 to 5.0.0-beta.29 (#656)

Bumps [electron-log](https://github.com/megahertz/electron-log) from 5.0.0-beta.28 to 5.0.0-beta.29.
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/megahertz/electron-log/commits)

---
updated-dependencies:
- dependency-name: electron-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/node from 20.5.7 to 20.6.0 (#655)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.7 to 20.6.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: 开机自启仅prod模式生效

* feat: vite-tsconfig-paths

* Bump @types/node from 20.6.0 to 20.8.2 (#665)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.0 to 20.8.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump electron-log from 5.0.0-beta.29 to 5.0.0-rc.1 (#661)

Bumps [electron-log](https://github.com/megahertz/electron-log) from 5.0.0-beta.29 to 5.0.0-rc.1.
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/megahertz/electron-log/commits)

---
updated-dependencies:
- dependency-name: electron-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "feat: vite-tsconfig-paths"

This reverts commit 354c24d.

* bump: electron 27

* Bump @types/node from 20.8.2 to 20.8.4 (#667)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.2 to 20.8.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* bump: 8.1.1

* chore: 更新旧文档

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v8.1.0

Toggle v8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V8.1.0 (#638)

* fix: 修复股票排序

* feat: 添加估算净值

* fix: 同步删除股票

* Bump electron-log from 5.0.0-beta.24 to 5.0.0-beta.25 (#636)

Bumps [electron-log](https://github.com/megahertz/electron-log) from 5.0.0-beta.24 to 5.0.0-beta.25.
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/megahertz/electron-log/commits)

---
updated-dependencies:
- dependency-name: electron-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/node from 20.4.2 to 20.4.5 (#635)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.2 to 20.4.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: 修改资金流向为堆叠图

* fix: 修复复制图标

* bump: 更新依赖

* fix: 去除托盘多余选项

* feat: 低调模式支持透明度

* fix: 修复代理

* feat: 添加总是置顶

* feat: k线boll技术指标

* feat: 板块添加走势、k线

* feat: 股票新增实时、盘后资金流

* Bump @types/node from 20.4.5 to 20.4.7 (#640)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.5 to 20.4.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* bump: 8.1.0

* fix: 优化工作时间段

* fix: 使用默认菜单

* fix: 修复钱包删除问题

* Bump @types/node from 20.4.7 to 20.5.0 (#643)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.7 to 20.5.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* bump: electron 26.0.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V8.0.1 (#631)

* fix: 修复数据合并导致的折叠问题

* fix: 修复股吧数据

* fix: 修复row折叠问题

* fix: 修复QuotationFlow样式

* fix: 修复基金经理页面错误

* bump: 8.0.1

v8.0.0

Toggle v8.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: 补充package.json缺失字段