Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Releases: RTAkland/QWeatherReporter

界面更新

14 Jan 10:52
Compare
Choose a tag to compare
界面更新 Pre-release
Pre-release

更新了界面

已知问题:

  • 开启QWeather主程序后退出只会退出界面主程序并不会退出
  • webservice.py 的输出并不会被插入到GUI界面里
  • 更多问题待发现

Full Changelog: v3.2.3...v4.0.0pre-1

全部调试日志在当前release中下载

v3.2.2

26 Dec 06:17
Compare
Choose a tag to compare
  • 修复了webservice只能通过127.0.0.1访问的bug --> 回的HTTP请求头写错了
    -增加了404页面 --> ./res/basic-resources/404.html --> 在访问错误/不存在的文件会返回此页
    Full Changelog: v3.2.1...v3.2.2

v3.2.0

25 Dec 04:36
Compare
Choose a tag to compare
  • 修复了连接速度过快导致子进程webservice退出的问题 --> 使用了多线程
  • 修改了README中的错别字
  • 删除了get_host_ip.py --> 没用

使用本地网页查看天气时每一次请求都会消耗一次API请求次数, --> 为了获得最新的数据

点击查看全部的更新日志

v3.0.0-alpha

16 Dec 14:42
Compare
Choose a tag to compare

Full Changelog: v2.9.1...v3.0.0-alpha
重构了整个程序文件结构以及一些逻辑, 程序占用内存减少

v2.9.1

14 Dec 13:40
Compare
Choose a tag to compare

Full Changelog: v2.9.0...v2.9.1

bug fixed

20 Nov 12:30
Compare
Choose a tag to compare

Fixed:

  • 修复了城市名为空时直接输出全部的内容, 导致占用内存
  • 修复了提示明明是q退出但是却需要输入quit退出的bug
  • 修复了日志文件的名称容易分辨, 之前: 21-11-20-20.log 最后的两位数字是日志创建小时,现在: 21-11-20#20.log

Added:

  • 现在可以在源码中更换配置文件和城市id文件 只需要修改if __name__ == '__main__'下的CONFIG_NAME&LOCATION_ID_FILE_NAME

Full Changelog: v2.8.0...v2.8.1

文件合并

15 Nov 14:32
Compare
Choose a tag to compare

修改:

  • SearchCity.py 合并到 QWeather.py 中, 判断填写配置文件条件为: ./logs/flag文件是否存在 -> 是 -> 填写 ; -> 否 -> 跳过
  • SearchCity.py 移动到tests/past/文件夹中

Full Changelog: v2.7.0...v2.8.0