v2.1.2

louis-e/arnisv2.1.2Jan 4, 2025by louis-e

AI Summary

This release continues the bug fix series, addressing critical issues such as longitude wrapping and the inability to generate without Minecraft, adding set_sign functionality.

Key Highlights

  • Fixed longitude wrapping bug
  • Enable generation without having Minecraft installed
  • Added set_sign in world_editor.rs

New Features

  • set_sign functionality
  • Bug fixes
  • No-Minecraft generation

Full Release Notes

Second quick fix update in response to the current large inflow of feedback. Many more cool features will follow soon!

## What's Changed
* Fixed longitude wrapping bug by @louis-e in https://github.com/louis-e/arnis/pull/105
* Add dependabot for automatic dependency updates by @sebastiaanspeck in https://github.com/louis-e/arnis/pull/123
* Enable generation without having Minecraft installed by @louis-e in https://github.com/louis-e/arnis/pull/136
* Added set_sign in world_editor.rs by @louis-e in https://github.com/louis-e/arnis/pull/138
* Change rfd features to enable manual builds on Linux. by @benjamin051000 in https://github.com/louis-e/arnis/pull/127
* Adapted minimum scale value to 0.3 by @louis-e in https://github.com/louis-e/arnis/pull/155
* fix: include `Cargo.lock` by @adamperkowski in https://github.com/louis-e/arnis/pull/158
* Update dirs requirement from 4.0.0 to 5.0.1 by @dependabot in https://github.com/louis-e/arnis/pull/135
* Update geo requirement from 0.28.0 to 0.29.3 by @dependabot in https://github.com/louis-e/arnis/pull/134
* Update itertools requirement from 0.13.0 to 0.14.0 by @dependabot in https://github.com/louis-e/arnis/pull/133
* Fix: Generate multipolygon buildings from OSM relations by @louis-e in https://github.com/louis-e/arnis/pull/165
* No world selected fix by @louis-e in https://github.com/louis-e/arnis/pull/166
* Fix amenity shelter elements by @louis-e in https://github.com/louis-e/arnis/pull/168
* Embed bootstrapper by @louis-e in https://github.com/louis-e/arnis/pull/169

## New Contributors
* @sebastiaanspeck made their first contribution in https://github.com/louis-e/arnis/pull/123
* @benjamin051000 made their first contribution in https://github.com/louis-e/arnis/pull/127
* @adamperkowski made their first contribution in https://github.com/louis-e/arnis/pull/158

**Full Changelog**: https://github.com/louis-e/arnis/compare/v2.1.1...v2.1.2