Releases: versx/WhMgr
Releases · versx/WhMgr
Webhook Manager v4.6.4
- Adds support using templates for static map tiles instead of url query.
- Supports NodeTileserverCache
- Supports SwiftTileserverCache
Webhook Manager v4.6.3.1
- 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 settingenableCities
in your config to false. - Update
update.sh
with executable permissions (Credits: Xerock)
Webhook Manager v4.6.3
- 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
- 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
- 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
- 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
- Fix duplicate Pokemon (Credits: Petap0w)
- Add cache cleaner for scanned Pokemon
Webhook Manager v4.5.6
- 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
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
andcpMultipliers.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
- Add Gen6 support (update masterfile.json)
- Fix quest item icons
- Remove defaults from nests footer
- Remove OSM Nominatin endpoint from example config