Skip to content

Commit

Permalink
Bump internal version to 4.4.7. Changelog for 4.4.7RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtehver committed Sep 10, 2022
1 parent a9f759c commit 81e987c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
CARTO Mobile SDK 4.4.7RC1
-------------------

### New features:

* Added support for generic expressions in CartoCSS 'Map' element.
* Added support for CartoCSS 'line-miterlimit' property, tweaked join handling in case of offsets/patterns.
* Generalized CartoCSS font support, added support expression based face names

### Changes, fixes:

* Fixed Angle UWP related threading issues, if multiple views were used.
* Fixed minor synchronization issue with RasterTileLayer
* Improved handling of null blob in TileData
* Improved normal map building for overzoomed tiles, resulting is less artifacts.
* Improved reporting of .so loading errors on Android (re-throw original exception, instead of just logging/failing afterwards)
* Added handling of 'OnPointerExited' event in UWP MapView
* Build script fixes, fixes related tolatest Python versions, Android NDK25 support


CARTO Mobile SDK 4.4.6
-------------------

Expand Down
2 changes: 1 addition & 1 deletion scripts/build/sdk_build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import shutil
import json

SDK_VERSION = '4.4.6'
SDK_VERSION = '4.4.7'

def makedirs(dir):
try:
Expand Down

0 comments on commit 81e987c

Please sign in to comment.