Skip to content

Releases: SANYIMOE/TemHumWea

0.1-alpha3

15 Oct 07:54
9cf958f
Compare
Choose a tag to compare
0.1-alpha3 Pre-release
Pre-release

English

Update content

  1. Fixed database file update bug.
  2. Fixed table display bug.
  3. Reconstruct the data update interface.

Update suggestions

This version focuses on bug repair and must be updated.

Update method

Users who use git clone to clone the repository can use git pull to update.

Users who use the French version compression package to decompress and install, please download the new version compression package, decompress and overwrite it, and finally modify the config item in the index.php file according to the actual situation.

中文-简体

更新内容

  1. 修复数据库文件的更新问题。
  2. 修复表格的显示问题。
  3. 重构数据更新项。

更新建议

此版本以修复BUG为主,必须更新。

更新方法

使用git clone命令部署的用户请使用git pull进行更新。

使用解压源代码部署的用户请下载新版本后解压覆盖,然后按照情况修改index.php文件中的config项。

0.1-alpha2

14 Oct 08:22
1b9cd2c
Compare
Choose a tag to compare
0.1-alpha2 Pre-release
Pre-release

English

Update content

  1. Added a json database to fix the problem of table display.
  2. The city configuration is added to prevent the problem that the city is always the city.
  3. Added a filing number for users in China.
  4. Fixed the problem of weather acquisition failure in form.
  5. Added wind direction display.
  6. Added API and Scheduled Tasks.
  7. Fixed some other problems.

Update suggestions

It is recommended to update to this version, which has a lot of updates.

Update method

Users who use git clone to clone the repository can use git pull to update, and then change the value of $DATAFILE in the config item in index.php to”./data/lastest”.

Users deploying by decompressing source code should download the new version of the code, decompress and overwrite it, move lastest.txt under the data folder to the root directory, and then rename it data.txt

中文-简体

更新内容

  1. 添加了json数据库并修复了表格的显示问题。
  2. 添加了城市配置,防止出现城市显示不准确的问题。
  3. 对中国用户添加了备案号
  4. 修复了表格中天气获取失败的问题。
  5. 添加了风向显示。
  6. 添加了API和定时任务。
  7. 修复了其它问题。

更新建议

建议更新到此版本,此版本更新内容较多。

更新方法

使用git clone命令部署的用户请使用git pull进行更新,而后修改index.php中config项中的$DATAFILE为“./data/lastest”。

使用解压源代码方式部署的用户请先下载新版代码解压覆盖,然后将data文件夹下的lastest.txt移动到根目录,然后将它重命名为data.txt

0.1-alpha1

23 Sep 15:08
ec43346
Compare
Choose a tag to compare
0.1-alpha1 Pre-release
Pre-release

The first version.