Releases: DrFreas/VCH
v0.8.6
Enhancement:
- optional leading zero available (set as default when more than 10 requests) - thanks to p-sergienko for the idea!
- enhanced possibilites for blinking CTL tags - thanks to tkloy24!
Stuff:
- cleaned up code a little bit
A few words on this release:
As you know there was a bug in the sync feature which caused some ruckus on the network. I did fix this bug, though I haven't been able to persuade the admins from Vatsim that this isn't a problem anymore, hence no syncing yet. So there is quite some code which is commented out which made this work, but unless I have full approval of Vatsim to use this again, I won't. If someone has an idea how to implement syncing again (without relying on external servers), hit me up!
If you have some issues, let me know, I will try to adress them in short time!
v0.8.4
MANDATORY UPDATE!
Fix:
- removed automatic removal of requests and amendments of flight plans which could cause endless amendments when online which could lead to freezes in controller clients
- requests work again compared to 0.8.3, though no syncing cross-intance on local machine for now. If you really need this, please switch back to version 0.6.2.
- reminder feature should work again
v0.8.2hf
v0.8.1
Oh boy, a lot has changed!
Changes:
- Rewritten the way everything is stored internally entirely from scratch (things are stored in the flight plan remarks now)
Enhancements:
- Everything syncs now with everyone! That includes requests, hold-shorts and cleared-to-land flags.
- Added "CTL" flag which only shows up if CTL is set
- Added "CFT" flag which only shows if ground state "DEPA" is set and the aircraft is within 2nm of its origin (can be modified via command)
- Added a "reminder" which can be a symbol or text up to 20 characters (different text for "on" or "off" possible). This will not be synced with anyone!
v0.6.2
v0.6.1
Fixes:
- fixed a bug in the options command line which would interpret the given command false and thus not doing what it should
Enhancements:
- There will be a version checking on plugin loading. If the version is out of date, it will tell you!
- Now you can add a CTL item (Cleared To Land) which hopefully reminds you to give landing clearences (or acts as a reminder if you gave a landing clearence or not). By default this will be shown for aircraft which are tracked and within 40nm of their destination (and do exceed a ground speed of 30kt). Colors and distance can be modified (example: .vch distance 20).
v0.5.1
v0.5.0
Changes:
- added compatibility for "new" ground states
Enhancements:
- it is now possible to customize the tag colors! Example: ".vch color hos 000255000" Colors need to be in RGB format with 9 digits. Clearence has parameter rqc, Pushback rqp, Startup rqs, Taxi rqt and Departure rqd.
- Those settings get saved as well!
- To revert to standard settings set color code 002002002
- To use Euroscope default text color set color code 001001001
v0.4.5
Enhancements:
- added command ".vch blink" or ".vch blink on" or ".vch blink off" to set blinking of the request item on or off (or toggle between those states). This option gets saved!
- added command ".vch option" to set visibilities of individual items in the drop-down menu. List of items:
-- rc -> Clearence
-- rp -> Pushback
-- rs -> Startup
-- rt -> Taxi
-- rd -> Departure
-- example: ".vch option rd off" This gets saved, too!
Following up: compatibility for the new ground states in the latest betas.
VCH v0.4.4
Changes:
- Way of "storing" the requests changed, it now uses flight strip annotations, so syncing requests at least locally is now possible so they show on every list. Beware that this will only work if a request is entered after all instances of Euroscope have been opened. Otherwise the sequence might not be correct.
Enhancements:
- New item type which shows how many minutes have been passed since the request was made
- Also a similar menu where it is possible to enter a hold short is now available