Skip to content

Releases: MomoLawson/Quickstart-PC

v0.13.0 - 添加错误报告和调试功能

Choose a tag to compare

@MomoLawson MomoLawson released this 01 Apr 16:28

添加错误报告和调试功能,方便问题排查

  • 添加 log_error() 函数输出错误信息
  • 添加 --debug 参数启用调试模式
  • 添加 debug_log() 函数输出调试信息
  • 添加 ERR trap 捕获错误并报告行号
  • 为 show_profile_menu 和 show_software_menu 添加详细调试日志
  • 更新帮助信息说明 --debug 参数

使用方法:
quickstart.sh --debug --lang zh --fake-install

v0.12.0 - 修复菜单显示问题

Choose a tag to compare

@MomoLawson MomoLawson released this 01 Apr 15:42

修复菜单显示问题,移除嵌套函数,简化光标控制

  • 修复 show_profile_menu() 嵌套 draw() 函数导致卡住的问题
  • 修复 show_software_menu() 嵌套 draw() 函数导致卡住的问题
  • 修复 tui_interactive_select() 嵌套 draw() 函数导致卡住的问题
  • 使用 tput sc/rc 保存/恢复光标位置
  • 使用三段式解析箭头键
  • 更新所有版本号为 v0.12.0

v0.11.2

Choose a tag to compare

@MomoLawson MomoLawson released this 01 Apr 13:38

Fix for old bash (no associative arrays)

v0.11.1

Choose a tag to compare

@MomoLawson MomoLawson released this 01 Apr 13:28

Fix menu display issue

v0.11.0

Choose a tag to compare

@MomoLawson MomoLawson released this 01 Apr 13:20

Add installed detection

v0.10.3

Choose a tag to compare

@MomoLawson MomoLawson released this 01 Apr 11:17

Change select all to orange (256 color)

v0.10.2

Choose a tag to compare

@MomoLawson MomoLawson released this 01 Apr 11:05

Change select all color to orange

v0.10.1

Choose a tag to compare

@MomoLawson MomoLawson released this 01 Apr 10:26

Fix select all: no default select, blue color

v0.9.3

Choose a tag to compare

@MomoLawson MomoLawson released this 01 Apr 09:37

Add full screen mode

v0.9.2

Choose a tag to compare

@MomoLawson MomoLawson released this 01 Apr 09:06

Remove set -e, better error handling