Releases: Ericple/VATPRC-UniSequence
v2.1.0-beta
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
What's Changed
- delete unecessary conditional compilation. by @Ericple in #14
- Fixed a crash that could be caused by some accidentally deleted memory spaces.
- Fixed a bare pointer string connection vulnerability.
- Fixed some potential memory leaks.
- replace maros with constexpr
- Modified the code style according to the Google C++ style guide, enhanced the semantics of the code, and removed unnecessary comments.
- Replace some raw pointers with shared_ptr by @KingfuChan
- Improve threading stability
- Fix possible crash related to char*
- Clean pch up
- Simplify OnGetTagItem by droping redundant criteria
Full Changelog: v2.0.4-nightly...v2.0.5-nightly
v2.0.4-nightly
What's Changed
- Remove using namespace std in the project by @websterzh in #13
- Fix: #7 and minor grammatical issue by @KingfuChan in 3130eab
- Refine code structure by @Ericple in 0a57644
Full Changelog: v2.0.3...v2.0.4-nightly
Tech Otakus
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
What's Changed
- Accumulated Fixes and Optimizations by @websterzh in #10
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Beta by @Ericple in #6
- Fix concurrency modification in wsSyncThread by @websterzh in #8
- Fix missing semicolons in previous PR by @websterzh in #9
New Contributors
- @websterzh made their first contribution in #8
Full Changelog: v1.1.4...v2.0.1
v2.0.0
What's Changed
- 新增严格过滤,呼号和机场同时匹配才会显示于列表中
- 修复由于覆写导致的列表闪烁和消失
- 删除不必要的 vector 变量
- 不再维护本地机组列表,完全依赖远程数据源
- 使用json存储远程数据
- 按机场存储远程数据,规避数据冲突
Full Changelog: v1.1.4...v2.0.0
Everydayonecat
Rhythm Tengoku
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
What's Changed
- Beta by @Ericple in #3
- Change NULL placeholder to "??-----"
- Preventing pointer conflicts when writing logs
Full Changelog: v1.1.0...v1.1.1