Compare commits

...

13 Commits

Author SHA1 Message Date
Matthias Kerbl a2f0e88f83
Update README.md 2024-09-20 14:21:54 +02:00
Matthias Kerbl e2c0b1a0ac
Add files via upload 2024-09-20 14:20:46 +02:00
Matthias Kerbl 73b76a5f62
Update SECURITY.md 2024-09-20 13:57:17 +02:00
Matthias Kerbl ff48b9cc2f
Merge pull request #1311 from SmolekVT/patch-1
Create SECURITY.md
2024-09-12 09:56:12 +02:00
Smolek fa707ee7e1
Create SECURITY.md 2024-09-05 10:38:11 +02:00
Matthias Kerbl 921ec64e46
Merge pull request #1173 from AppHouseKitchen/MatthiasKerbl-patch-3
Update bug_report.md
2024-02-20 12:40:44 +01:00
Matthias Kerbl 1559f0c95e
Update bug_report.md 2024-02-20 12:40:33 +01:00
Matthias Kerbl 90ef62e1c9
Merge pull request #1172 from AppHouseKitchen/MatthiasKerbl-patch-2
Update bug_report.md
2024-02-20 11:54:37 +01:00
Matthias Kerbl 2d3089399e
Update bug_report.md 2024-02-20 11:54:26 +01:00
Matthias Kerbl da53f8ba65
Merge pull request #1171 from AppHouseKitchen/MatthiasKerbl-patch-1
Update bug_report.md
2024-02-20 11:52:56 +01:00
Matthias Kerbl 6c9cc14725
Update bug_report.md 2024-02-20 11:52:37 +01:00
Matthias Kerbl 55eea484f0
Merge pull request #1096 from zooxop/master
style: modify bracket position.
2024-02-13 10:57:24 +01:00
Cheolhyun Mun d68b3401a2 style: modify bracket position. 2023-11-10 01:16:10 +09:00
5 changed files with 51 additions and 13 deletions

View File

@ -1,11 +1,22 @@
--- ---
name: Bug report name: Bug Report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ''
labels: '' labels: ''
assignees: '' assignees: ''
--- ---
**MacBook (please complete the following information):**
- MacBook Model (https://support.apple.com/en-us/HT201608):
- macOS Version (https://support.apple.com/en-us/HT201260):
- Charger Model (Apple, Third Party, Wattage,...):
- Charging Cable (MagSafe 2, MagSafe 3, USB-C, Apple, Third Party,...):
- AlDente Pro or AlDente Free:
- AlDente Version:
- List or add screenshots of all enabled/disabled settings in AlDente:
- Please share a debug file the next time this happens so that we can assess this issue better. You can find a guide on How to generate and share a debug file on our blog(https://apphousekitchen.com/how-to-generate-and-share-a-debug-file/).
- External Monitor connected?
- MacBook used in Clamshell Mode (with the lid closed)?
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
@ -17,18 +28,11 @@ Steps to reproduce the behavior:
3. Scroll down to '....' 3. Scroll down to '....'
4. See error 4. See error
**Expected behavior** **Expected Behavior**
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.
**Screenshots** **Screenshots and Screen Recordings**
If applicable, add screenshots or screen recordings to help explain your problem. If applicable, add screenshots or screen recordings of the issue to help explain your problem.
**MacBook (please complete the following information):**
- MacBook model (https://support.apple.com/en-us/HT201608)
- macOS version (https://support.apple.com/en-us/HT201260)
- AlDente Pro or AlDente Free?
- AlDente Version?
- List of all enabled/disabled settings in AlDente:
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 KiB

View File

@ -248,7 +248,8 @@ final class Helper {
print("helperVersion:", helperVersion, " version from helper:", version) print("helperVersion:", helperVersion, " version from helper:", version)
if !helperVersion.elementsEqual(version) { if !helperVersion.elementsEqual(version) {
reply(false) reply(false)
return() } return()
}
else{ else{
self.isInitialized = true self.isInitialized = true
reply(true) reply(true)

View File

@ -1,4 +1,8 @@
# AlDente - Charge Limiter🍝 <div align="center">
<img src="AlDente/Assets.xcassets/AppIcon.appiconset/512pt_Mac_1x.png" width=200 height=200>
<h1>AlDente - Charge Limiter</h1>
</div>
_MacOS menu bar tool to limit maximum charging percentage_ _MacOS menu bar tool to limit maximum charging percentage_
#### Don't overcook your battery! Keep it fresh and chewy with AlDente. #### Don't overcook your battery! Keep it fresh and chewy with AlDente.

29
SECURITY.md Normal file
View File

@ -0,0 +1,29 @@
# Security Policy
## Supported Versions
We release security updates for the latest version of **AlDente** here: https://github.com/AppHouseKitchen/AlDente-Charge-Limiter/releases
## Reporting a Vulnerability
We take the security of our software seriously. If you discover a security vulnerability, we appreciate your help in disclosing it to us in a responsible manner.
**How to Report**
- **Email:** Please send an email to [security@apphousekitchen.com](mailto:security@apphousekitchen.com).
- **Subject Line:** Use a clear and descriptive subject line, such as "Security Vulnerability in AlDente-Charge-Limiter".
- **Content:** Provide a detailed description of the vulnerability, including steps to reproduce it, the potential impact, and any suggested fixes.
**What to Expect**
- **Acknowledgment:** We will acknowledge receipt of your report within 48 hours.
- **Investigation:** Our team will investigate the issue and work on a fix.
- **Updates:** We will keep you informed about the progress of the investigation and remediation.
- **Disclosure:** Once the vulnerability is resolved, we will issue a patch and publicly disclose the issue, crediting you for the discovery if you wish.
**Guidelines**
- **Confidentiality:** Please do not disclose the vulnerability publicly until we have addressed it.
- **Legal:** You must not violate any laws or breach any agreements in the course of discovering and reporting vulnerabilities.
Thank you for helping us keep **AlDente** safe and secure for everyone!