Open HotCakeX opened 1 day ago
Before I file a bug report I wanted to confirm something first.
You wrote Improved the user experience when interacting with various UI elements
in the bullet points.
Does this fix the janky scroll bars in the section that shows all of the policies?
I didn’t see an associated bug report. But basically the scroll bars fail to work at all approx. 80% of the time in this section. They just stop working and become very difficult to get them to appear again.
Before I file a bug report I wanted to confirm something first.
You wrote
Improved the user experience when interacting with various UI elements
in the bullet points.Does this fix the janky scroll bars in the section that shows all of the policies?
I didn’t see an associated bug report. But basically the scroll bars fail to work at all approx. 80% of the time in this section. They just stop working and become very difficult to get them to appear again.
No, i fixed the release note to clarify it's related to settings cards. The scrollbars in the "system information" page appear normally to me. If there are content that can't be displayed then horizontal and vertical scrollbars appear on mouse hover or touch.
Can you please record a quick video to show me the problem?
Can you please record a quick video to show me the problem?
Absolutely. But I am on my phone right now so I won’t be able to do it until later in the day.
The problem for me is with the horizontal scroll bar on the bottom. I don’t have enough policies to bring up the vertical scroll bar but I can try later.
I will record a small video for you but I just can’t do it for a few more hours.
Can you please record a quick video to show me the problem?
Absolutely. But I am on my phone right now so I won’t be able to do it until later in the day.
The problem for me is with the horizontal scroll bar on the bottom. I don’t have enough policies to bring up the vertical scroll bar but I can try later.
I will record a small video for you but I just can’t do it for a few more hours.
Oh it's okay, no rush, btw if you check the box for system policies you will see a lot of them
I created a bug report (https://github.com/HotCakeX/Harden-Windows-Security/issues/415) and added an animated gif while reproducing the issue.
The issue triggers all the time if you only have a few policies showing (and lots of blank space in the list view). If the entire list view is full of policies, the issue does not trigger as often. Although it does still trigger when full as well, it's just not as noticeable.
What's New
🎉 Added a new page that lets you easily build a code signing certificate to be used for AppControl policy signing. It offers various options to configure the certificate such as key size, common name and validity.
🎉 Added a new page to create Supplemental policies. With this update, you can create supplemental policies by scanning files and folders, or by selecting certificates. More methods will be added in the future such as installed packaged apps and file paths with wildcards. Closes #412
🎉 Added a new page that lets you select XML files and CIP binary files to deploy on the system.
Added a new section to the Update page that will be displayed when a new version is available. It will display a link to the GitHub releases to show you the release notes.
Added a new option to the Update page that will offer hardened updating procedure. When this option is enabled, the temporary private key of the on-device generated certificate will be linked to the user's account, requiring confirmation of prompts before it can be used for signing.
🎉 You can now select a MSIX file path in the Update page to use as the update source instead of downloaded it automatically. You could use this new section if you already downloaded the MSIX package from GitHub or you've built the app yourself from the source code.
AppControl Manager is now long path aware, it can use file paths longer than 260 characters.
Improved the user experience when interacting with settings cards UI elements.
When trying to enter a certificate common name in the settings page, the text box now automatically suggests you all the available common names to choose from. You no longer need to manually type anything. There is also a refresh button that fetches the latest changes to the certificates if you need to update the suggestions.
The system information page will now let you remove supplemental policies from the system with 1 click/tap of a button, just like unsigned policies.
🎉 The app now remembers the window size (including maximized state) when closed, ensuring it reopens with the same size/state next time. Closes #414
Added link to X in the about page's links section.