Skip to content
This repository was archived by the owner on Feb 7, 2022. It is now read-only.

V0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ArvinZJC ArvinZJC released this 23 Aug 13:13
· 50 commits to master since this release

2020年8月18日发布

  1. 应用的主窗口现在支持Windows的桌面靠边自动缩放窗口功能。
  2. 优化主窗口加载流畅性,调整主窗口和数据表格的加载指示器动画。
  3. 增加标签页功能,现在多窗口搜索可由新建标签页实现。
  4. 增加股票代码输入框的自动补全功能,现在可以输入汉字、字母、数字来从自动补全建议列表中选择股票代码。输入框失去焦点后,应用还能将股票名称自动转换为对应的代码(如果有)。
  5. 新标签页和导出的Excel工作簿的默认文件名中的股票代码将优先以对应的股票名称显示。
  6. 优化各输入框的悬浮提示条的文字和搜索结果展示区域的提示文字。
  7. 增加还原列宽功能,现在当用户调整了数据表格的列宽后,可以点击指定按钮还原。
  8. 改变导出的Excel工作簿的默认文件名的格式。
  9. 修复问题,优化应用的流畅性和稳定性:
    (1) 多次搜索可能导致应用闪退;
    (2) 合法的股票代码输入包含大写字母时获取不到数据。

已知问题:

  1. 部分地方文字未汉化。目前应不影响功能使用。
  2. 无网状态下搜索可能造成应用假死。

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


By 18 August 2020

  1. Allow the home window to behave like an MS Window. That is, the window can be docked to the left and right side of the desktop to resize it if the platform supports this feature.
  2. Optimise the loading process of the home window, and adjust the animation types of busy indicators.
  3. Multiple views in a program have come true by using tabs.
  4. Add auto-complete functionality to the text box for the symbol. Now you can enter Chinese characters, letters, or numbers to select a suggestion. When the text box loses focus, it can even change the name of the stock you entered to the corresponding symbol if a matching one is found.
  5. The program will try to display the stock name first in the title of a tab and the default filename of an exported Excel file.
  6. Improve the content of hints and the tooltips of input boxes.
  7. Enable restoring column width after resizing columns.
  8. Change the format of the default filename of the exported Excel files.
  9. Solve a crash problem sometimes occurring when the search button is clicked twice or more.
  10. Fix a bug that null data is retrieved incorrectly if the legal input for the symbol contains uppercase letters.

Known issues:

  1. Some words are not displayed in simplified Chinese. At present, the relevant functionality is basically not affected.
  2. The program will keep searching forever when there is no internet connection.

These issues will be fixed in a later version.