Skip to content

Commit e50a582

Browse files
authored
Merge pull request #50 from MerlionRock/development
v1.5.0
2 parents 1b77dd3 + 8406f2a commit e50a582

File tree

15 files changed

+51450
-40605
lines changed

15 files changed

+51450
-40605
lines changed

Changelog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
### RAB 1.5.0
4+
5+
Changes: Odd number release will be public version and even numbers will be development version.
6+
Example:
7+
`1.3.x, 1.5.x, 1.7.x, 1.9.x` <-- These will be public release
8+
`1.4.x, 1.6.x, 1.8.x, 1.10.x` <-- These will be development/beta release
9+
10+
- Fix: Search string changes is not being use by RAB when doing Mass transfer
11+
- Improvement: Tepig detection improvement
12+
- Fix: GL and UL ratings cannot be changed
13+
- RAB’s PGSharp Enhance Mode: Improve name detection
14+
- Attempt to disconnect GoPlus if teleporting to snipe (However, suggestion is to disable GoPlus if doing snipping as HAL now has auto reconnect which break this function)
15+
- More options added for Telegram Snipe:
16+
New Type: `by_cp_less`, `by_cp_more` Options: `cp`
17+
New Type: `by_ivs` Options: `atk`, `def` and `sta`, optional: `cp`
18+
New option: `snipe_limit`, applicable to all type
19+
- Fix: RAB will get stuck during mass transfer when there’s event Pokemon in selection
20+
- PGSharp Paid: Fix stuck at Team Rocket
21+
- Fix: Crash as trying to read saved image (Some machines)
22+
- Added PVP Feed for Donors
23+
- Fix: Crash when trying to teleport back to starting location
24+
- Fix: Stuck at weather warning screen
25+
- Added: Pinap Exclusive option. Only use Pinap on selected Pokemon
26+
- Original Pinap entry removed from default config.example.yaml
27+
- Reduce chances of hitting pokestop (non team rocket) if auto go plus is enabled
28+
- RAB’s PGSharp Enhance Mode: Skip searching for Pokestop if auto go plus is enabled
29+
- PGSharp: RAB will now attempt to determine if Pokemon have move to left, right or fly/attack
30+
- Adjusted throwing height, solving the issue of miss hitting the Pokemon
31+
- Fix: Your device is not in our system (which cause donation feed not working)
32+
- Fix: GPS Joystick fail to teleport for Android 7 and below
33+
334
### RAB 1.3.1
435
- Fix: Connecting or disconnecting Go Plus loop
536
- Fix: Polygon Paid: If Pokemon Inventory is full, RAB will get stuck at Pokemon Encounter

README.md

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,35 @@
44

55
## Changelog
66

7-
Manual install users, please run `pip install --upgrade uiautomator2` to update uiautomator2.
8-
9-
### RAB 1.3.1
10-
- Fix: Connecting or disconnecting Go Plus loop
11-
- Fix: Polygon Paid: If Pokemon Inventory is full, RAB will get stuck at Pokemon Encounter
12-
- Fix: Deleting of items by number not working on some devices
13-
- Possible fix for some devices that perviously work on 1.2.3 but not working on 1.3.0
7+
### RAB 1.5.0
8+
Changes: Odd number release will be public version and even numbers will be development version.
9+
Example:
10+
`1.3.x, 1.5.x, 1.7.x, 1.9.x` <-- These will be public release
11+
`1.4.x, 1.6.x, 1.8.x, 1.10.x` <-- These will be development/beta release
12+
13+
- Fix: Search string changes is not being use by RAB when doing Mass transfer
14+
- Improvement: Tepig detection improvement
15+
- Fix: GL and UL ratings cannot be changed
16+
- RAB’s PGSharp Enhance Mode: Improve name detection
17+
- Attempt to disconnect GoPlus if teleporting to snipe (However, suggestion is to disable GoPlus if doing snipping as HAL now has auto reconnect which break this function)
18+
- More options added for Telegram Snipe:
19+
New Type: `by_cp_less`, `by_cp_more` Options: `cp`
20+
New Type: `by_ivs` Options: `atk`, `def` and `sta`, optional: `cp`
21+
New option: `snipe_limit`, applicable to all type
22+
- Fix: RAB will get stuck during mass transfer when there’s event Pokemon in selection
23+
- PGSharp Paid: Fix stuck at Team Rocket
24+
- Fix: Crash as trying to read saved image (Some machines)
25+
- Added PVP Feed for Donors
26+
- Fix: Crash when trying to teleport back to starting location
27+
- Fix: Stuck at weather warning screen
28+
- Added: Pinap Exclusive option. Only use Pinap on selected Pokemon
29+
- Original Pinap entry removed from default config.example.yaml
30+
- Reduce chances of hitting pokestop (non team rocket) if auto go plus is enabled
31+
- RAB’s PGSharp Enhance Mode: Skip searching for Pokestop if auto go plus is enabled
32+
- PGSharp: RAB will now attempt to determine if Pokemon have move to left, right or fly/attack
33+
- Adjusted throwing height, solving the issue of miss hitting the Pokemon
34+
- Fix: Your device is not in our system (which cause donation feed not working)
35+
- Fix: GPS Joystick fail to teleport for Android 7 and below
1436

1537
**Known Issue**
1638

0 commit comments

Comments
 (0)