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

Merge from main Branch #6

Merged
merged 25 commits into from
Nov 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
95bae83
Add SECURITY.md to guide security vulnerability reporting (#11360)
Ahlam-Banu Oct 19, 2024
6e0baf9
Support passkeys with Bitwarden import (#11401)
varjolintu Oct 25, 2024
8acc542
Reset splitter sizes on database unlock
droidmonkey Jul 1, 2024
feafcec
Improve related splitter UX
droidmonkey Sep 23, 2024
34fe413
Fix resolving advanced values in entry preview
droidmonkey Sep 23, 2024
5d24495
Hide the menubar when menus lose focus (if toggled off)
droidmonkey Oct 12, 2024
2738a72
Fix assert hit when viewing entry history
droidmonkey Oct 19, 2024
181f480
Build for MacOS too
blessio Oct 17, 2024
b734037
Removed apt upgrade and corrected winget install
blessio Nov 2, 2024
d03ffc2
Fixed background color when window is out of focus
xboxones1 Nov 2, 2024
1e7175d
Merger manually a wait logic from air-hand
blessio Nov 2, 2024
3fd8286
pinned winget version to a newer but still working version
blessio Nov 3, 2024
d4e0fd3
Merge branch 'keepassxreboot:develop' into devbleo3
blessio Nov 3, 2024
63eab48
Set the devbleo3 scheduled overy friday 3:07 AM
blessio Nov 4, 2024
9e3763c
Merge branch 'devbleo3' of github.com:blessio/keepassxc-B into devbleo3
blessio Nov 4, 2024
970e5ee
move from macos-12 to macos-13
blessio Nov 4, 2024
6e81451
Add timeout to SSH Agent streams
droidmonkey Sep 23, 2024
ca9b88f
Replace legacy code on macOS builds (#11428)
FischLu Nov 10, 2024
bff0b93
Device Password fallback when Touch-ID devices are unavailable (#11410)
findus Nov 10, 2024
2fc24be
Browser: Fix cancel with database unlock dialog (#11435)
varjolintu Nov 10, 2024
4acb377
Hide status bar on WelcomeScreen
xboxones1 Nov 10, 2024
b9c5869
Implement T-CONV and T-REPLACE-RX entry placeholders
droidmonkey Nov 9, 2024
9b8163c
Use better xref syntax for documentation
droidmonkey Nov 10, 2024
bf856d2
Detect outdated VC Redist with MSI Installer
droidmonkey Nov 8, 2024
b97969e
Merge branch 'keepassxreboot:develop' into devbleo3
blessio Nov 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed apt upgrade and corrected winget install
  • Loading branch information
blessio committed Nov 2, 2024
commit b734037c9f33bfc960a65b3119d763b1e5f67c7a
5 changes: 3 additions & 2 deletions .github/workflows/bld-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
- name: 120. Windows Only // Install Winget so that e can use it to install SDK as needed
if: ${{ startsWith( matrix.config.os , 'windows' ) }}
uses: Cyberboss/install-winget@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 130. Windows Only // Set Up windows SDK and Ruby and the needed gem of asciidoctor
if: ${{ startsWith( matrix.config.os , 'windows' ) }}
Expand All @@ -84,8 +86,7 @@ jobs:
- name: 150. LINUX Only // Prepare Linux packages that are needed
if: ${{ startsWith( matrix.config.os , 'ubuntu' ) }}
run: >
sudo apt update -y &&
sudo apt upgrade -y &&
sudo apt update -y &&
sudo apt install -y build-essential cmake g++ asciidoctor &&
sudo apt install -y qtbase5-dev qtbase5-private-dev qttools5-dev qttools5-dev-tools
libqt5svg5-dev libargon2-dev libminizip-dev libbotan-2-dev libqrencode-dev
Expand Down