-
Notifications
You must be signed in to change notification settings - Fork 15
Release version 4.30.0 #444
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…if-os-docs-dir-is-misconfigured Show useful error modal if OS docs dir is misconfigured
Extend electron app wrapper translations
…ild-windows-release-under-container Fix issue with Wine to build Windows release under container
…launch-flow Improve app init layout launch flow
…ation-key-if-value-is-missing Prevent returning translation key if a value is missing
…to-show-docs Add translation support to show-docs module
…to-change-reports-folder Add translation support to change-reports-folder module
…to-change-sync-frequency Add translation support to change-sync-frequency module
…auto-update-buttons Extend translations for auto-update buttons
…to-enforce-macos-app-location Add translation support to enforce-macos-app-location module
Release version 4.30.0 to staging
ezewer
approved these changes
Nov 13, 2024
Contributor
ezewer
left a comment
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.
lgtm!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[4.30.0] - 2024-11-13
Added
Your Assetssection for the webAccount Summarypage. Improved sections titles styling. PR: bfx-report-ui#880UIlanguage selection binding withElectronJSwrapper. PR: bfx-report-ui#882error managermodule. PR: bfx-report-electron#428native notificationsmodule. PR: bfx-report-electron#429auto-updatermodule. PRs: bfx-report-electron#430, bfx-report-electron#438restore DBmodule. PR: bfx-report-electron#431show-docsmodule, and added the ability to set themarkdownuser manual with different languages intoi18next(if doc for the corresponding lang does not exist takesenby default). PR: bfx-report-electron#434print-to-pdfmodule. PR: bfx-report-electron#435change-reports-foldermodule. PR: bfx-report-electron#436change-sync-frequencymodule. PR: bfx-report-electron#437enforce-macos-app-locationmodule. PR: bfx-report-electron#439Changed
key.nestedKey.etcif a value is missing for a certain language and added the ability to try to take one from the defaultentranslation file. PR: bfx-report-electron#426sedcommands to be able to run the buildbashscripts on both OSsUbuntuandMacOSas they have slightly different implementation. PR: bfx-report-electron#427Fixed
2FAlogin flow to prevent the token request duplication possibility noted in some user scenarios. PR: bfx-report-ui#881Wineto buildWindowsrelease under container. PR: bfx-report-electron#425Security
cookiefrom0.6.0to0.7.1,expressfrom4.21.0to4.21.1. PR: bfx-report-ui#879electronfrom27.3.11to27.3.5. PR: bfx-report-electron#424