Compare commits

..

3 Commits

Author SHA1 Message Date
Dmitry Popov
d622e486f4 feat(Core): Support map default layout option 2024-10-07 22:57:46 +04:00
Dmitry Popov
81926633b0 Merge branch 'main' into 19-add-map-custom-options 2024-10-07 20:56:08 +04:00
Dmitry Popov
e4fe8fdc53 feat(Core): Support map default layout option 2024-10-07 13:40:37 +04:00
3 changed files with 2 additions and 17 deletions

View File

@@ -2,21 +2,6 @@
<!-- changelog -->
## [v1.3.3](https://github.com/wanderer-industries/wanderer/compare/v1.3.2...v1.3.3) (2024-10-08)
## [v1.3.2](https://github.com/wanderer-industries/wanderer/compare/v1.3.1...v1.3.2) (2024-10-07)
## [v1.3.1](https://github.com/wanderer-industries/wanderer/compare/v1.3.0...v1.3.1) (2024-10-07)
## [v1.3.0](https://github.com/wanderer-industries/wanderer/compare/v1.2.10...v1.3.0) (2024-10-07)

View File

@@ -208,7 +208,7 @@
classes("tab-active": @active_settings_tab == "import")
]}
>
<.icon name="hero-document-arrow-down-solid" class="w-4 h-4" />&nbsp;Import/Export
<.icon name="hero-wrench-screwdriver-solid" class="w-4 h-4" />&nbsp;Import/Export
</a>
<a
:if={@map_subscriptions_enabled?}

View File

@@ -2,7 +2,7 @@ defmodule WandererApp.MixProject do
use Mix.Project
@source_url "https://github.com/wanderer-industries/wanderer"
@version "1.3.3"
@version "1.3.0"
def project do
[