Skip to content

Commit c3d641b

Browse files
authored
Release MapLibre Android 12.1.0 (#3938)
1 parent 012f956 commit c3d641b

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

platform/android/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog MapLibre Native for Android
22

3+
## 12.1.0
4+
5+
### ✨ Features and improvements
6+
7+
- Add support for parsing MLT-format vector tile sources ([#3246](https://github.com/maplibre/maplibre-native/pull/3246)).
8+
- Throw exception on `System.loadLibrary` fail ([#3916](https://github.com/maplibre/maplibre-native/pull/3916)).
9+
- Release allocated compass Bitmap as soon as possible ([#3889](https://github.com/maplibre/maplibre-native/pull/3889)).
10+
- Apply symbol shader changes from JS for Metal, Vulkan, and OpenGL ([#3873](https://github.com/maplibre/maplibre-native/pull/3873)).
11+
- Improve CMake build setup Harfbuzz and Freetype deps ([#3879](https://github.com/maplibre/maplibre-native/pull/3879)).
12+
13+
### 🐞 Bug fixes
14+
15+
- [vulkan] Prevent member variable shadowing in `mbgl::vulkan::ShaderProgram` ([#3886](https://github.com/maplibre/maplibre-native/pull/3886)).
16+
- Add padding support to MapSnapshotter Android ([#3882](https://github.com/maplibre/maplibre-native/pull/3882)).
17+
- Fix `requestRenderAndNotify` continuous callback ([#3913](https://github.com/maplibre/maplibre-native/pull/3913)).
18+
- Add null check to Projection.getContentPadding() ([#3937](https://github.com/maplibre/maplibre-native/pull/3937)).
19+
- Assume CustomGeometrySource is cancelled when peer is null ([#3933](https://github.com/maplibre/maplibre-native/pull/3933)).
20+
- Use weak pointer for core layer ([#3931](https://github.com/maplibre/maplibre-native/pull/3931)).
21+
322
## 12.0.1
423

524
### ✨ Features and improvements

platform/android/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.1
1+
12.1.0

0 commit comments

Comments
 (0)