@@ -12,6 +12,67 @@ View the release notes for the 2025.2.x release series of Alidade.
1212> and improvements may change over time, and the current releases are not
1313> indicative of the final release build. Proceed with caution.
1414
15+ ## 2025.2 (Build 87) [ Beta]
16+
17+ ### Gallery
18+
19+ - Players can now switch between photos when previewing them with Quick
20+ Look.
21+
22+ ### General Changes
23+
24+ - Alidade's source code repository is now being hosted on
25+ [ SkyVault] ( https://source.marquiskurt.net ) , a hosted Git service
26+ independent of GitHub. SkyVault is intended to be the source of truth,
27+ but the GitHub repository will be remain available as a mirror and a
28+ source for accepting pull requests.
29+
30+ ### Integrations
31+
32+ - Players can now enable Realtime Sync for Bluemap to get realtime updates
33+ for player locations. Server and death markers sync independently of
34+ players.
35+ - Players can now search for markers from Bluemap in the search views.
36+
37+ ### Map
38+
39+ - Maps will now group pins together in a cluster if they're close enough
40+ to each other. Player-crated pins will be clustered together in their
41+ own category; Bluemap death markers and Bluemap server markers are
42+ grouped in their own clusters, respectively.
43+ - Performance of map loading has improved with Swift concurrency thanks to
44+ moving biome generation to a separate actor.
45+
46+ ### Pins
47+
48+ - Players can now select custom icons to use when displayed in the list
49+ and grid views in the library, along with their appearance on the map.
50+ - In the Red Window design, players can now tap on a photo in the detail
51+ view for any pin to preview it in full detail.
52+ - Players can now set the dimension for where a pin is located. Pins are
53+ assumed to be in the overworld by default when migrating from MCMap v1.
54+ - Things that pertain to editing the pin (except for photos) are now
55+ displayed when you’re actively editing the pin in the edit mode.
56+ - On iOS (and macOS, though it already did this by default), the title
57+ text field now has a proper border and background, making it clearer
58+ that it is, in fact, a text field.
59+ - When entering edit mode, the cover image is replaced with a color
60+ gradient and the gallery is hidden. This is mostly due to the fact that
61+ editing with those images visible causes performance issues.
62+ - There’s a new coordinates section that displays coordinate information
63+ between the Overworld and the Nether. For coordinates in the End, only
64+ the End coordinate is displayed.
65+ - For windows that _ can_ display the map view on the side, you can now
66+ toggle this at your own discretion.
67+
68+ ### Search
69+
70+ - Searches can be filtered relative to a specific coordinate using the
71+ ` @{x,z} ` syntax, where ` x ` and ` z ` are the X and Z coordinates of the
72+ location.
73+ - The search page now displays tips for refining search results.
74+
75+
1576## 2025.2 (Build 70) [ Beta]
1677
1778### General Changes
0 commit comments