Skip to content

Releases: Ericple/VATPRC-UniSequence

v2.1.0-beta

21 Apr 04:36
bbd6b6b
Compare
Choose a tag to compare
v2.1.0-beta Pre-release
Pre-release

What's Changed

  • Store log file and logon code next to DLL file. (#17)
  • Automatically set ES ground state. Automatically patches remote status when ES ground state is changed. (#15)
  • Introduce versioning for DLL file with build time.

Full Changelog: v2.0.5-nightly...v2.1.0-beta

v2.0.5-nightly

v2.0.4-nightly

28 Dec 13:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4-nightly

Tech Otakus

09 Nov 15:16
Compare
Choose a tag to compare

What's Changed

  • Update latest stable version from master by @Ericple in #11
  • Partially fix CTD due to unexpected message during update check by @websterzh in #12

Full Changelog: v2.0.2...v2.0.3

v2.0.2

19 Oct 16:30
8424c6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

18 Oct 09:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.4...v2.0.1

v2.0.0

26 Jun 14:27
Compare
Choose a tag to compare

What's Changed

  • 新增严格过滤,呼号和机场同时匹配才会显示于列表中
  • 修复由于覆写导致的列表闪烁和消失
  • 删除不必要的 vector 变量
  • 不再维护本地机组列表,完全依赖远程数据源
  • 使用json存储远程数据
  • 按机场存储远程数据,规避数据冲突

Full Changelog: v1.1.4...v2.0.0

Everydayonecat

02 Jun 06:54
50c4a30
Compare
Choose a tag to compare

What's Changed

  • Fix pointer error caused ES crash by @Ericple in #5

Full Changelog: v1.1.2...v1.1.4

Rhythm Tengoku

01 Jun 15:57
d477176
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Which version should I download?

This release is an official version, and in order to meet the needs of different users, I have packaged two versions separately. Their main differences are as follows:

When synchronizing data:

  • UniSequence_h.dll will proactively send GET requests to obtain the latest data to update the list;
  • UniSequence_w.dll will use the method of establishing websockets, with the server passively pushing the latest data to update the list;

The time interval between refreshing data is the same, both of which are 5 seconds.

Recommended Practices

Based on your network connection with https://q.vatprc.net/. If your network connection is good, you should download and use the websocket version to reduce the frequency of sending requests to the server. Otherwise, you should use the httpget version to seek relatively stable data refresh.

How to check my network connection?

In your terminal, simply type the following command:

ping q.vatprc.net

Yic

01 Jun 06:45
6a58023
Compare
Choose a tag to compare
Yic

What's Changed

Full Changelog: v1.1.0...v1.1.1