Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".": "0.0.0"}
{".":"1.0.0"}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## 1.0.0 (2025-12-07)


### Features

* Add basic layout (MAPCO-8663) ([#22](https://github.com/MapColonies/yahalom/issues/22)) ([7901dda](https://github.com/MapColonies/yahalom/commit/7901dda98fde2ba70acd777d1a86d2ee0a834c49))
* Add restore step (MAPCO-9046) ([#32](https://github.com/MapColonies/yahalom/issues/32)) ([9d3c8e1](https://github.com/MapColonies/yahalom/commit/9d3c8e11349db116595fae0a6122a522fb3c7059))
* add vcontainer di ([#7](https://github.com/MapColonies/yahalom/issues/7)) ([4696226](https://github.com/MapColonies/yahalom/commit/4696226aab5e228ebfd65ea5f01027d6c0e175f5))
* Analytics (MAPCO-8806) ([#24](https://github.com/MapColonies/yahalom/issues/24)) ([d576e99](https://github.com/MapColonies/yahalom/commit/d576e993ebdda49cabb4b080817a2a1fbfcc38b5))
* change dependabot to nuget ([#23](https://github.com/MapColonies/yahalom/issues/23)) ([ac788f1](https://github.com/MapColonies/yahalom/commit/ac788f1d19a5abc013a6d78ea811775e85d76db0))
* configuration manager offline mode (MAPCO-7262) ([#27](https://github.com/MapColonies/yahalom/issues/27)) ([156f11e](https://github.com/MapColonies/yahalom/commit/156f11ec36884dcd5629f05866c71773cb7c6925))
* Initialization sequence (MAPCO-8508) ([#10](https://github.com/MapColonies/yahalom/issues/10)) ([6b61230](https://github.com/MapColonies/yahalom/commit/6b61230eabae10447b3fe9be258d528d61068cee))
* Logger service (MAPCO-8870) ([#30](https://github.com/MapColonies/yahalom/issues/30)) ([ac05220](https://github.com/MapColonies/yahalom/commit/ac052209930600150b03c79bd54b0c639ab706b2))
* Logger tests (MAPCO-9054) ([#34](https://github.com/MapColonies/yahalom/issues/34)) ([9e79446](https://github.com/MapColonies/yahalom/commit/9e79446d2a6e2aea77751cd8973192d2e24dd2eb))
* MAPCO-8503 Unity app with Cesium ([#2](https://github.com/MapColonies/yahalom/issues/2)) ([ecd77ee](https://github.com/MapColonies/yahalom/commit/ecd77ee190d262d73e1ddd5c82718f673d935c8c))
* Scene Controller (MAPCO-8869) ([#29](https://github.com/MapColonies/yahalom/issues/29)) ([94bf326](https://github.com/MapColonies/yahalom/commit/94bf32629912b0041babd4b01e1a1ddee7f5b94f))
* Translation service (MAPCO-8805) ([#25](https://github.com/MapColonies/yahalom/issues/25)) ([1a5ec5d](https://github.com/MapColonies/yahalom/commit/1a5ec5d4e2a07fda3d19d4cf2bb24dfc8c11a64e))
* Unstaged files and unformatted files (MAPCO-8847) ([#28](https://github.com/MapColonies/yahalom/issues/28)) ([39365c1](https://github.com/MapColonies/yahalom/commit/39365c18b85a46e68aea089bb7121c198579383d))


### Bug Fixes

* Format files (MAPCO-8614) ([#13](https://github.com/MapColonies/yahalom/issues/13)) ([44c021c](https://github.com/MapColonies/yahalom/commit/44c021cb274856acbde3ef2120bbf065646a7857))
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ PlayerSettings:
loadStoreDebugModeEnabled: 0
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 0.1.0 # x-release-please-version
bundleVersion: 1.0.0 # x-release-please-version
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down
Loading