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

Conditional updater #232

Merged
merged 6 commits into from
Mar 13, 2024
Merged

Conditional updater #232

merged 6 commits into from
Mar 13, 2024

Conversation

ramokz
Copy link
Owner

@ramokz ramokz commented Mar 13, 2024

Resolves #203

- [Added] updater_constants.gd
- [Updated] update_button.gd to conditionally trigger the update prompt based on the project settings
- [Renamed] directory test_scene/ to dev_scenes
- [Added] Reference note for how to disable the updater
- [Updated] Visuals and improved interaction feedback on the updater
- [Updated] Addon logo
- [Updated] Updater panel with a conditional checker to add another toggle the user has to check before being able to update the addon. Appears only if the release is a major or minor one.
@ramokz ramokz added enhancement New feature or request editor labels Mar 13, 2024
@ramokz ramokz added this to the 0.6.4 milestone Mar 13, 2024
@ramokz ramokz self-assigned this Mar 13, 2024
@ramokz ramokz linked an issue Mar 13, 2024 that may be closed by this pull request
@ramokz ramokz merged commit 8061e05 into 0.6.4 Mar 13, 2024
@ramokz ramokz deleted the conditional-updater branch March 13, 2024 21:26
ramokz added a commit that referenced this pull request Mar 19, 2024
* Bumping plugin version to 0.6.4

* Fixed issue where various setters for _follow_spring_arm didn't get applied at runtime (#224)

* Added support for rotational tweening for PCam2D (#225)

* Fixed stacked viewfinder issue (#226)

* Conditional updater (#232)

* Dev scenes

* Option to disable Updater
- [Added] updater_constants.gd
- [Updated] update_button.gd to conditionally trigger the update prompt based on the project settings
- [Renamed] directory test_scene/ to dev_scenes

* Updated Updater modal
- [Added] Reference note for how to disable the updater
- [Updated] Visuals and improved interaction feedback on the updater
- [Updated] Addon logo

* Added UX friction to updater
- [Updated] Updater panel with a conditional checker to add another toggle the user has to check before being able to update the addon. Appears only if the release is a major or minor one.

* Removed testing changes

* Updated 3D dev scene and script

* Updated 2D and 3D dev scenes

* Updated height for the default updater window

* Reduced update button font size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user to ignore an update
1 participant