mirror of
https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring.git
synced 2026-04-28 03:37:13 +02:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2f0e88f83 | ||
|
|
e2c0b1a0ac | ||
|
|
73b76a5f62 | ||
|
|
ff48b9cc2f | ||
|
|
fa707ee7e1 | ||
|
|
921ec64e46 | ||
|
|
1559f0c95e | ||
|
|
90ef62e1c9 | ||
|
|
2d3089399e | ||
|
|
da53f8ba65 | ||
|
|
6c9cc14725 | ||
|
|
55eea484f0 | ||
|
|
d68b3401a2 |
26
.github/ISSUE_TEMPLATE/bug_report.md
vendored
26
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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.
|
||||||
|
|||||||
BIN
AlDente/Assets.xcassets/AppIcon.appiconset/512pt_Mac_1x.png
Normal file
BIN
AlDente/Assets.xcassets/AppIcon.appiconset/512pt_Mac_1x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 741 KiB |
@@ -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)
|
||||||
|
|||||||
@@ -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
29
SECURITY.md
Normal 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!
|
||||||
Reference in New Issue
Block a user