-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] Transition styles #3633
[RFC] Transition styles #3633
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d431aa4 - Browse repository at this point
Copy the full SHA d431aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34bed44 - Browse repository at this point
Copy the full SHA 34bed44View commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96700fe - Browse repository at this point
Copy the full SHA 96700feView commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5f6f8d - Browse repository at this point
Copy the full SHA e5f6f8dView commit details
Commits on Oct 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 284366e - Browse repository at this point
Copy the full SHA 284366eView commit details
Commits on Oct 31, 2023
-
Merge pull request Aircoookie#3484 from WoodyLetsCode/settings-page
Show 2D Configuration button by default
Configuration menu - View commit details
-
Copy full SHA for ccc56d4 - Browse repository at this point
Copy the full SHA ccc56d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e260b94 - Browse repository at this point
Copy the full SHA e260b94View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 555d0d3 - Browse repository at this point
Copy the full SHA 555d0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5816f - Browse repository at this point
Copy the full SHA 4f5816fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 031526b - Browse repository at this point
Copy the full SHA 031526bView commit details -
Merge pull request Aircoookie#3496 from WoodyLetsCode/power-supply
Fix wrong power supply info
Configuration menu - View commit details
-
Copy full SHA for fb6271e - Browse repository at this point
Copy the full SHA fb6271eView commit details
Commits on Nov 2, 2023
-
Add LDR sensor dusk/dawn preset control Usermod
JeffWDH committedNov 2, 2023 1Configuration menu - View commit details
-
Copy full SHA for 5b7b34a - Browse repository at this point
Copy the full SHA 5b7b34aView commit details -
Merge pull request Aircoookie#3490 from JeffWDH/main
Add LDR sensor dusk/dawn preset control Usermod
Configuration menu - View commit details
-
Copy full SHA for 1543862 - Browse repository at this point
Copy the full SHA 1543862View commit details
Commits on Nov 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9db8d44 - Browse repository at this point
Copy the full SHA 9db8d44View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c121b8 - Browse repository at this point
Copy the full SHA 7c121b8View commit details
Commits on Nov 9, 2023
-
Implement front-end strategy to prevent caching
By adding a random string to the path of the js file every time, we make sure to never hit the browser cache.
Configuration menu - View commit details
-
Copy full SHA for 51dfa9a - Browse repository at this point
Copy the full SHA 51dfa9aView commit details -
Implement back-end strategy to prevent caching
By setting the response header "Cache-Control" to "no-store" and setting "Expires" to 0, we make sure the browsers and place calling this never store it in cache.
Configuration menu - View commit details
-
Copy full SHA for e67a210 - Browse repository at this point
Copy the full SHA e67a210View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7238ef4 - Browse repository at this point
Copy the full SHA 7238ef4View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c340a1d - Browse repository at this point
Copy the full SHA c340a1dView commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44726c7 - Browse repository at this point
Copy the full SHA 44726c7View commit details
Commits on Nov 17, 2023
-
Revert "Implement front-end strategy to prevent caching"
This reverts commit 51dfa9a.
Configuration menu - View commit details
-
Copy full SHA for eca3fb1 - Browse repository at this point
Copy the full SHA eca3fb1View commit details -
Merge pull request Aircoookie#3508 from Moustachauve/fix-settings-cache
Fix settings caching on some browsers
Configuration menu - View commit details
-
Copy full SHA for a83d9a0 - Browse repository at this point
Copy the full SHA a83d9a0View commit details
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1661766 - Browse repository at this point
Copy the full SHA 1661766View commit details -
Merge pull request Aircoookie#3522 from martinez20m/fix_ir_repeat
Fix repeatable action for ir json
Configuration menu - View commit details
-
Copy full SHA for 76a7f25 - Browse repository at this point
Copy the full SHA 76a7f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f6a53 - Browse repository at this point
Copy the full SHA 75f6a53View commit details
Commits on Nov 20, 2023
-
validate NTP responses (fixes Aircoookie#3515)
* purge old (not yet processes) NTP responses * validate server responses before updating WLED time * purge receive buffer when package is rejected (avoids mem leak on esp32)
Configuration menu - View commit details
-
Copy full SHA for 1e29d94 - Browse repository at this point
Copy the full SHA 1e29d94View commit details -
bufix: ntp query when NTP gets enabled from UI
when NTP got enabled via UI, WLED would wait up to 12 hours before issuing the first NTP request.
Configuration menu - View commit details
-
Copy full SHA for 80c67d3 - Browse repository at this point
Copy the full SHA 80c67d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d56cefd - Browse repository at this point
Copy the full SHA d56cefdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb891c - Browse repository at this point
Copy the full SHA 5fb891cView commit details -
Merge pull request Aircoookie#3536 from Aircoookie/ntp_errorchecking
NTP validation, and rejecting malformed responses (related to Aircoookie#3515)
Configuration menu - View commit details
-
Copy full SHA for 32e724e - Browse repository at this point
Copy the full SHA 32e724eView commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c3e937f - Browse repository at this point
Copy the full SHA c3e937fView commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff82d36 - Browse repository at this point
Copy the full SHA ff82d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for f66b343 - Browse repository at this point
Copy the full SHA f66b343View commit details
Commits on Nov 29, 2023
-
Merge pull request Aircoookie#3555 from srg74/patch-1
Update readme.md
Configuration menu - View commit details
-
Copy full SHA for b0d0bb7 - Browse repository at this point
Copy the full SHA b0d0bb7View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4873031 - Browse repository at this point
Copy the full SHA 4873031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c108e5 - Browse repository at this point
Copy the full SHA 7c108e5View commit details
Commits on Dec 5, 2023
-
[Feat] Adds new esp32s3dev_16MB_PSRAM_opi dev board to work with Lily…
…Go T7_s3 ESP32-S3-WROOM-1-N16R8
Configuration menu - View commit details
-
Copy full SHA for 26ab1bf - Browse repository at this point
Copy the full SHA 26ab1bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb9e2a - Browse repository at this point
Copy the full SHA aeb9e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d696d - Browse repository at this point
Copy the full SHA 90d696dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84802d9 - Browse repository at this point
Copy the full SHA 84802d9View commit details
Commits on Dec 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb95a7d - Browse repository at this point
Copy the full SHA cb95a7dView commit details
Commits on Dec 14, 2023
-
code spell checking - part1 (core)
I've found a code spellchecker, so this is what can be corrected easily. Changes are only affecting comments, readme and a few user-visible strings. So no functional impact expected.
2Configuration menu - View commit details
-
Copy full SHA for f513cae - Browse repository at this point
Copy the full SHA f513caeView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 9f79e64 - Browse repository at this point
Copy the full SHA 9f79e64View commit details -
code spell checking - part3 (usermods)
if you can spell Fahrenheit, you can't spell Celsius. And vice versa :-)
Configuration menu - View commit details
-
Copy full SHA for dbe8554 - Browse repository at this point
Copy the full SHA dbe8554View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6735be - Browse repository at this point
Copy the full SHA d6735beView commit details -
oappend robustness improvement
obuf is reset to nullptr in some cases
Configuration menu - View commit details
-
Copy full SHA for 082d1ee - Browse repository at this point
Copy the full SHA 082d1eeView commit details -
Manila Time is the same as CST (solves Aircoookie#3517)
PHST abbreviation added for clarity.
Configuration menu - View commit details
-
Copy full SHA for 1ec3a74 - Browse repository at this point
Copy the full SHA 1ec3a74View commit details -
bugfix - unusable pins on pico32 boards (Aircoookie#3573)
According to the technical manual, GPIO 16 + 17 are used for onboard flash, so cannot be used by WLED. example buildenv: [env:esp32_pico] extends = env:esp32dev_qio80 board = pico32
Configuration menu - View commit details
-
Copy full SHA for a8bd46c - Browse repository at this point
Copy the full SHA a8bd46cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d28de7 - Browse repository at this point
Copy the full SHA 6d28de7View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da488f7 - Browse repository at this point
Copy the full SHA da488f7View commit details
Commits on Dec 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5c90a74 - Browse repository at this point
Copy the full SHA 5c90a74View commit details
Commits on Dec 18, 2023
-
Merge pull request Aircoookie#3529 from Aircoookie/0_14_1
0.14.1-beta
Configuration menu - View commit details
-
Copy full SHA for 7642c5a - Browse repository at this point
Copy the full SHA 7642c5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10faaaf - Browse repository at this point
Copy the full SHA 10faaafView commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 809a294 - Browse repository at this point
Copy the full SHA 809a294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1900686 - Browse repository at this point
Copy the full SHA 1900686View commit details -
workaround for Aircoookie#3601
if case of invalid or impossible sunset/sunrise results, retry with the previous day. max 3 days back, to prevent infinite loops and far-away results.
Configuration menu - View commit details
-
Copy full SHA for 5ab0121 - Browse repository at this point
Copy the full SHA 5ab0121View commit details
Commits on Dec 23, 2023
-
sunrise/sunset: fix for ambiguous error value
sunset = 0 is a valid result, as the function result is in UTC and not local time . Example: local time is UTC-8, local sunrise = 08:00am => getSunriseUTC() = 0. So we cannot use "0" for "invalid". Using UINT16_MAX resolves the problem, and even allows to simplify calculateSunriseAndSunset() a bit.
Configuration menu - View commit details
-
Copy full SHA for 72e864b - Browse repository at this point
Copy the full SHA 72e864bView commit details -
Merge pull request Aircoookie#3612 from Aircoookie/sunset-fix
workaround for invalid sunrise/sunset times (Aircoookie#3601)
Configuration menu - View commit details
-
Copy full SHA for 39e0a1f - Browse repository at this point
Copy the full SHA 39e0a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f62b4a - Browse repository at this point
Copy the full SHA 5f62b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b80aa - Browse repository at this point
Copy the full SHA d1b80aaView commit details
Commits on Dec 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3a5bff - Browse repository at this point
Copy the full SHA a3a5bffView commit details -
Merge pull request Aircoookie#3615 from srg74/patch-2
Update readme.md
Configuration menu - View commit details
-
Copy full SHA for b743ca8 - Browse repository at this point
Copy the full SHA b743ca8View commit details
Commits on Dec 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ebc345 - Browse repository at this point
Copy the full SHA 5ebc345View commit details
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 010c349 - Browse repository at this point
Copy the full SHA 010c349View commit details
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e95629f - Browse repository at this point
Copy the full SHA e95629fView commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 662870b - Browse repository at this point
Copy the full SHA 662870bView commit details
Commits on Dec 30, 2023
-
Initial support for transition styles.
So far, implemented are Fade (which is the original transition style), swipe right, swipe left, outside in, and inside out.
Configuration menu - View commit details
-
Copy full SHA for 955f6d9 - Browse repository at this point
Copy the full SHA 955f6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fbaf0f - Browse repository at this point
Copy the full SHA 2fbaf0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ff39e - Browse repository at this point
Copy the full SHA 92ff39eView commit details -
Merge pull request Aircoookie#3617 from imeszaros/cpal-mobile
Make palette editor more mobile friendly
Configuration menu - View commit details
-
Copy full SHA for e8b3c66 - Browse repository at this point
Copy the full SHA e8b3c66View commit details
Commits on Jan 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5cb240 - Browse repository at this point
Copy the full SHA e5cb240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2066d26 - Browse repository at this point
Copy the full SHA 2066d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9e578 - Browse repository at this point
Copy the full SHA aa9e578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f55be4 - Browse repository at this point
Copy the full SHA 4f55be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a48610a - Browse repository at this point
Copy the full SHA a48610aView commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85a6ebd - Browse repository at this point
Copy the full SHA 85a6ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 330e76e - Browse repository at this point
Copy the full SHA 330e76eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19ef2ee - Browse repository at this point
Copy the full SHA 19ef2eeView commit details -
Pointed link to current directions for compiling WLED
Configuration menu - View commit details
-
Copy full SHA for 4e0f3e3 - Browse repository at this point
Copy the full SHA 4e0f3e3View commit details -
Merge pull request Aircoookie#3642 from peterpociask/patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 06911e7 - Browse repository at this point
Copy the full SHA 06911e7View commit details -
Merge pull request Aircoookie#3572 from drasch/fix/esp32c3-2mb-flash-…
…size fix(esp32c3-2mb): correct flash size for c3 board with only 2MB
Configuration menu - View commit details
-
Copy full SHA for 3baff4e - Browse repository at this point
Copy the full SHA 3baff4eView commit details -
Merge pull request Aircoookie#3569 from raymondhardy/ESP32-S3-WROOM-1…
…-N16R8 new buildenv for esp32s3dev_16MB_PSRAM_opi dev board (LilyGo T7-S3)
Configuration menu - View commit details
-
Copy full SHA for 51b3d7c - Browse repository at this point
Copy the full SHA 51b3d7cView commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae53cc8 - Browse repository at this point
Copy the full SHA ae53cc8View commit details
Commits on Jan 6, 2024
-
Merge pull request Aircoookie#3648 from willmmiles/json-response-locking
Expand JSON buffer lock scope to entire web reply
Configuration menu - View commit details
-
Copy full SHA for cdc8640 - Browse repository at this point
Copy the full SHA cdc8640View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcf190e - Browse repository at this point
Copy the full SHA fcf190eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb5f0e - Browse repository at this point
Copy the full SHA 8fb5f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9279368 - Browse repository at this point
Copy the full SHA 9279368View commit details
Commits on Jan 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e6e25d - Browse repository at this point
Copy the full SHA 3e6e25dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b38ea2e - Browse repository at this point
Copy the full SHA b38ea2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65405cf - Browse repository at this point
Copy the full SHA 65405cfView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88b0c0a - Browse repository at this point
Copy the full SHA 88b0c0aView commit details -
Save pixels to both buffers at the beginning of a transition in order…
… to allow for effects that modify pixels from the previous frame
Configuration menu - View commit details
-
Copy full SHA for de44fce - Browse repository at this point
Copy the full SHA de44fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a63443 - Browse repository at this point
Copy the full SHA 0a63443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bcae63 - Browse repository at this point
Copy the full SHA 6bcae63View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c5da0 - Browse repository at this point
Copy the full SHA f6c5da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef387d - Browse repository at this point
Copy the full SHA 0ef387dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a334f5 - Browse repository at this point
Copy the full SHA 9a334f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c8862 - Browse repository at this point
Copy the full SHA 96c8862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9129fc2 - Browse repository at this point
Copy the full SHA 9129fc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a220dfb - Browse repository at this point
Copy the full SHA a220dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fff116e - Browse repository at this point
Copy the full SHA fff116eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f455d - Browse repository at this point
Copy the full SHA f5f455dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a4542 - Browse repository at this point
Copy the full SHA 95a4542View commit details