Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
berestovskyy committed Oct 16, 2018
1 parent deceef3 commit 3c19d39
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions doc/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Current changes:

v2018.10.16:
- berestovskyy: fix check 38 Expired segment restrictions
- davidakachaos: fix check 36, 37 Unneeded node A/B

v2018.10.04:
- davidakachaos: fix 220 for Restricted Gates
- davidakachaos: minor fixed for unverified speed limits
Expand Down
2 changes: 1 addition & 1 deletion i18n
Submodule i18n updated 1 files
+1 −1 ES.js
2 changes: 1 addition & 1 deletion meta/meta-begin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name WME Validator
// @version 2018.10.04
// @version 2018.10.16
// @description This script validates a map area in Waze Map Editor, highlights issues and generates a very detailed report with wiki references and solutions
// @match https://beta.waze.com/*editor*
// @match https://www.waze.com/*editor*
Expand Down
10 changes: 5 additions & 5 deletions src/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@
* WV RELEASE INFORMATION
*/
/** WME Validator version @const */
var WV_VERSION = "2018.10.24";
var WV_VERSION = "2018.10.16";
/** Auto-save password. Increase to reset auto-save config. @const */
var AS_PASSWORD = "v1";
/** @const */
var WV_WHATSNEW = ""
+ "\nv2018.10.16:"
+ "\n- berestovskyy: fix check 38 Expired segment restrictions"
+ "\n- davidakachaos: fix check 36, 37 Unneeded node A/B"
+ "\n"
+ "\nv2018.10.04:"
+ "\n- davidakachaos: fix 220 for Restricted Gates"
+ "\n- davidakachaos: minor fixed for unverified speed limits"
Expand All @@ -46,10 +50,6 @@ var WV_WHATSNEW = ""
+ "\n speedLimitAB, speedLimitBA and checkSpeedLimit"
+ "\n- berestovskyy: ignore speed limits issues on streets and ramps."
+ "\n Please use custom checks instead."
+ "\n"
+ "\nv2018.09.13:"
+ "\n- davidakachaos: new checks for unverified/unset/wrong speed limit"
+ "\n- davidakachaos: enabled/adjusted some checks for NL"
;
/** @const */
var WV_LICENSE_VERSION = "1";
Expand Down

0 comments on commit 3c19d39

Please sign in to comment.