Comparing v3.1.0...v3.2.0 · streamdeck-linux-gui/streamdeck-linux-gui · GitHub
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: streamdeck-linux-gui/streamdeck-linux-gui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: streamdeck-linux-gui/streamdeck-linux-gui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 20 commits
  • 34 files changed
  • 5 contributors

Commits on Oct 3, 2023

  1. docs: Update arch.md (#83)

    Add installation instructions for yay and the AUR along with a brief description of both
    Move launch instructions to the bottom
    Change launch instructions to ## instead of ### so it can be better distinguished
    RileyMeta authored Oct 3, 2023
    1 Configuration menu
    Copy the full SHA
    a3f3cf8 View commit details
    Browse the repository at this point in the history
  2. fix: Improve virtual keyboard functionality (#59)

    * remove debug log
    * add delay while write text
    * add func docs
    * simplify replace special keys
    * add tests
    rkmax authored and coolapso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b5fed8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0d5e02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b702f16 View commit details
    Browse the repository at this point in the history
  5. feat: Add/Remove pages

    remove the hardcoded list of 10 pages
    Allow to add new pages to the selected device
    Allow to remove the current selected page
    rkmax authored and coolapso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    382db3f View commit details
    Browse the repository at this point in the history
  6. script(lint): Enable lint script to format the code

    Allow lint script to format the code if the --fix arg is passed
    rkmax authored and coolapso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8586605 View commit details
    Browse the repository at this point in the history
  7. test(api): test add/remove pages

    Test adding new page
    Test fulfilling empty ids when adding new pages
    Test Removing new page
    Test moving page to closes page after removing
    Test last page cannot be deleted
    rkmax authored and coolapso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    017fb34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13a4922 View commit details
    Browse the repository at this point in the history
  9. fix(main.ui): allow set pages beyond 10

    rkmax authored and coolapso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6a44088 View commit details
    Browse the repository at this point in the history
  10. chore: set linter to 120 line length

    rkmax authored and coolapso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    60e1e44 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    170e8ac View commit details
    Browse the repository at this point in the history
  12. feat: Add support for system fonts

    ajbucci authored and coolapso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a0ecbf8 View commit details
    Browse the repository at this point in the history
  13. build: Add back set -x to lint.sh

    ajbucci authored and coolapso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ebc6ead View commit details
    Browse the repository at this point in the history
  14. test: Add test for reorder_font_styles

    ajbucci authored and coolapso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c0913db View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9f06aee View commit details
    Browse the repository at this point in the history
  16. fix: fonts.py, gui.py, fix fallback fallback font assignment if fallb…

    …ack doesn't already exist in system fonts
    ajbucci authored and coolapso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    27366af View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 6, 2023

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

Commits on Oct 29, 2023

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