Skip to content

Releases: versx/WhMgr

Webhook Manager v4.6.4

14 Dec 11:44
64c97a4
Compare
Choose a tag to compare

Webhook Manager v4.6.3.1

11 Dec 21:45
1d7e5e8
Compare
Choose a tag to compare
  • Auto remove any matching cityRoles from a user when losing a donor role. (configurable)
  • Fixes issue with IV lists having to set a minimum IV value. Now if any IV lists have values it will ignore the minimum IV value. If no IV list is set it'll use the IV value.
  • If you don't use city roles per Discord channel sections, you can disable the .feedme and .feedmenot commands by setting enableCities in your config to false.
  • Update update.sh with executable permissions (Credits: Xerock)

Webhook Manager v4.6.3

11 Dec 02:38
ce01b23
Compare
Choose a tag to compare
  • Add default.json config for non-essential changes
  • Use POGOProtos package for enumerations instead of maintaining within code
  • Change weather types to match protos: 4.6.2...master#diff-28c0f133ee6110b43b4273291a48b350adeffc2097821a8acbdd41e3046da2c6
  • Fix possible quest duplicates
  • Cleanup subscriptions listings with info command
  • Fix logLevel property not being set (Credits: ArcanoxDragon)
  • Fix missing lock around processed cache cleaner (Credits: ArcanoxDragon)

Webhook Manager v4.6.2

09 Dec 01:26
7defe5f
Compare
Choose a tag to compare
  • Add easy/guided subscriptions via prompts with .add and .remove commands.
  • Check if encounter id is null before removing Pokemon from processed cache. (Credits: Thunder)
  • Update masterfile.json with newest invasions and quests.

Webhook Manager v4.6.1

08 Dec 14:18
54da9e2
Compare
Choose a tag to compare
  • Fix issue with pvp subs typo with pvpmenot command
  • Add lock blocks around cached processed item dictionaries to prevent thread access issues (Credits: ArcanoxDragon)

Webhook Manager v4.6.0

07 Dec 03:49
97bb98b
Compare
Choose a tag to compare
  • Cleanup area validation
  • Batch Discord member calls that are made simultaneously before the cache exists (Credits: ArcanoxDragon)
  • Add support for GeoJSON geofences, allow geofence names or geofence file names in alarm files (Credits: ArcanoxDragon)
  • Add support for GeoJSON geofence priority (Credits: ArcanoxDragon)
  • Optimize geofence searching (Credits: ArcanoxDragon)
  • Add support for direct message subscriptions only without discord channel alarms (Credits: ArcanoxDragon)
  • Add Unit tests for geofences (Credits: ArcanoxDragon)
  • Add geofence file watching for changes (Credits: ArcanoxDragon)
  • Fix bug with config/alarm file change watching (Credits: ArcanoxDragon)

Webhook Manager v4.5.7

06 Dec 23:59
7859866
Compare
Choose a tag to compare
  • Fix duplicate Pokemon (Credits: Petap0w)
  • Add cache cleaner for scanned Pokemon

Webhook Manager v4.5.6

06 Dec 04:05
c7bffb0
Compare
Choose a tag to compare
  • Add configurable max notifications per minute config property
  • Update update.sh script to allow parameters for example files (Credits: M4d40)
  • Remove auto disable subscriptions if not supporter causing issues
  • Fix Pokestop cell id type possibly causing stack overflow exceptions (Credits: ArcanoxDragon)

Webhook Manager v4.5.5

04 Dec 03:32
05cea8a
Compare
Choose a tag to compare

Changes:

  • Fix lure alarm comparison
  • Add raid costume support for raid embeds
  • Include costume and gender in raid embeds
  • Add easy update scripts

Update script will do the following:

  • Pull latest git repo changes
  • Build latest WhMgr
  • Copy latest locale translation files
  • Copy latest masterfile.json and cpMultipliers.json files

If you want to also copy the latest default alerts, filters, or templates edit the update script and uncomment those lines.

Windows: ./update.bat
Linux/macOS: ./update.sh

Webhook Manager v4.5.4

02 Dec 04:40
Compare
Choose a tag to compare
  • Add Gen6 support (update masterfile.json)
  • Fix quest item icons
  • Remove defaults from nests footer
  • Remove OSM Nominatin endpoint from example config