Skip to content

Releases: bujna94/infinityTerminal

v0.2.7 - Verified Signed & Notarized Release

20 Sep 00:02
Compare
Choose a tag to compare

🔒 Properly Signed & Notarized Release

  • Fresh build with verified code signing and notarization
  • Both DMG and ZIP distributions included
  • All security certificates properly applied

🏠 Default to User Home Directory

  • Terminal now opens in user's home directory (like native Terminal.app)
  • No more starting in root directory

📚 Documentation Updates

  • Updated README to reflect code signing and notarization
  • Removed outdated quarantine removal instructions
  • Enhanced security documentation

🤖 Generated with Claude Code

v0.2.6 - Home Directory Default + Security Updates

19 Sep 22:59
Compare
Choose a tag to compare

🏠 Default to User Home Directory

  • Terminal now opens in user's home directory (like native Terminal.app)
  • No more starting in root directory

📚 Documentation Updates

  • Updated README to reflect code signing and notarization
  • Removed outdated quarantine removal instructions
  • Enhanced security documentation

🔒 Continues v0.2.5 Security Features

  • Code signed with Developer ID certificate
  • Notarized by Apple for seamless installation
  • No security warnings on macOS

🤖 Generated with Claude Code

v0.2.5 - Code Signed & Notarized Release

19 Sep 22:24
Compare
Choose a tag to compare

✨ Code signing and notarization support added. No more security warnings on macOS installation.

Release 0.2.4

16 Sep 02:12
Compare
Choose a tag to compare

What's New in 0.2.4

✨ Features

  • Added README with logo and screenshots
  • Updated tagline to "Two Rows. Endless Columns."
  • Added author attribution in About dialog

📝 Documentation

  • Updated package description to match new branding
  • Fixed icon references in documentation
  • Added new resource files to project structure

🖼️ Assets

  • Added main logo with background (1200x630px)
  • Included app screenshots for better project presentation

Built with ❤️ by Pavol Bujna

v0.2.3

15 Sep 20:56
Compare
Choose a tag to compare

Summary

• Improved macOS compatibility settings for unsigned builds
• Disabled hardenedRuntime and gatekeeperAssess to reduce quarantine issues
• Added NSAppleEventsUsageDescription for better macOS integration

Changes

  • macOS compatibility: Updated build settings to potentially reduce "app is damaged" warnings
  • Build configuration: Disabled strict security settings for unsigned builds
  • Info.plist: Added proper usage descriptions for macOS permissions

Note: For full compatibility without quarantine warnings, users may still need to run:

sudo xattr -rd com.apple.quarantine "/Applications/Infinity Terminal.app"

🤖 Generated with Claude Code

v0.2.2

15 Sep 20:41
Compare
Choose a tag to compare

Summary

• Add auto-update checker with GitHub API integration
• Add "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

Features

  • Auto-update checker: Automatically checks for new releases on startup using GitHub API with web fallback
  • Manual update check: New "Check for Updates" menu item in Help menu
  • Update notifications: Modal dialog shows when new version is available with download link
  • About panel: macOS About panel now shows app version and icon
  • Copy/paste shortcuts: Added Cmd/Ctrl+C/V support for terminal text

🤖 Generated with Claude Code

Infinity Terminal 0.2.1

15 Sep 18:31
Compare
Choose a tag to compare

Infinity Terminal 0.2.1

Changes

  • New: Reset shortcut — Cmd/Ctrl + Shift + R
  • Keeps existing 0.2.0 improvements (Quit fix, macOS traffic lights, dark title bar, adaptive toolbar)

Notes

  • Unsigned macOS build. On first run, right‑click the app → Open.
  • Built for Apple Silicon (arm64). Intel/universal builds available on request.

Infinity Terminal 0.2.0

15 Sep 18:21
Compare
Choose a tag to compare
Pre-release

Infinity Terminal 0.2.0

Highlights

  • Fix: Quit now exits cleanly (kills PTYs, no crash)
  • UI: Normal window by default with macOS traffic lights
  • Style: Title bar matches dark theme; buttons avoid overlap
  • Behavior: Toolbar adapts between windowed/fullscreen (spacer 65px)
  • Stability: Guard IPC sends on quit; prevent "Object has been destroyed"

Notes

  • Unsigned build for macOS. On first run, right‑click the app → Open.
  • Built for Apple Silicon (arm64). Intel build can be added on request.

Infinity Terminal 0.1.0

15 Sep 09:33
Compare
Choose a tag to compare

Infinity Terminal 0.1.0

Highlights

  • 2×N grid with smooth horizontal scroll
  • Minimap: toggle (Cmd/Ctrl+Shift+M), drag-to-pan, vertical resize
  • Per-host SSH background colors (strict success), revert on disconnect/failure
  • Quick restart after exit (press Enter or click pane)
  • Dark scrollbar styling
  • macOS app packaging (DMG/ZIP), updated icon

Notes

  • Unsigned build; right-click the app and choose Open on first run.
  • Requires Node.js 18+ for development.