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

Releases: ArvinZJC/ShSzStockHelper-Windows

V0.9.0

20 Jun 21:50
Compare
Choose a tag to compare
V0.9.0 Pre-release
Pre-release

特性

  • 现在可以在数据源禁止部分访问时正确显示提示信息。
  • 采用全新主题方案,提升界面组件风格统一性和可维护性。

变化

  • 受全新主题方案的影响,从此版本开始,更改显示字体需要按提示重启应用,对应设置提示文字已同步更改。
  • 优化主题配色方案。
  • 调整统一窗口标题栏按钮样式。
  • 优化Tab键停留。
  • 优化滚动条和设置页左侧导航样式。
  • 调整表格区域空白单元格筛选和打印选项的文字。
  • 优化导出到Excel和打印功能,使每日成交量列标题能显示完整。

问题修复

  • 修复潜在的崩溃问题。
  • 修复窗口在双屏环境下显示异常的问题。
  • 修复搜索过程中更改搜索条件可能造成异常的问题,从此版本开始,搜索过程中将不允许更改搜索条件。

已知问题

  • 标签控件内存泄漏问题正在调研定位。

Features

  • Enable identifying the situation that the specified data source partially denies access. Notification text regarding access denied has been adjusted.
  • Previously, there were often bugs regarding ununified UI (e.g., it shows text in content font size where it should be in primary text font size). Now, a new solution is applied to attempt to avoid these bugs and load the theme better. It makes the app themes easier to maintain.

Changes

  • As a matter of the new theme rendering solution, changing the display font family would require confirming the app restart. Hence, the corresponding setting's explanation has been modified to reflect the changes.
  • Optimise theme colours.
  • Adjust and unify the appearance of the window's title bar button.
  • Optimise tab stops.
  • Adjust the appearance of scroll bars and the settings window's tree navigator.
  • Adjust the text of blanks filters and print options.
  • Optimise exporting to Excel and printing to show day volume headers completely.

Bug Fixes

  • Fix potential crash issues.
  • Fix a bug that windows cannot be fully maximised with dual monitors.
  • Fix a bug that changing filters during the search process can cause strange performance. Now you cannot change them during the search process.

Known Issues

  • A potential memory leak problem is under investigation.

V0.8.4

17 Jan 14:21
Compare
Choose a tag to compare
V0.8.4 Pre-release
Pre-release

特性

  • 用户设置的显示字体现在能被应用在打印预览窗口中各控件的浮动提示条上。
  • 由于一些难以避免的限制,安装过程中允许在快速启动工具栏上添加快捷方式的功能已被移除。

变化

  • 调整标签页的控件布局和按钮的样式,优化空间利用(尤其是在大屏幕上)。
  • 简化主页标题栏右侧菜单,去除“关于”窗口,相关信息移入设置窗口中,并更新相关图标。
  • 优化设置窗口中显示字体设置的解释文字内容。

问题修复

  • 新建标签页功能异常,每次点击新建按钮会新建多个标签页(本应是一个)。
  • 用户设置的显示字体在表格高级筛选器的部分地方未能被应用。
  • 打印预览窗口中当前页面文本框的浮动提示条文字未汉化。

已知问题

  • 标签控件存在内存泄漏的情况。问题将在更新版本中修复。

Features

  • Add support for applying the user preference for the font family of the displayed text to the tooltips of the controls on the print preview window.
  • Drop the feature of generating quick launch shortcuts during setup because of some hard-to-avoid restrictions.

Changes

  • Adjust the layout of controls and the appearance of buttons in the tab page to look better especially on a large screen.
  • Move the application info to the settings window to simplify the menu on the title bar of the home window.
  • Optimise the explanation of the setting for the font family of the displayed text.

Bug Fixes

  • The new button of the tab control adds many tabs per click (it should be one tab per click).
  • The user preference for the font family of the displayed text is not applied to some parts of the advanced filters.
  • The tooltip of the text box showing the current page index is not displayed in simplified Chinese.

Known Issues

  • A potential memory leak problem exists in the tab control. These issues will be fixed in a later version.

V0.8.0

16 Dec 08:39
Compare
Choose a tag to compare
V0.8.0 Pre-release
Pre-release

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.

V0.7.0

02 Oct 10:37
Compare
Choose a tag to compare
V0.7.0 Pre-release
Pre-release

2020年9月15日发布

  1. 应用限制多开,多窗口查询可通过标签页实现。
  2. 为了保证主窗口标题栏上比较重要的菜单按钮正常运行,窗口不再支持Windows的桌面靠边自动缩放窗口功能。
  3. 优化表格筛选器,使之支持更多的筛选方式。
  4. 优化界面表现,标签控件右键菜单界面和表格筛选器界面的字体保持与主风格一致。
  5. 提供设置窗口,允许用户设置主题、字体、功能等。
  6. 修复问题,优化应用的流畅性和稳定性:
    (1) 标签控件的浮动提示条和右键菜单中的选项的内容以英文呈现;
    (2) 无网状态下搜索可能造成应用假死。

已知问题:

  1. 打印预览窗口部分地方文字未汉化,目前应不影响功能使用。
  2. 标签控件存在内存泄漏的情况。

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


By 15 September 2020

  1. Allow running only one product.
  2. In order to make the important menu control in the title bar of the home window work normally, remove the feature of behaving like an MS window (the window can be docked to the left and right side of the desktop to resize it if the platform supports this feature).
  3. Improve the functionality of the filter of the data grid.
  4. Add support for changing the font family of the context menus of the tab control and the filter of the data grid.
  5. Provide a settings window for the user to change the preferences for themes, fonts, functionality, etc.
  6. Fix a bug that tooltips and context menu items of tabs are not displayed in simplified Chinese.
  7. Fix a bug that the program will keep searching forever when there is no internet connection. A hint will be displayed instead.

Known issues:

  1. Some words in the Print Preview window are not displayed in simplified Chinese. At present, the relevant functionality is basically not affected.
  2. A potential memory leak problem exists in the tab control.

These issues will be fixed in a later version.

V0.4.0

23 Aug 13:13
Compare
Choose a tag to compare
V0.4.0 Pre-release
Pre-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.

V0.3.0

09 Aug 12:01
Compare
Choose a tag to compare
V0.3.0 Pre-release
Pre-release

2020年8月9日发布

注意:从此版本开始,为了使安装包功能更强大且体积更小,采用了新的打包技术。升级时必须手动卸载旧版本。

  1. 由“沪深股票助手”改名为“沪深小助手”。
  2. 指定应用的默认字体并适当增大字号,不再使用系统默认字体。
  3. 应用的主窗口默认以最大化模式展示。
  4. 重新设计日期选择框,现在可以通过点击弹出的日历框选择日期,有效避免了之前版本存在的卡顿等问题。
  5. 增加数据提供方拒绝访问时的提示。
  6. 增加查询数据时“查询中...”的状态提示。
  7. 优化搜索按钮和搜索结果展示区域的样式。
  8. 优化呈现的表格形式:
    (1) 总成交量保留1位小数,每日成交量取整;
    (2) 允许选择行,来提升行较长时拖动查看的体验;
    (3) 仅可点击成交价和总成交量两列的标题单元格进行排序,并在原来的点击升序和降序基础上增加了点击还原的功能;
    (4) 应用会根据标题和内容对列宽自动调整,用户可在表格展示后手动调整;
    (5) 每日成交量下的日期标题增加显示星期,周六和周日对应的列不再显示;
  9. 增加点击按钮清空选择的行的功能。
  10. 优化导出的Excel工作簿内容的格式,并自动允许每列的筛选器。
  11. 增加点击按钮进入打印预览来打印表格的功能,用户可在进入打印预览前调整列宽。
  12. 修复问题,优化应用的流畅性和稳定性:
    (1) 窗口上控制窗口状态的按钮的浮动提示条的内容以英文呈现;
    (2) 股票代码输入框在某些情况下输入格式错误字体颜色不变红;
    (3) 表格排序等未在每次搜索时初始化;
    (4) 导出为Excel 97-2003工作簿(.xls)的功能无法正常使用;
    (5) 搜索时界面短暂卡死。

已知问题:部分地方文字未汉化,目前应不影响功能使用。问题将在更新版本中修复。


By 9 August 2020

ATTENTION: From this version, a totally new solution to build the setup file is applied to make it more powerful (but with a smaller size) and any older version should be manually uninstalled.

  1. Change the app's Chinese name.
  2. The app now uses the specified font family instead of the system default.
  3. The main window is by default maximised (previously restored down).
  4. Redesign the date pickers, due to the bad performance of the previous ones. Now they have a calendar view to make it easier to pick a date.
  5. Optimise the appearance of the search button and the outer borders of the display area for the data grid.
  6. Add hints for the situation when the search access is denied by the data source.
  7. Add a busy indicator to show the indication of data loading.
  8. Round each day's volumes to the nearest integer, and keep 1 decimal place for total volumes.
  9. Enable row selection of the data grid which can provide a better view especially when the row is long, and clearing row selection is also enabled.
  10. Sorting is by default disabled for each day's volumes (previously enabled for all columns). Besides, it is allowed to sort data to its initial order other than ascending or descending order.
  11. Columns are auto-sized before becoming visible.
  12. Display weekday names for columns whose header text is a date.
  13. The columns for Saturday's and Sunday's volumes are not displayed now.
  14. Optimise the content style of the exported Excel files and automatically enable filters for the columns.
  15. Enable printing the data grid. If the column width is too long, you can just return to adjust it and then click the print button again.
  16. Fix a bug that the tooltips of the title bar's buttons for controlling the window state are not displayed in simplified Chinese.
  17. Fix a bug that the font colour of the text box for the symbol does not change to red sometimes when the input is in a wrong format (e.g., SH6010065).
  18. Fix a bug that the data grid may not be in the initial status (sorting, column width, etc.) after clicking the search button.
  19. Fix a bug that the data grid cannot be correctly exported as an Excel file in XLS format.
  20. Fix a bug that UI can get temporarily choppy when the search button is clicked.

Known issue: Some words are not displayed in simplified Chinese. At present, the relevant functionality is basically not affected. This issue will be fixed in a later version.

V0.2.2

26 Jul 12:32
Compare
Choose a tag to compare
V0.2.2 Pre-release
Pre-release

2020年7月26日发布

  1. 优化呈现的表格形式:固定前两列(成交价和总成交量);鼠标悬停在单元格时显示提示条展现其中内容(如果支持);数字统一保留2位小数,以便右对齐时可以基于位数快速比较。
  2. 优化表格筛选器的界面样式,使风格统一。
  3. 修复筛选器中“空”和“非空”以英文呈现的问题。
  4. 修复某些情况下日期选择框自动填充的值可能导致表格数据不全的问题。

已知问题:导出为Excel 97-2003工作簿(.xls)的功能暂无法正常使用,将在更新版本中修复,目前可导出为Excel工作簿(.xlsx)。


By 26 July 2020

  1. Freeze the first two columns (strike price and total volume) of the data grid and add tooltips for nearly all cells to provide a better view.
  2. Keep 2 decimal places for the numbers in the data grid to make it easy to compare based on the number of digits.
  3. Optimise the UI of filters in the data grid to make the style uniform.
  4. Fix a bug that "Null" and "Not Null" are not displayed in simplified Chinese.
  5. Fix a bug that the value autocompleted in a date picker (e.g., the user taps TAB to move the focus from the date picker of the start date to the date picker of the end date) may cause that the data grid lacks data.

Known issue:Failed to export as an Excel file in XLS format. It will be fixed in a later version. At present, you can export the data grid as an Excel file in XLSX format.

V0.2.0: 1st Version of SH/SZ Stock Helper Released

02 Aug 10:59
Compare
Choose a tag to compare

2020年7月23日发布

  1. 发布的、用于内部测试的第一个版本主要包含如下功能:
    (1) 通过设定股票代码和起止日期来查询沪深股票分价表,并以表格形式呈现;
    (2) 在查询到数据的情况下,允许导出为Excel工作簿。
  2. 优化呈现的表格形式,并设计包含筛选器,以及允许通过单击标题行进行数据排列。
  3. 优化导出的Excel工作簿内容的格式。
  4. 增加基本的判断逻辑,使控件展示更合理(例:股票代码不符合格式时以红色显示,并禁用查询按钮)。

已知问题:导出为Excel 97-2003工作簿(.xls)的功能暂无法正常使用,将在更新版本中修复,目前可导出为Excel工作簿(.xlsx)。


By 23 July 2020

  1. This 1st version is released mainly for alpha testing. The app includes the following 2 primary features:
    1. Search for strike prices and volumes by the symbol, start date, and end date, and display data in a data grid.
    2. Allow exporting to Excel, if data is not null.
  2. Optimise the appearance of the data grid, and include filters and sorting.
  3. Optimise the format of the content of Excel files exported.
  4. Add basic logic to make controls work in a reasonable way (e.g. disable the search button and change the text colour of the input box for the symbol from black to red if the format is incorrect).

Known issue:Failed to export as an Excel file in XLS format. It will be fixed in a later version. At present, you can export the data grid as an Excel file in XLSX format.