Skip to content

Changelog#

4.1.8 (2021-09-06)#

4.1.7 (2021-09-03)#

Documentation#

  • update .all-contributorsrc [skip ci] (f614b3d)
  • update docs/README.md [skip ci] (864fbc3)

  • better console logging (00db15c)

4.1.6 (2021-08-23)#

  • add build script to package.json (91dd244)
  • ignore .cache directory (e799700)
  • move exports to own line (8049856)
  • remove sourcemap from markercluster file (1dd5fb5)

4.1.5 (2021-08-03)#

Documentation#

  • compress livemap gif (ebabb75)
  • custom_maps: fix images (1bd12b3)
  • move GIF to screenshots section (1627896)
  • readme: add images to readme (f7415d2)
  • readme: add screenshots (163459f)
  • readme: fix images not loading on docs website (9e7de35)
  • readme: increase contributors per line to 5 (5336c6f)
  • rename images to sha256 hash (e88c6e7)

  • bump dependencies (3b24932)

  • remove utils folder (3e2c6b5)

4.1.4 (2021-07-14)#

Documentation#

4.1.3 (2021-07-06)#

4.1.2 (2021-07-03)#

Documentation#

  • contributing: add translation to types for commits (1a23cbf)
  • move changelog into docs/ (91c5dbc)
  • update .all-contributorsrc [skip ci] (451e0cc)
  • update docs/README.md [skip ci] (b6ca593)

Translations#

  • fr: Connexions -> Connexion (8542007)
  • fr: off -> DĂ©sactivĂ© (b8c7102)
  • fr: Une certaine valeur -> La valeur (c589a7b)
  • fr: fix grammar for generic.reconnecting (b234470)

4.1.0 (2021-06-09)#

Features#

  • controls: add filter controls (0d43f67)
  • controls: add refresh blips (f3accb8)
  • controls: add track player (e174265)
  • map: add player blips (6e66990)
  • map: add player tracking (ab328c4)
  • map: use custom icons for players (0e58282)
  • translations: add disable player tracking (e606800)
  • translations: add disable-filter (a0c3615)
  • translations: add version-check translations (37e5b7f)
  • utils: add html util functions (fcbabff)
  • utils: add optionExists function (6700b10)
  • add alerter class to window (72000c9)
  • add blip control modal (df07db1)
  • add blip functions and move into MapWrapper (eb67038)
  • add config.js (b8c3659)
  • add control modal (ef4f885)
  • add controls class (57ffb2f)
  • add darkly theme (c772998)
  • add default options to select elements (10ccce7)
  • add en translation file and manifest (6ff88be)
  • add french translations (91e858b)
  • add leaflet to source (3aed1fd)
  • add line under marker title (4ee87ca)
  • add map translations (34f9042)
  • add name to default MarkerTypes (76c0091)
  • add playerInforHtml to Utils (ddf1b82)
  • add russian translations (061d9b2)
  • add spanish translations (9caff2c)
  • add translated elements (8a59b24)
  • add translations to version-check (79c8587)
  • add translator class (d2050ae)
  • change server when item clicked in "serverMenu" (dc079ac)
  • show currently connected server (0b44d13)
  • config: add log function (47e4474)
  • mapWrapper: add toggleBlips (0a3a61f)
  • markers: move generateBlipControls into control class (49f7175)
  • remove title from translations (0680cfc)
  • translate blip errors (91bd0b1)
  • translate config errors (a21b46a)
  • update spanish translations (ad23f66)
  • config: make static class (090b8f5)
  • debug: new interface part 1 (6b504eb)
  • init: add initializer class and init markers (4146876)
  • map: initialize blips on server change (bd8dae3)
  • translations: add translation to changeServer (797debd)
  • translations: add translations to config errors (5447b06)
  • translations: add translations to socket file (6b9ab2e)
  • translator: add translation function (465c97a)
  • add sprintf library (7c5141f)
  • translate page title (b6fa62e)
  • update index to same html as debug (09f64e9)
  • use DOMContentLoaded for init (a9cc74a)
  • version-check: automatically do check (4a57514)

Bug Fixes#

  • mapConvas -> mapCanvas (872fa10)
  • add config reference to Utils (17b157e)
  • blips not loading (6aa81ee)
  • buttons in alerts (7d2eaaf)
  • call mapWrapper blip functions from socketHandler (fd9939c)
  • filter options being red (5863f9e)
  • leaflet images not loading (1a59a2b)
  • map not showing (mapConvas -> mapCanvas) (6eb7c25)
  • player leaving causing error (4dc4342)
  • alerts: simple-notify not being loaded (50e126d)
  • changelog: remove duplicate entry (40fc955)
  • controls: blip controls not toggling (ad08c6a)
  • controls: blips not showing/hiding on toggle (191c367)
  • map: alerter not defined (e44e0ad)
  • map: createClusterLayer not being called (a68c089)
  • map: map bounds (69beaad)
  • map: use html util functions (e9bdcb3)
  • Map not defined (083fefd)
  • make leaflet classes same as theme (e038e4c)
  • socket: badge -> bg for bootstrap (2cc7fd7)
  • socket: variables not existing (381659d)
  • translations: add reconnecting translations (242b64b)
  • add missing translation keys (291119f)
  • socket: variable issues in socker handler (43a36c6)
  • translations: controls.information.title not existing (e9b27e1)
  • version-check: window.compareVersions doesn't exist (385d088)
  • debug.html last_bundle scripts not being included (e993c92)
  • duplicate entried in language dropdown (a48c8b6)
  • js files bundle order (9e6f40f)
  • servers not being added to dropdown (be310c3)
  • ui error in blip control modal (3eb81e2)
  • socket: alerts not showing on socket error (209f827)
  • map not being full page (ed13883)

Changes#

  • move control and marker init to mapWrapper (2bbd15c)
  • move onPlayer functions to MapWrapper (ae927a0)
  • move playerMarker click to controls (d2b9946)
  • alerts: add non-jquery alert system (4b7932b)
  • alerts: fix alerter not minifying (20b1e7e)
  • alters: removed license header (3c50edb)
  • config: add callback to getConfigFileFromRemote (8e69eb9)
  • controls: add playerInsideCluser_onClick (bb83dd7)
  • init: let config = undefined -> null (c4d47e9)
  • map: update old filter code (73f27a2)
  • socket: use Util html functions for player html (692319d)
  • * case -> snakeCase (79f0fb8)
  • console.log -> Config.log (223c5fd)
  • add MapWrapper class (f568ffa)
  • init file (83ef328)
  • remove console.logs not needed (f2888bb)
  • markers: start to refactor markers (9bfbdcf)
  • objects: put the objects into their own classes (cbf5f6f)
  • socket: remove ugly wrapper functions (0f788be)
  • sprintf: export functions and move into src (44be3e6)
  • version-check: link to releases instead of repo (1b64e6a)
  • data-translate -> data.i18n (c1b2fb4)
  • move js files (032ca34)
  • remove Requester class (3e9f175)
  • use ES6 module-style (0065377)
  • debug: remove commented old navbar (797d8e4)
  • map: add changeServer function (0e0fd8d)
  • socket: move connection logic to function (8583f92)
  • socket: start to refactor socket file (aaa8ae7)
  • utils: add extra functions into utils class (88f7644)
  • utils: add requester class (cb583e4)
  • version-check: check version on start (5d56012)
  • version-check: update version-check inline with refactor (4260d8e)
  • remove bootstrap-notify (3ab2c6c)
  • remove jquery (686506a)
  • remove old js file in debug.html (24c34bd)

4.0.1 (2021-05-03)#

Bug Fixes#

  • gulp not bundling js files (c339797)

Changes#

  • format debug.html (27ed891)
  • move js files into own folders (3582e3f)
  • remove docfx files (005f995)
  • update first-bundle and stylesheet (9e9a863)

4.0.0 (2019-06-09)#

Bug Fixes#

Changes#

  • remove values in config that are not needed anymore (a37b31a)
  • spelling mistake identifer -> identifier (3bcad79)

Features#

  • update init to use the new resource system (56034e1)

BREAKING CHANGES#

  • spelling mistake identifer -> identifier

3.2.5 (2019-05-17)#

Changes#

  • remove images/map folder (87e8696)

Features#

  • add default marker icons (9e11285)
  • add fire station and flame icons to markers (0769907)

3.2.4#

Bug Fixes#

3.2.3#

Changes#

  • remove random print from control file (2910f2a)
  • update changeServer to reset controls (46e42b3), closes #33
  • update marker accuracy (50ee202)

Features#

  • add "groupPlayers" to config (ee2b957), closes #32 #32
  • add a stiched image of the normal tileset (8fedeba)

3.2.0#

Bug Fixes#

  • blip controls breaking when switching servers (b15938f)
  • leaflet error in production (3301a68)
  • nav item's class. (e19a93b)
  • player clusters not being clickable (aaa159a)
  • popup flickering on players (0149d21)

Changes#

  • increase marker accuracy (878ee15)
  • move fonts (1920cf3)
  • rename pre-push to post-commit (d1cc408)
  • update bootstrap to 4.1.3 (2c5359f)
  • update font paths back to relative (e65f4b0)

Features#

  • add clustering player icons (c162950)
  • add defaults to config (f393b91)
  • add new console._log function (493ba08)
  • add player filtering (3c3780c)
  • add utils/config.html (4ccebec)

3.0.0#

Bug Fixes#

  • accuracy issues in the map markers (9449dec)
  • config defaults when loading config (0b7ef8d)
  • controls being disabled on zoom (f550b78)
  • controls not working with leaflet (efc8913), closes #20

Changes#

  • add tiles used during development (2a01e44)
  • changed bundler software (6afa8d4)
  • moved vendor files into a vendor folder (7d82699)
  • moved version check to JS (4255667)
  • remove php utility files (8a279d1)
  • update files to use new config.json file (618bc39)
  • update font-awesome fonts (ac76737)
  • update js names for new build system (d52ed41)
  • update map utils for better accuracy with new framework (792cfbb)
  • update scripts to use new global variables (213a1e0)
  • update static markers to new map (8d7c2d6)
  • update utils to new map (096e84e)
  • update webpack config to match previous PHP minifier (d6367be)

Features#

  • add bundler configs (ffec536)
  • add font-awesome css (75e1714)
  • add git pre-push hook (77c3e39)
  • add leaflet.js framework (dd0f7c0)
  • add python files used to extract PNGs from YTD files (d23bec2)
  • add reverse proxy config (05c8f99)
  • add stripJsonOfComments to utils (cce1009)
  • moved from php to html (8f95d87)
  • update map code with better zooming (9a3cfd8)

2.2.11#

Bug Fixes#

2.2.10#

Bug Fixes#

  • blip icons not working on other servers (e8f5fa6)

2.2.9#

Bug Fixes#

Changes#

Features#

2.2.8#

Bug Fixes#

Changes#

  • remove servers.php (6e71478)
  • update dropdown CSS (4e59a15)
  • update sidebar to be more mobile friendly (a4e0ed5)
  • update to latest development commit (36b12c8)

Features#

2.2.7#

Bug Fixes#

  • socket label not using bootstrap 4 (1214e97)

Changes#

Features#

2.2.6#

Changes#

  • change console.debug to console.log (5e97c24)
  • update various files to use new alerts (69a9d96)

Features#

2.2.5#

Features#

  • add sorted player names (5f2611c)

2.2.4#

Bug Fixes#

  • socket not closing when reconnecting (5e3eaee)

2.2.3#

Bug Fixes#

  • logic inside getPlayerInfoHtml (5d8561f)

2.2.2#

Features#

  • add debug setting (c78ca8b)
  • change boolean checks to use json_encode (8769f19)
  • dont show information when config is set to false (91e6a53)

2.2.1#

Bug Fixes#

  • 'show blips' button breaks (e625b5e), closes #8

2.2.0#

Changes#

Features#

  • add blip socket commands (5644a00)
  • update coordinates to 2dp (e9f0ddf)

2.1.3#

Bug Fixes#

  • false values in config error (8c9c5cf)

Changes#

  • update update_checker to use new versioning system (411aea7)

2.1.2#

Changes#

Features#

2.1.1#

Changes#

  • remove echos (ef7d945)
  • update how you configure the webapp (e26f1d6)

Features#

2.1.0#

Bug Fixes#

2.0.0#

Bug Fixes#

Changes#

Features#

  • add ajax request for blip data (6ab06c5)
  • add caching for blips and player selection (47be19a)
  • add dynamically generated MarkerTypes (9f270b1)
  • add Google hack for maps (35021ee)
  • add link to IdentityRP (167d0d3)
  • add player tracking (186b254)
  • add runtime minifier (c020a34)
  • add some more markers (b4cc119)
  • add toggle showing blips (45ebb37)
  • ssl in websocket (28c5347)
  • update jail2 icon (a56c13e)
  • update script tags in index to show previous changes (143cac5)
  • update socket to use player identifiers (fe379a4)
  • update socket url to identityrp (85f4298)