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: rweich/streamdeck-datetime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.8
Choose a base ref
...
head repository: rweich/streamdeck-datetime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 5, 2023

  1. ci: update workflows

    - add dependabot auto-update config for the github actions used
    - update workflows to use the newest actions
    - ignore main branch on commitlint, as - at that point - it's not
    necessary anymore (and it clashes with dependabot commits)
    - update output for the semantic release workflows (to include more
    information)
    - ignore dependabot-branches on test-release workflow, as that doesn't
    work (due to missing permissions)
    rweich committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    18ce52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0108afd View commit details
    Browse the repository at this point in the history
  3. fix: handling of empty lines

    now setting the line-settings to empty will print out nothing, instead
    of the default datestring, that won't fit in the screen
    rweich committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    d3a24f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45eae58 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump step-security/harden-runner from 2.1.0 to 2.2.0

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.1.0 to 2.2.0.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@18bf8ad...c8454ef)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and rweich committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    1be97cc View commit details
    Browse the repository at this point in the history
  6. chore(release): 2.1.0 [skip ci]

    ## [2.1.0](v2.0.8...v2.1.0) (2023-03-05)
    
    ### Features
    
    * allow changing font-size ([0108afd](0108afd))
    * allow to change the vertical position of the text ([45eae58](45eae58))
    
    ### Bug Fixes
    
    * handling of empty lines ([d3a24f8](d3a24f8))
    
    ### Miscellaneous Chores
    
    * **deps:** bump step-security/harden-runner from 2.1.0 to 2.2.0 ([1be97cc](1be97cc))
    semantic-release-bot committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    1ed7d1d View commit details
    Browse the repository at this point in the history
Loading