Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0-beta.2
Choose a base ref
...
head repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0-beta.3
Choose a head ref
  • 15 commits
  • 39 files changed
  • 4 contributors

Commits on Feb 17, 2021

  1. GH-10: Serial monitor should spare WS connection.

    Closes #10.
    
    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    ad2cfc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. GH-13: Forbid parallel LS-start command execution.

    From now on, a port change won't trigger LS start.
    
    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    df0aafd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Update label names in issue templates

    This repositories label names have been customized. The label names defined in the templates will automatically be added
    to issues created using that template, so the template labels must match with the repository's labeling convention.
    per1234 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    561d5fb View commit details
    Browse the repository at this point in the history
  2. Update icons

    sebromero authored and kittaakos committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    a06a69d View commit details
    Browse the repository at this point in the history
  3. Fix pixelated windows icon

    sebromero authored and kittaakos committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    709baac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79b1a30 View commit details
    Browse the repository at this point in the history
  5. ATL-989: Set the new colors in default theme.

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    0aef4b3 View commit details
    Browse the repository at this point in the history
  6. ATL-983: Propose installing the required libs.

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    057904d View commit details
    Browse the repository at this point in the history
  7. ATL-66: Added compiler warnings.

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    86be874 View commit details
    Browse the repository at this point in the history
  8. ATL-1054: Support for Add .ZIP LIbrary...

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e1b36c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Updated to 2.0.0-beta.3. Use CLI 0.16.1.

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    596d54a View commit details
    Browse the repository at this point in the history
  2. Do not start LS if core for board is missing.

     - Added a 20 sec timeout to the LS process start.
     - Discard running LS FQBN when the LS start has failed.
    
    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    cdadda8 View commit details
    Browse the repository at this point in the history
  3. Stop LS when user picks a board that has no core.

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    8e1feb3 View commit details
    Browse the repository at this point in the history
  4. Fixed library install for libs w/o dependencies.

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    5a57576 View commit details
    Browse the repository at this point in the history
  5. Fixed boards config update on core uninstall.

    From now on, we avoid discarding the FQBN of the selected board if it
    was attached and recognized.
    
    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    de4ae23 View commit details
    Browse the repository at this point in the history
Loading