ShSzStockHelper-Windows v0.8.0 已经发布

ShSzStockHelper-Windows v0.8.0 已经发布

此版本更新内容包括:

2020年12月16日发布

  1. 由“沪深小助手”改名为“神户座”。
  2. 优化安装包的表现: (1) 调整安装包安装窗口布局; (2) 优化部分窗口文字内容; (3) 减少应用程序文件,调整文件结构; (4) 在卸载应用程序时,用户现在能选择是否保留用户配置和临时文件。
  3. 优化设置窗口中部分设置的解释文字内容。
  4. 优化每日成交量保留小数位数的功能,使之与总成交量保留小数位数的功能表现一致,现在每日成交量小数位数达不到设定值的时候能以0补全。
  5. 调整按钮的样式。
  6. 表格筛选器现在能保证筛选列表里各项唯一性。
  7. 用户设置的界面文字字体现在能被应用在打印预览窗口上。
  8. 修改应用程序信息窗口中项目源代码仓库地址的网页链接。
  9. 修复问题,优化应用程序的流畅性和稳定性: (1) 在卸载应用程序时,用户配置和临时文件未被删除; (2) 在升级应用程序后,用户配置会被还原到默认值(您需要重新配置应用程序,在之后的更新中应不会出现此问题); (3) 总成交量一列的拉长和缩短不受限制; (4) 打印预览窗口的图标错误; (5) 打印预览窗口部分地方文字未汉化; (6) 打印预览窗口在深色主题下功能异常。

已知问题:

  1. 新建标签页功能异常,每次点击新建按钮会新建多个标签页(本应是一个)。
  2. 标签控件存在内存泄漏的情况。

问题将在更新版本中修复。


By 16 December 2020

  1. Change the Chinese name of the app to "神户座".
  2. Optimise the performance of the setup EXE file: (1) Adjust the layout of the installation dialogue of the setup EXE file; (2) Improve text contents of the setup EXE file; (3) Reduce application files and adjust the organisation of the setup EXE file; (4) The users are now allowed to choose whether to keep the user config together with some other temp files or not when uninstalling the application.
  3. Optimise the explanation of some settings.
  4. Optimise the rounding function for day volumes. Now, the specified number of decimal digits can be kept without dropping 0.
  5. Adjust the appearance of buttons.
  6. The advanced filter of the data grid can now generate unique items in the list.
  7. Add support for applying the font family specified in the settings to the controls on the Print Preview window.
  8. Update the URL of the product's GitHub repository on the window for showing the info about the product.
  9. Fix bugs to improve the stability of the application: (1) Some files are not removed when the application is uninstalled; (2) The user settings restore to default values after upgrading the application (Reconfigure the application as you like, and your preferences should be kept when the application is upgraded next time); (3) The column for total volumes can be lengthened or shortened without limitation; (4) The icon of the Print Preview window is incorrect; (5) Some words in the Print Preview window are not displayed in simplified Chinese; (6) The print preview function works improperly in the dark mode.

Known issues:

  1. The new button of the tab control adds many tabs per click (it should be one tab per click).
  2. A potential memory leak problem exists in the tab control.

These issues will be fixed in a later version.

详情查看:https://gitee.com/ArvinZJC/ShSzStockHelper-Windows/releases/v0.8.0

优秀的个人博客,低调大师

微信关注我们

原文链接:https://www.oschina.net/news/123625

转载内容版权归作者及来源网站所有!

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。

相关文章

发表评论

资源下载

更多资源
Mario,低调大师唯一一个Java游戏作品

Mario,低调大师唯一一个Java游戏作品

马里奥是站在游戏界顶峰的超人气多面角色。马里奥靠吃蘑菇成长,特征是大鼻子、头戴帽子、身穿背带裤,还留着胡子。与他的双胞胎兄弟路易基一起,长年担任任天堂的招牌角色。

Apache Tomcat7、8、9(Java Web服务器)

Apache Tomcat7、8、9(Java Web服务器)

Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。因为Tomcat 技术先进、性能稳定,而且免费,因而深受Java 爱好者的喜爱并得到了部分软件开发商的认可,成为目前比较流行的Web 应用服务器。

Eclipse(集成开发环境)

Eclipse(集成开发环境)

Eclipse 是一个开放源代码的、基于Java的可扩展开发平台。就其本身而言,它只是一个框架和一组服务,用于通过插件组件构建开发环境。幸运的是,Eclipse 附带了一个标准的插件集,包括Java开发工具(Java Development Kit,JDK)。

Java Development Kit(Java开发工具)

Java Development Kit(Java开发工具)

JDK是 Java 语言的软件开发工具包,主要用于移动设备、嵌入式设备上的java应用程序。JDK是整个java开发的核心,它包含了JAVA的运行环境(JVM+Java系统类库)和JAVA工具。