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: bujna94/infinityTerminal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: bujna94/infinityTerminal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 13 files changed
  • 2 contributors

Commits on Sep 15, 2025

  1. Configuration menu
    Copy the full SHA
    15a028d View commit details
    Browse the repository at this point in the history
  2. feat(updates): add auto-update checker and manual update functionality

    - Add GitHub API-based update checker with fallback to web scraping
    - Implement "Check for Updates" menu item in Help menu
    - Show update notification modal when new version is available
    - Add About panel with app version and icon for macOS
    - Include copy/paste functionality with Cmd/Ctrl+C/V shortcuts
    - Bump version to 0.2.2
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    2797e81 View commit details
    Browse the repository at this point in the history
  3. build(mac): improve macOS compatibility settings

    - Disable hardenedRuntime and gatekeeperAssess for unsigned builds
    - Add NSAppleEventsUsageDescription for terminal functionality
    - Add NSMicrophoneUsageDescription (not used but prevents warnings)
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    17c50c9 View commit details
    Browse the repository at this point in the history
  4. bump: version 0.2.3

    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    2d0305b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. docs: add macOS quarantine removal instructions

    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    de92d99 View commit details
    Browse the repository at this point in the history
  2. docs: update README with logo and screenshots

    Add main logo as cover image and include app screenshots. Update tagline to "Two Rows. Endless Columns."
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    0509a8a View commit details
    Browse the repository at this point in the history
  3. docs: update package description and README project structure

    - Update package.json description to match new tagline
    - Fix icon reference to use appLogoSmaller.icns
    - Add new resource files to project structure documentation
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    e023508 View commit details
    Browse the repository at this point in the history
  4. feat: add author attribution to about dialog

    Add "Built with ❤️ by Pavol Bujna" to Help > About dialog
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    bac25cd View commit details
    Browse the repository at this point in the history
  5. bump: version 0.2.4

    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    c08237c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. docs: clarify Windows/Linux support as untested

    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    930b540 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. bump: version 0.2.5 with code signing support

    - Upgrade to version 0.2.5
    - Add code signing and notarization configuration
    - Enable hardened runtime for macOS security
    - Add entitlements for proper app functionality
    - Update build scripts to source environment variables
    - Enhance .gitignore to protect signing secrets
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    e43c6c8 View commit details
    Browse the repository at this point in the history
  2. feat: default to user home directory + update docs

    - Change terminal default directory from / to user home (~)
    - Update README to reflect code signing and notarization
    - Remove outdated quarantine instructions
    - Document security improvements and default directory behavior
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    84f728d View commit details
    Browse the repository at this point in the history
  3. bump: version 0.2.7

    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    bujna94 and claude committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    de24cd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2025

  1. chore: add funding config

    bujna94 committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    b21d7ff View commit details
    Browse the repository at this point in the history
Loading