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: bdash-app/bdash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.1
Choose a base ref
...
head repository: bdash-app/bdash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.0
Choose a head ref
  • 16 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 16, 2024

  1. bump v1.17.0

    morishin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e950046 View commit details
    Browse the repository at this point in the history
  2. Fix dirname

    morishin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    35ab729 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Use notarytool

    morishin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    db5adb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Use x64 arch

    morishin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8184e9d View commit details
    Browse the repository at this point in the history
  2. Use universal binary

    morishin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8a79cb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13ed049 View commit details
    Browse the repository at this point in the history
  4. bump v1.17.1

    morishin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    948c0fe View commit details
    Browse the repository at this point in the history
  5. Use x86

    morishin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2b5567f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Claude Code

    morishin committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    dfd6522 View commit details
    Browse the repository at this point in the history
  2. Add desktop notification for query completion when app is in background

    - Send IPC message when query execution completes (success/failure)
    - Display notification only when app window is not focused
    - Include execution time and row count for successful queries
    - Show error message excerpt for failed queries
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    morishin and claude committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    61d5d73 View commit details
    Browse the repository at this point in the history
  3. Update GitHub Actions to use latest versions

    - Update actions/cache from v2 to v4 to fix deprecation warnings
    - Update actions/checkout from v2 to v4 for better security and performance
    - Update actions/setup-node from v2 to v4 for improved Node.js setup
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    morishin and claude committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    ef61d80 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #278 from bdash-app/fix-github-actions-cache-depre…

    …cation
    
    Update GitHub Actions to use latest versions
    morishin authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    90b9a51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4e74cb View commit details
    Browse the repository at this point in the history
  6. Update src/main/window.ts

    morishin authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    a4eb782 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #277 from bdash-app/notification

    Add desktop notification for query completion when app is in background
    morishin authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    5abaaea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5752192 View commit details
    Browse the repository at this point in the history
Loading