-
Notifications
You must be signed in to change notification settings - Fork 14
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
Release version 4.30.0 #444
Merged
Conversation
This file contains 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
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 Assets
section for the webAccount Summary
page. Improved sections titles styling. PR: bfx-report-ui#880UI
language selection binding withElectronJS
wrapper. PR: bfx-report-ui#882error manager
module. PR: bfx-report-electron#428native notifications
module. PR: bfx-report-electron#429auto-updater
module. PRs: bfx-report-electron#430, bfx-report-electron#438restore DB
module. PR: bfx-report-electron#431show-docs
module, and added the ability to set themarkdown
user manual with different languages intoi18next
(if doc for the corresponding lang does not exist takesen
by default). PR: bfx-report-electron#434print-to-pdf
module. PR: bfx-report-electron#435change-reports-folder
module. PR: bfx-report-electron#436change-sync-frequency
module. PR: bfx-report-electron#437enforce-macos-app-location
module. PR: bfx-report-electron#439Changed
key.nestedKey.etc
if a value is missing for a certain language and added the ability to try to take one from the defaulten
translation file. PR: bfx-report-electron#426sed
commands to be able to run the buildbash
scripts on both OSsUbuntu
andMacOS
as they have slightly different implementation. PR: bfx-report-electron#427Fixed
2FA
login flow to prevent the token request duplication possibility noted in some user scenarios. PR: bfx-report-ui#881Wine
to buildWindows
release under container. PR: bfx-report-electron#425Security
cookie
from0.6.0
to0.7.1
,express
from4.21.0
to4.21.1
. PR: bfx-report-ui#879electron
from27.3.11
to27.3.5
. PR: bfx-report-electron#424