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.49, fix Google Maps short-link parsing issues on Android, add regression tests for new parsing logic, and bump mobile version
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ 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.49] — 2026-02-27
9
+
10
+
### Fixed
11
+
- Fixed remaining Google Maps short-link parse failures on Android by broadening coordinate extraction fallbacks to handle additional `window.CONFIG` state-array variants and static-map metadata (`center=lat,lon`) when preview `pb` tokens are missing.
12
+
- Fixed short-link fallback fetch behavior by re-attempting page-content extraction even when URL expansion does not change the original short URL.
13
+
14
+
### Added
15
+
- Added regression tests for relaxed Google state-array parsing, static-map metadata coordinate extraction, and short-link re-fetch fallback when the first response body is empty.
0 commit comments