Edward Firmo
3557c847b2
Remove TAG from .h
2025-08-06 19:12:43 +02:00
Edward Firmo
dbbbc4040d
Move tag to .cpp
2025-08-06 19:06:59 +02:00
Edward Firmo
1bb444e008
Fix component tag
2025-08-06 16:45:57 +02:00
Edward Firmo
00d70efc3b
Remove duplicated files
2025-08-06 16:44:31 +02:00
Edward Firmo
3c53b21fbe
Lint
2025-08-06 16:34:52 +02:00
Edward Firmo
0fb4b5fe09
Fix typo
2025-08-06 16:32:13 +02:00
Edward Firmo
4634b650d9
Optimize nvs even more with dual light attributes saving
2025-08-06 16:30:40 +02:00
Edward Firmo
6a1a5d5ae2
Extend nvs optimization to relay's lights
2025-08-06 14:27:35 +02:00
Edward Firmo
271aa74f99
Do not update lights when the action is disabled
...
Solves #109
2025-08-06 13:43:36 +02:00
Edward Firmo
ce54db0f6d
Set version for test
2025-08-05 21:36:48 +02:00
Edward Firmo
93120a8b51
Fix log reference
2025-08-05 21:27:02 +02:00
Edward Firmo
91f24db3b1
Clarify touch support
...
Solves #98
2025-08-05 21:15:35 +02:00
Edward Firmo
fa2e8f3b62
Update dependencies
2025-08-05 20:01:32 +02:00
Edward Firmo
c9a85504f1
Initial nvs optimization for relay lights
2025-08-05 19:46:12 +02:00
Edward Firmo
33bbad6adb
Lint
2025-08-05 18:07:39 +02:00
Edward Firmo
bda597f748
nvs optimization - relays (except lights)
2025-08-05 17:51:18 +02:00
Edward Firmo
1552aaec6c
Lint
2025-08-05 11:39:41 +02:00
Edward Firmo
250b22562d
Simplifies tags
...
It should be limited to 15ish chars
2025-08-05 11:36:09 +02:00
Edward Firmo
243a18bdf2
Fix 4-bit mask
2025-08-05 11:08:16 +02:00
Edward Firmo
07de172188
Claude's changes for CodeRabbit suggestion
2025-08-05 10:57:08 +02:00
Edward Firmo
c1f1b5a7e7
Standardize log tag - hw leds
2025-08-05 09:01:36 +02:00
Edward Firmo
1d8b4fee1a
Standardize log tag
2025-08-05 08:54:45 +02:00
Edward Firmo
6d16d7d645
restore_from_nvs for core_hw_buttons
2025-08-05 08:11:50 +02:00
Edward Firmo
42ae160217
Introduce restore_from_nvs on core.common
2025-08-04 23:50:06 +02:00
Edward Firmo
ecfc64d2f3
add PR information to tag descriptions in versioning workflow
...
Enhance the versioning workflow to include PR title and description in tag messages.
Changes:
- Add PR information extraction step using GitHub API
- Format tag messages with version, PR title, and description
- Apply structured messages to stable, latest, and version tags
- Handle fallback cases for manual dispatches and API errors
- Use temporary file approach for reliable multiline message handling
Tag descriptions now follow the format:
`# v{version} - {PR title}`
This improves release traceability by providing clear context
for what changes are included in each tagged version.
2025-08-04 21:29:29 +02:00
GitHub Actions
db83050d7b
Bump version to 2025.8.2 [skip-versioning]
v2025.8.2
2025-08-02 22:10:08 +00:00
Edward Firmo
d7dcc05506
Merge pull request #119 from edwardtfn/stable_tag_update
...
Return last position on swipe
2025-08-03 00:09:59 +02:00
Edward Firmo
b6dc915469
use main also for advanced
2025-08-02 23:55:52 +02:00
Edward Firmo
dcc68f7077
Revert defaults
2025-08-02 23:53:13 +02:00
Edward Firmo
23d28a32a3
Improved readability
2025-08-02 23:50:42 +02:00
Edward Firmo
ba8f19060f
Declare variable used in the loop
2025-08-02 23:40:01 +02:00
Edward Firmo
c36af8a220
Return last position on swipe
...
As per #110
2025-08-02 23:26:49 +02:00
Edward Firmo
6fad9d7074
Update stable tag automatically
...
To make it easier to release.
I will point users to `main` instead.
2025-08-02 22:58:11 +02:00
GitHub Actions
f79ed28364
Bump version to 2025.8.1 [skip-versioning]
v2025.8.1
2025-08-01 08:22:09 +00:00
Edward Firmo
11807ce892
Merge pull request #112 from edwardtfn/idf-as-default
...
Set ESP-IDF as default framework
2025-08-01 10:22:00 +02:00
Edward Firmo
526b257ad6
Use github.event.inputs.skip_dev
2025-08-01 09:28:42 +02:00
Edward Firmo
0a95a7f8d0
Fix typo on std::string
2025-08-01 09:10:58 +02:00
Edward Firmo
6687c5c6a5
Fix other references to gang_count_plural_suffix
2025-08-01 09:01:37 +02:00
Edward Firmo
ad92799035
Remove gang_count_plural_suffix and set audio channel to mono
2025-08-01 08:51:33 +02:00
Edward Firmo
8e4bbda412
Fix totals
2025-07-31 13:29:34 +02:00
Edward Firmo
8eaa60b5c0
Update totals
2025-07-31 13:14:11 +02:00
Edward Firmo
334932c6c8
Completely remove media player specific tests
2025-07-31 11:24:33 +02:00
Edward Firmo
0480f2ddf3
Media player is already part of standard package
2025-07-31 11:22:29 +02:00
Edward Firmo
720cf3ab36
Ensure tests call the right media player code
2025-07-31 11:18:40 +02:00
Edward Firmo
9edd43079b
Use globals for persistence
2025-07-31 10:58:22 +02:00
Edward Firmo
a67f3dfd4a
Removed initial value for volume control
2025-07-31 10:34:03 +02:00
Edward Firmo
796eb7620c
Remember Media Player volume
2025-07-31 10:26:37 +02:00
Edward Firmo
e53334ac18
Clarify support to bluetooth_proxy
2025-07-31 07:21:48 +02:00
GitHub Actions
7d2080cd8d
Bump version to 2025.7.3 [skip-versioning]
v2025.7.3
2025-07-31 03:20:55 +00:00
Edward Firmo
efd44fab02
Merge pull request #115 from MorghusDragon/correctly-looping-rainbow-effect
...
Fix rainbow effect loop by setting correct width per model.
2025-07-31 05:20:44 +02:00