Skip to content

Releases: WatWowMap/MapJS

MapJS v1.6.7

24 Sep 23:09
0082720
Compare
Choose a tag to compare
  • Add clickable nest Pokemon icon for popup
  • Remove nest polygon click for popup
  • Add nest type icon to nests and blend dual typed Pokemon icons
  • Add help modal for Pokemon filters for better explanation
  • Make raid pokemon same size as quest (Credits: Mygod)
  • Fix quest stardust filtering issue (Credits: Mygod)
  • Update IV/PVP filtering, add GL & UL filtering options, remove explicit PVP-And/Or options (Credits: Mygod)
  • Update global filtering popup alert text and help docs (Credits: Sketchysocks)

MapJS v1.6.6

20 Sep 00:40
a3484de
Compare
Choose a tag to compare
  • Add PoracleJS geofence file converter for scan areas
  • Fix Pokemon, Gym, and Raid popup content alignment on smaller devices
  • Fix session count check
  • Update cookie session length to 7 days (Credits: Sketchysocks)
  • Reduce max-height for navbar hiding to 480px
  • Temporarily disable PVP-Or until implemented

MapJS v1.6.5

18 Sep 16:24
7b48ffa
Compare
Choose a tag to compare
  • Documentation site: https://wwm.rtfd.io https://wwm.readthedocs.io (Currently just MapJS, DataParser and ControllerJS still WIP) (Credits: clburlison)
  • Fix sessions expiring too soon for some. (Credits: Sketchysocks)
    • allowMultipleSessions config option removed and maxSessions added
  • Rename Submission-Cells to S2-Cells
  • Add empty static/img/pokemon folder so new installs don't fail without creating it
  • Fix default form not excluded in IV filter (Credits: Mygod)
  • Add configurable minimum PVP cp values (Credits: Sketchysocks)
  • Fix pvp filtering issue if pvp column data only had Great but not Ultra and vise versa.

MapJS v1.6.4

16 Sep 22:02
3e0d338
Compare
Choose a tag to compare
  • Add PVP & "Both" glow options (Credits: Sketchysocks)
  • Add configurable minimum PVP CP values (Credits: Sketchysocks)
  • Remove redundancies from Discord auth to speed it up (Credits: wragru)
  • Proper GitHub linting action (Credits: clburlison)
  • Add NOT logic support in IV filters (Credits: Mygod)
    Example: !0-100 to exclude all Pokemon without IV
  • Update per-pokemon IV filter to take precedence over Global IV filter (Credits: Mygod)
  • Add CP in IV filter (Credits: Mygod)
  • Update IV filter example in popup (Credits: Mygod)
  • Update IV filter to support more spaces. (Credits: Mygod)
  • Update IV filter for case insensitivity. (Credits: Mygod)

MapJS v1.6.3

13 Sep 06:52
276f7be
Compare
Choose a tag to compare
  • Sessions saved to mysql table to prevent multiple logins per account
  • Generate x1, x2, x3, x4, x5, etc icons via css instead of using rewards folder (Credits: Mygod)
  • Adds possible invasion rewards to popup markers
  • New default.json config file for when optional config changes happen and you're too lazy to change them :P and to prevent errors if forgotten) (Credits: Clburlison and Sketchysocks)
  • Configurable Nest Polygons settings
  • Friendlier favicons support
  • New mega energy (Credits: Mygod)
  • Simplified settings page
  • Search pokemon by type (Credits: Sketchysocks)
  • Fix substitute pokemon on first load (Credits: Mygod)
  • Move pokemon up in candy to prevent overlapping with amount (Credits: Mygod)

MapJS v1.6.2

11 Sep 21:53
Compare
Choose a tag to compare
  • Custom user settings for:
    • Enable Pokemon Glow
    • Enable Pokemon Clusters
    • Enable Pokestop Clusters
    • Enable Gym Clusters
  • Adds missing scan area permissions via config
  • Removes csrf token package, adds rate limiting for api requests (configurable values)
  • Adds support for MySQL 5.7 again by using json_extract instead of json_value
  • Fixes incorrect PvP medals on map markers (Credits: Sketchysocks)
  • Better dark theme support (Credits: Mygod)
  • Only render mustache with html files (Credits: Mygod)

MapJS v1.6.1

08 Sep 06:28
87a92d3
Compare
Choose a tag to compare
  • Fixes pokemon female gender icons (Credits: Mygod)
  • Translates weather cell text
  • Adds gzip compression for static assets
  • Separate CP multipliers file (Credits: Sketchysocks)
  • Set default raid and invasion timers filter option (Credits: Sketchysocks)
  • Use central repo for pokemon, form, quest, weather, items, etc translations (Credits: Nightcrawler)
  • Add Configurable device path color (Credits: Sketchysocks)
  • Clickable IV/Quest devices to show geofence polygons instance (Credits: Sketchysocks)

Need to run Run npm run create-locales after pulling to generate the new translations from the central repo.

MapJS v1.6.0

07 Sep 02:40
Compare
Choose a tag to compare
  • Adds support for ICONS standardized format (Intermapping Cooperative Object Naming Standard)

MapJS v1.5.0

05 Sep 18:56
3bf6657
Compare
Choose a tag to compare
  • Custom icons only for Pokemon images instead of the full image directory.
  • New index.json support for all forms on remote repos
  • Icons can still be changed locally.

MapJS v1.4.3

04 Sep 04:25
3a8e5d3
Compare
Choose a tag to compare
  • Fix css theming (Credits: Mygod)
  • Fix quest item filter (Credits: Mygod)
  • Force sql index for Pokemon table (Credits: Mygod)
  • Fix Pokestop/Invasion cluster markers (Credits clburlison)