Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 1.0.0 #149

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

Xenira
Copy link
Owner

@Xenira Xenira commented Mar 14, 2024

πŸ€– I have created a release beep boop

1.0.0 (2024-03-14)

⚠ BREAKING CHANGES

  • ik: Mod folder structure has changed. Please remove the old mod entirely before installing this version.

  • input: Mod config might need to be deleted after updating, as ui scale changed

  • game: ⬆️ version 0.2.0f compat (#7)

  • release: add release-please job dependency (c669795)

✨ Features

  • comfort: add comfort options (#30) (dd104bb)
  • ik: add ik support (#133) (f028a00)
  • input: add erase button (14ce7af)
  • input: add finger tracking (#139) (c7b3d39)
  • input: add hotbar bindings (#21) (e4c472a)
  • input: add interaction to assembler (#89) (f235fc0)
  • input: add interaction to blast smelter menu (#143) (441cd8f)
  • input: add interaction to crafting menu (#111) (02e48d8)
  • input: add interaction to drill (#85) (9bdd6ff)
  • input: add interaction to elevator (#126) (d287594)
  • input: add interaction to filter inserter (#86) (0231e33)
  • input: add interaction to planter (#103) (85ed0ff)
  • input: add interaction to power generator (#82) (0c0b978)
  • input: add interaction to production terminal (#105) (b24b093)
  • input: add interaction to recipe picker (#92) (30115bc)
  • input: add interaction to resource gate (#104) (4c867f5)
  • input: add interaction to smelter menu (#84) (2016a51)
  • input: add interaction to tech tree (#121) (519cf9e)
  • input: add interaction to thresher (#88) (54fb1ad)
  • input: add interaction to transit depot (#119) (a58f9ec)
  • input: add laserpointer interaction (#54) (1b8723c)
  • input: add smooth turning (dd579c9)
  • input: add variant button (#134) (130b7e4)
  • input: improved oculus bindings (#37) (29579d0)
  • input: oculus controller bindings (#26) (d65c121)
  • input: use right hand as target origin (8e3a749)
  • player: add player hands (0897dca)
  • ui: add interaction to storage limit ui (#137) (17ae74e)
  • ui: attched inspector to aim location (#23) (b7ef8db)
  • ui: inventory overhaul (#3) (4c6fdb5)
  • ui: move crafting queue to left hand (#22) (8c4fb9b)

πŸ› Bug Fixes

  • assets: set asset path relative to plugin dll (#145) (85eda34)
  • config: disable vignette by default (#53) (2eb80cb)
  • coop: sync player rotation with headset (#129) (5133d65)
  • game: ⬆️ version 0.2.0f compat (#7) (094c289)
  • input: allow turn with hoverpack (#125) (9e3e8fd)
  • input: bind map controlls and fix player arrow (#32) (67d2ebb)
  • input: build and remove target bound to hand (#5) (4420a46)
  • input: cancel eyedrop when changing toolbar index (#140) (7f4f7c7)
  • input: change vertical belt targeting to use hand (#136) (5787234)
  • input: disable smooth turn when input blocked (9478182)
  • input: fix button long press (91f8634)
  • input: fix scroll views (#118) (2b6c228)
  • input: hide ui interaction when menu is not open (#76) (0b5fa2a)
  • mole targeting and ui (#4) (2639dff)
  • player: sync player position with relative hmd position (#24) (8c58733)
  • render: disable outline shader draw (13f3231)
  • ui: disable cursor and hologram when menus are open (#115) (a1e753c)
  • ui: fix loading screen (08f0536)
  • ui: fix main menu ui (fe877f5)
  • ui: made encumbrance warning visible (#108) (1a79ec9)
  • ui: make tier upgrade screen visible again (#107) (147013e)
  • ui: placed recipe ui in world (#6) (e233308)
  • ui: position save icon to be visible (#59) (1675887)
  • ui: remove button prompts (#80) (b9e9605)
  • ui: show omniseeker ui (#123) (3f773bd)

πŸ“ Documentation

  • add Tobey.UnityAudio information (#50) (adce76e)
  • readme: add initial thunderstore ref (#40) (1e65301)
  • readme: update install instructions (#25) (3b2ab8d)
  • readme: updated configuration options (#77) (4d1be8b)

♻️ Code Refactoring

πŸ‘· Build System

  • add readme, license and changelog to release (#29) (3e68554)
  • deps: bump actions/checkout from 3 to 4 (#100) (292b565)
  • deps: bump actions/setup-dotnet from 3 to 4 (#96) (0118158)
  • deps: bump actions/upload-artifact from 3 to 4 (#97) (ada64f0)
  • deps: bump dawidd6/action-download-artifact from 2 to 3 (#99) (3b5f745)
  • deps: bump Microsoft.NETFramework.ReferenceAssemblies in /plugin (#101) (afc09c8)
  • deps: bump TTIK from 0.2.0 to 0.2.1 in /plugin (#142) (b805334)
  • deps: bump TTIK from 0.2.1 to 0.2.2 in /plugin (#146) (6b74837)
  • deps: Update packaged TTIK version (#147) (559c3e5)
  • fix release artifact path and added repo to cli args (#42) (7bf1dd8)
  • thunderstore: ⚑ actually add thunderstore deps (#47) (9c052ea)
  • thunderstore: ⚑ add dependencies and removed from release artifact (#45) (50ee8e6)
  • thunderstore: ⚑ add thunderstore release (39d863e)

πŸ”§ Other Changes


This PR was generated with Release Please. See documentation.

@Xenira Xenira force-pushed the release-please--branches--master branch from 7f6b32b to c728307 Compare March 14, 2024 17:35
@Xenira Xenira merged commit 21a40f1 into master Mar 14, 2024
3 checks passed
@Xenira Xenira deleted the release-please--branches--master branch March 14, 2024 17:36
@Xenira
Copy link
Owner Author

Xenira commented Mar 14, 2024

πŸ€– Release is at https://github.com/Xenira/TechtonicaVR/releases/tag/v1.0.0 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant