Compare commits
16 Commits
v2.0.2-bet
...
main
Author | SHA1 | Date | |
---|---|---|---|
f5a1debd7d | |||
37309da185 | |||
bcb7c039e2 | |||
98ec5b9846 | |||
f0d1692ae1 | |||
10587276c2 | |||
e74f6076b2 | |||
2ee60ce430 | |||
5db80d3670 | |||
2b195ed9ea | |||
45a623cff6 | |||
b4a06d0f2a | |||
85cff3923c | |||
d9469eaa42 | |||
16c3a65cca | |||
51335456e3 |
105
CHANGELOG.md
105
CHANGELOG.md
@@ -1,5 +1,110 @@
|
||||
# Changelog
|
||||
|
||||
## [2.0.4] - 2025-09-02
|
||||
### Changed
|
||||
- filter out automatic release documentation commits in changelog categorization
|
||||
- disable auto tare and weight filter reset in scale loop
|
||||
|
||||
|
||||
## [2.0.3] - 2025-09-02
|
||||
### Added
|
||||
- add updateOctoSpoolId for OctoPrint integration and change autoSetToBambuSpoolId type to uint16_t
|
||||
|
||||
### Changed
|
||||
- update platformio.ini for version v2.0.3
|
||||
- update changelog and header for version v2.0.2-beta6
|
||||
- update platformio.ini for beta version v2.0.2-beta6
|
||||
- update changelog and header for version v2.0.2-beta5
|
||||
- update platformio.ini for beta version v2.0.2-beta5
|
||||
- update changelog and header for version v2.0.2-beta4
|
||||
- update platformio.ini for beta version v2.0.2-beta4
|
||||
- update changelog and header for version v2.0.2-beta3
|
||||
- update platformio.ini for beta version v2.0.2-beta3
|
||||
- update changelog and header for version v2.0.2-beta2
|
||||
- update platformio.ini for beta version v2.0.2-beta2
|
||||
- update changelog and header for version v2.0.2-beta1
|
||||
- update platformio.ini for beta version v2.0.2-beta1
|
||||
|
||||
### Fixed
|
||||
- set scale tare request to true in setup function
|
||||
- correct assignment operator in scale tare request handling
|
||||
- correct tare scale request handling in tareScale function
|
||||
- reset weight filter after tare scale operation
|
||||
- correct tare scale function to set scaleTareRequest flag
|
||||
- reset weight counter logic and update spool ID in loop function
|
||||
- reduce delay in start_scale function and reset weight after tare
|
||||
|
||||
|
||||
## [2.0.2-beta6] - 2025-09-02
|
||||
### Added
|
||||
- add updateOctoSpoolId for OctoPrint integration and change autoSetToBambuSpoolId type to uint16_t
|
||||
|
||||
### Changed
|
||||
- update platformio.ini for beta version v2.0.2-beta6
|
||||
- update changelog and header for version v2.0.2-beta5
|
||||
- update platformio.ini for beta version v2.0.2-beta5
|
||||
- update changelog and header for version v2.0.2-beta4
|
||||
- update platformio.ini for beta version v2.0.2-beta4
|
||||
- update changelog and header for version v2.0.2-beta3
|
||||
- update platformio.ini for beta version v2.0.2-beta3
|
||||
- update changelog and header for version v2.0.2-beta2
|
||||
- update platformio.ini for beta version v2.0.2-beta2
|
||||
- update changelog and header for version v2.0.2-beta1
|
||||
- update platformio.ini for beta version v2.0.2-beta1
|
||||
|
||||
### Fixed
|
||||
- set scale tare request to true in setup function
|
||||
- correct assignment operator in scale tare request handling
|
||||
- correct tare scale request handling in tareScale function
|
||||
- reset weight filter after tare scale operation
|
||||
- correct tare scale function to set scaleTareRequest flag
|
||||
- reset weight counter logic and update spool ID in loop function
|
||||
- reduce delay in start_scale function and reset weight after tare
|
||||
|
||||
|
||||
## [2.0.2-beta5] - 2025-09-02
|
||||
### Added
|
||||
- add updateOctoSpoolId for OctoPrint integration and change autoSetToBambuSpoolId type to uint16_t
|
||||
|
||||
### Changed
|
||||
- update platformio.ini for beta version v2.0.2-beta5
|
||||
- update changelog and header for version v2.0.2-beta4
|
||||
- update platformio.ini for beta version v2.0.2-beta4
|
||||
- update changelog and header for version v2.0.2-beta3
|
||||
- update platformio.ini for beta version v2.0.2-beta3
|
||||
- update changelog and header for version v2.0.2-beta2
|
||||
- update platformio.ini for beta version v2.0.2-beta2
|
||||
- update changelog and header for version v2.0.2-beta1
|
||||
- update platformio.ini for beta version v2.0.2-beta1
|
||||
|
||||
### Fixed
|
||||
- correct tare scale request handling in tareScale function
|
||||
- reset weight filter after tare scale operation
|
||||
- correct tare scale function to set scaleTareRequest flag
|
||||
- reset weight counter logic and update spool ID in loop function
|
||||
- reduce delay in start_scale function and reset weight after tare
|
||||
|
||||
|
||||
## [2.0.2-beta4] - 2025-09-02
|
||||
### Added
|
||||
- add updateOctoSpoolId for OctoPrint integration and change autoSetToBambuSpoolId type to uint16_t
|
||||
|
||||
### Changed
|
||||
- update platformio.ini for beta version v2.0.2-beta4
|
||||
- update changelog and header for version v2.0.2-beta3
|
||||
- update platformio.ini for beta version v2.0.2-beta3
|
||||
- update changelog and header for version v2.0.2-beta2
|
||||
- update platformio.ini for beta version v2.0.2-beta2
|
||||
- update changelog and header for version v2.0.2-beta1
|
||||
- update platformio.ini for beta version v2.0.2-beta1
|
||||
|
||||
### Fixed
|
||||
- reset weight filter after tare scale operation
|
||||
- correct tare scale function to set scaleTareRequest flag
|
||||
- reset weight counter logic and update spool ID in loop function
|
||||
- reduce delay in start_scale function and reset weight after tare
|
||||
|
||||
|
||||
## [2.0.2-beta3] - 2025-09-02
|
||||
### Added
|
||||
- add updateOctoSpoolId for OctoPrint integration and change autoSetToBambuSpoolId type to uint16_t
|
||||
|
@@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "2.0.2-beta3"
|
||||
version = "2.0.4"
|
||||
to_old_version = "1.5.10"
|
||||
|
||||
##
|
||||
|
@@ -42,6 +42,12 @@ def categorize_commit(commit_msg):
|
||||
"""Categorize commit messages based on conventional commits"""
|
||||
lower_msg = commit_msg.lower()
|
||||
|
||||
# Filter out automatic release documentation commits
|
||||
if ('docs:' in lower_msg and
|
||||
('update changelog and header for version' in lower_msg or
|
||||
'update platformio.ini for' in lower_msg)):
|
||||
return None # Skip these commits
|
||||
|
||||
# Check for breaking changes first
|
||||
if ('!' in commit_msg and any(x in lower_msg for x in ['feat!', 'fix!', 'chore!', 'refactor!'])) or \
|
||||
'breaking change' in lower_msg or 'breaking:' in lower_msg:
|
||||
@@ -77,11 +83,12 @@ def get_changes_from_git():
|
||||
for commit in commits:
|
||||
if commit:
|
||||
category = categorize_commit(commit)
|
||||
# Clean up commit message
|
||||
clean_msg = re.sub(r'^(feat|fix|chore|docs|style|refactor|perf|test)(\(.*\))?!?:', '', commit).strip()
|
||||
# Remove BREAKING CHANGE prefix if present
|
||||
clean_msg = re.sub(r'^breaking change:\s*', '', clean_msg, flags=re.IGNORECASE).strip()
|
||||
changes[category].append(clean_msg)
|
||||
if category is not None: # Skip commits that return None (filtered out)
|
||||
# Clean up commit message
|
||||
clean_msg = re.sub(r'^(feat|fix|chore|docs|style|refactor|perf|test)(\(.*\))?!?:', '', commit).strip()
|
||||
# Remove BREAKING CHANGE prefix if present
|
||||
clean_msg = re.sub(r'^breaking change:\s*', '', clean_msg, flags=re.IGNORECASE).strip()
|
||||
changes[category].append(clean_msg)
|
||||
|
||||
except subprocess.CalledProcessError:
|
||||
print("Error: Failed to get git commits")
|
||||
|
@@ -59,6 +59,7 @@ void setup() {
|
||||
|
||||
// Scale
|
||||
start_scale(touchSensorConnected);
|
||||
scaleTareRequest = true;
|
||||
|
||||
// WDT initialisieren mit 10 Sekunden Timeout
|
||||
bool panic = true; // Wenn true, löst ein WDT-Timeout einen System-Panik aus
|
||||
|
@@ -141,7 +141,7 @@ uint8_t setAutoTare(bool autoTareValue) {
|
||||
uint8_t tareScale() {
|
||||
Serial.println("Tare scale");
|
||||
scale.tare();
|
||||
scaleTareRequest == true;
|
||||
resetWeightFilter();
|
||||
|
||||
return 1;
|
||||
}
|
||||
@@ -151,7 +151,7 @@ void scale_loop(void * parameter) {
|
||||
Serial.println("Scale Loop started");
|
||||
Serial.println("++++++++++++++++++++++++++++++");
|
||||
|
||||
scaleTareRequest == true;
|
||||
//scaleTareRequest == true;
|
||||
// Initialize weight filter
|
||||
resetWeightFilter();
|
||||
lastMeasurementTime = millis();
|
||||
@@ -167,8 +167,9 @@ void scale_loop(void * parameter) {
|
||||
if (autoTare && scale_tare_counter >= 5)
|
||||
{
|
||||
Serial.println("Auto Tare scale");
|
||||
scale.tare();
|
||||
resetWeightFilter(); // Reset filter after auto tare
|
||||
//scale.tare();
|
||||
//resetWeightFilter(); // Reset filter after auto tare
|
||||
scaleTareRequest = true;
|
||||
scale_tare_counter = 0;
|
||||
}
|
||||
|
||||
|
@@ -81,7 +81,9 @@ void onWsEvent(AsyncWebSocket *server, AsyncWebSocketClient *client, AwsEventTyp
|
||||
else if (doc["type"] == "scale") {
|
||||
uint8_t success = 0;
|
||||
if (doc["payload"] == "tare") {
|
||||
success = tareScale();
|
||||
scaleTareRequest = true;
|
||||
success = 1;
|
||||
//success = tareScale();
|
||||
}
|
||||
|
||||
if (doc["payload"] == "calibrate") {
|
||||
|
Reference in New Issue
Block a user