You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update changelog for version 1.1.48, fix Google Maps short-link parsing for Android, add regression test for state payload coordinates, and bump mobile version
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.1.48] — 2026-02-27
9
+
10
+
### Fixed
11
+
- Fixed Google Maps short-link parsing for Android response variants that do not include `pb=%21...2d...3d...` preview tokens by adding fallback extraction from embedded map-state coordinate arrays (for example `[[distance,lon,lat],[0,0,0],[w,h],zoom]`) in fetched HTML payloads.
12
+
13
+
### Added
14
+
- Added regression test coverage for short-link parsing using the Android-style Google Maps state payload coordinate format.
0 commit comments