Skip to content
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

Closed
wants to merge 103 commits into from
Closed

[RFC] Transition styles #3633

wants to merge 103 commits into from

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    d431aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34bed44 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    96700fe View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Twinklefox & Twinklecat fix

    blazoncek committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e5f6f8d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    284366e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Merge pull request Aircoookie#3484 from WoodyLetsCode/settings-page

    Show 2D Configuration button by default
    blazoncek authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ccc56d4 View commit details
    Browse the repository at this point in the history
  2. Bump build

    blazoncek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e260b94 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Npm & version comment

    blazoncek committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    555d0d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5816f View commit details
    Browse the repository at this point in the history
  3. Correction

    blazoncek committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    031526b View commit details
    Browse the repository at this point in the history
  4. Merge pull request Aircoookie#3496 from WoodyLetsCode/power-supply

    Fix wrong power supply info
    blazoncek authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fb6271e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Add LDR sensor dusk/dawn preset control Usermod

    JeffWDH committed Nov 2, 2023
    1 Configuration menu
    Copy the full SHA
    5b7b34a View commit details
    Browse the repository at this point in the history
  2. Merge pull request Aircoookie#3490 from JeffWDH/main

    Add LDR sensor dusk/dawn preset control Usermod
    blazoncek authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1543862 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Sort presets by ID

    blazoncek committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9db8d44 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    7c121b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. 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.
    Moustachauve committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    51dfa9a View commit details
    Browse the repository at this point in the history
  2. 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.
    Moustachauve committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e67a210 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    7238ef4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Bugfix (Aircoookie#3526)

    blazoncek committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c340a1d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Changelog 0.14.1-b1

    blazoncek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    44726c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Revert "Implement front-end strategy to prevent caching"

    This reverts commit 51dfa9a.
    Moustachauve committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    eca3fb1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Aircoookie#3508 from Moustachauve/fix-settings-cache

    Fix settings caching on some browsers
    blazoncek authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a83d9a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Bugfix (Aircoookie#3533)

    blazoncek committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    1661766 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Aircoookie#3522 from martinez20m/fix_ir_repeat

    Fix repeatable action for ir json
    blazoncek authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    76a7f25 View commit details
    Browse the repository at this point in the history
  3. Fix (Aircoookie#3522)

    blazoncek committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    75f6a53 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. 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)
    softhack007 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1e29d94 View commit details
    Browse the repository at this point in the history
  2. 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.
    softhack007 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    80c67d3 View commit details
    Browse the repository at this point in the history
  3. indentation fix

    softhack007 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d56cefd View commit details
    Browse the repository at this point in the history
  4. indentation fix2

    softhack007 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5fb891c View commit details
    Browse the repository at this point in the history
  5. Merge pull request Aircoookie#3536 from Aircoookie/ntp_errorchecking

    NTP validation, and rejecting malformed responses (related to Aircoookie#3515)
    softhack007 authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    32e724e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Fix for Aircoookie#3514

    blazoncek committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c3e937f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Update readme.md

    Fix typo
    srg74 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ff82d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f66b343 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge pull request Aircoookie#3555 from srg74/patch-1

    Update readme.md
    blazoncek authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b0d0bb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Bugfix Aircoookie#3561

    blazoncek committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4873031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c108e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. [Feat] Adds new esp32s3dev_16MB_PSRAM_opi dev board to work with Lily…

    …Go T7_s3 ESP32-S3-WROOM-1-N16R8
    raymondhardy committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    26ab1bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeb9e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d696d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84802d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Autowhite cleanup

    Fix for UCS8904 hasWhite().
    blazoncek committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    cb95a7d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. 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.
    softhack007 committed Dec 14, 2023
    2 Configuration menu
    Copy the full SHA
    f513cae View commit details
    Browse the repository at this point in the history
  2. 3 Configuration menu
    Copy the full SHA
    9f79e64 View commit details
    Browse the repository at this point in the history
  3. code spell checking - part3 (usermods)

    if you can spell Fahrenheit, you can't spell Celsius. And vice versa :-)
    softhack007 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    dbe8554 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6735be View commit details
    Browse the repository at this point in the history
  5. oappend robustness improvement

    obuf is reset to nullptr in some cases
    softhack007 authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    082d1ee View commit details
    Browse the repository at this point in the history
  6. Manila Time is the same as CST (solves Aircoookie#3517)

    PHST abbreviation added for clarity.
    softhack007 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1ec3a74 View commit details
    Browse the repository at this point in the history
  7. 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
    softhack007 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a8bd46c View commit details
    Browse the repository at this point in the history
  8. npm run build

    refreshing all UI files
    softhack007 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6d28de7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    da488f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Fix for Aircoookie#3593

    blazoncek committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    5c90a74 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    7642c5a View commit details
    Browse the repository at this point in the history
  2. Build bump & changelog

    blazoncek committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    10faaaf View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Fix Pixel Magic button.

    blazoncek committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    809a294 View commit details
    Browse the repository at this point in the history
  2. Bump

    blazoncek committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1900686 View commit details
    Browse the repository at this point in the history
  3. 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.
    softhack007 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    5ab0121 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. 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.
    softhack007 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    72e864b View commit details
    Browse the repository at this point in the history
  2. Merge pull request Aircoookie#3612 from Aircoookie/sunset-fix

    workaround for invalid sunrise/sunset times (Aircoookie#3601)
    softhack007 authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    39e0a1f View commit details
    Browse the repository at this point in the history
  3. Fix for Aircoookie#2922

    blazoncek committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    5f62b4a View commit details
    Browse the repository at this point in the history
  4. Beta2

    blazoncek committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    d1b80aa View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Update readme.md

    Fixed typo
    srg74 authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    a3a5bff View commit details
    Browse the repository at this point in the history
  2. Merge pull request Aircoookie#3615 from srg74/patch-2

    Update readme.md
    softhack007 authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    b743ca8 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    5ebc345 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    010c349 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    e95629f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Changlog update, b2 release

    blazoncek committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    662870b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. 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.
    tkadauke committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    955f6d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fbaf0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92ff39e View commit details
    Browse the repository at this point in the history
  4. Merge pull request Aircoookie#3617 from imeszaros/cpal-mobile

    Make palette editor more mobile friendly
    blazoncek authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e8b3c66 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    e5cb240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2066d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa9e578 View commit details
    Browse the repository at this point in the history
  4. Bugfix Aircoookie#3632

    blazoncek committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    4f55be4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a48610a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    85a6ebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    330e76e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19ef2ee View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Pointed link to current directions for compiling WLED
    peterpociask authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4e0f3e3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Aircoookie#3642 from peterpociask/patch-1

    Update README.md
    blazoncek authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    06911e7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Aircoookie#3572 from drasch/fix/esp32c3-2mb-flash-…

    …size
    
    fix(esp32c3-2mb): correct flash size for c3 board with only 2MB
    softhack007 authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3baff4e View commit details
    Browse the repository at this point in the history
  7. Merge pull request Aircoookie#3569 from raymondhardy/ESP32-S3-WROOM-1…

    …-N16R8
    
    new buildenv for esp32s3dev_16MB_PSRAM_opi dev board (LilyGo T7-S3)
    softhack007 authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    51b3d7c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    ae53cc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Merge pull request Aircoookie#3648 from willmmiles/json-response-locking

    Expand JSON buffer lock scope to entire web reply
    blazoncek committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    cdc8640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcf190e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fb5f0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9279368 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Double buffered transitions

    tkadauke committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    3e6e25d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b38ea2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65405cf View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    88b0c0a View commit details
    Browse the repository at this point in the history
  2. Save pixels to both buffers at the beginning of a transition in order…

    … to allow for effects that modify pixels from the previous frame
    tkadauke committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    de44fce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a63443 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bcae63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6c5da0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ef387d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a334f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96c8862 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9129fc2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a220dfb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fff116e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5f455d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95a4542 View commit details
    Browse the repository at this point in the history