-
Notifications
You must be signed in to change notification settings - Fork 265
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
Update Changelog for Beta 2 #2847
base: main
Are you sure you want to change the base?
Conversation
696f78e
to
415720b
Compare
@@ -175,13 +203,16 @@ Supported Operating Systems and Architectures: | |||
- Only install scripts if they are used by a specific platform | |||
- Make shortcuts use the app icon | |||
- Add AppArmor file for electron apps for Ubuntu 24.04 | |||
- Fix icon in dock on Ubuntu 24.04 | |||
|
|||
## Visual Studio Code Extension | |||
|
|||
- Add :doc:`Dependency Manager extension </docs/software/vscode-overview/3rd-party-libraries>` for easier finding and updating of 3rd party libraries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add :doc:`Dependency Manager extension </docs/software/vscode-overview/3rd-party-libraries>` for easier finding and updating of 3rd party libraries | |
- Add :doc:`Dependency Manager extension </docs/software/vscode-overview/3rd-party-libraries>` for easier finding and updating of 3rd party libraries | |
- The Dependency Manager will now automatically initiate a build when the utility loses focus, but only if the user has made changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Normally we only put things in the changelog that changed from year to year, since that's what's relevant come January. The release documents what changed since the last beta.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it depends on how you look at it. I am thinking about this as a change from what people are expecting coming from past years which is a pop up that prompts them to build. We didn't include anything about this previously because the functionality prior to this matched that expectation from previous years.
The new functionality is something completely different that doesn't match the expectations of people coming from last year. It now builds automatically with no prompt.
Co-authored-by: Gold856 <[email protected]>
Co-authored-by: Gold856 <[email protected]>
No description provided.