Skip to content

Releases: jfox85/devx

v0.1.2

13 Feb 01:04
279108a

Choose a tag to compare

Changelog

  • 279108a Merge pull request #26 from jfox85/jf-fix-port-matching
  • 965cebb Fix port matching false positive in server discovery
  • 847510d Merge pull request #25 from jfox85/jf-fix-routes
  • bd4ef5b Fix unchecked error returns in test handlers
  • 13ac7cc Fix Caddy route creation when routes array is null

v0.1.1

23 Oct 03:08

Choose a tag to compare

Changelog

  • fd88611 Fix Caddy route creation for sessions
  • 795e7da Merge pull request #24 from jfox85/jf-screenshots
  • 874816c Fix error handling and backup logic in demo scripts
  • 0c68c1e Add TUI demo to README
  • 2e21ff3 Add screenshot generation documentation
  • f861ac1 Add TUI demo screenshot and generation tools
  • 48b0ec6 Merge pull request #23 from jfox85/jf-release-testing
  • 6ed42c2 Update README
  • d7267e2 Remove old claude task
  • 2609db3 Merge pull request #22 from jfox85/jf-release-process
  • d14ed9c Add MarkUpdateNotified call in version command
  • ae39818 Fix critical update system issues and security vulnerabilities
  • 1a8227c Fix lint errors: add error checking for os.Chdir calls in tests
  • 4751e6c Add self-update functionality with GitHub release integration
  • 89ccae7 Fix Homebrew formula style issues

v0.1.0

01 Oct 21:50
8db8a29

Choose a tag to compare

Changelog

  • 8db8a29 Merge pull request #21 from jfox85/jf-release-process
  • 9481dff Remove duplicate release creation from CI workflow
  • 262ff37 Merge pull request #20 from jfox85/jf-release-process
  • 345e94b Fix GoReleaser v2 compatibility and complete release setup
  • 76653d9 Update Homebrew tap instructions
  • 95d71e7 Fix installer asset lookup and tap metadata
  • 1796da8 Add release automation and installation tooling
  • 43e89d3 Merge pull request #18 from jfox85/jf-fix-hosts-again
  • 5c81a4e Fix environment variable hostname sanitization for sessions with special characters
  • f44ec17 Merge pull request #16 from jfox85/jf-fix-layout
  • 93d4a6b tui: gofmt model.go to satisfy CI formatting check
  • eef9f86 Merge pull request #17 from jfox85/jf-fix-slash-in-branch-name
  • d1dad48 tui: fix golangci-lint issues by removing unused baseBranchEntry/cache and legacy getGitDiffStats
  • 05e2632 Fix hostname generation for sessions with slashes in branch names
  • f5ff95f Add claude code hooks
  • 14fdb14 Add git diff change stats
  • 6924fc9 Fix TUI tmux preview line truncation and wrapping
  • 9ba7c9a Merge pull request #15 from jfox85/jf-project-numbers
  • 12882cd Add numbered project selection for session creation
  • 659880b Merge pull request #14 from jfox85/jf-mem-leak
  • e9dfe2b Merge branch 'main' into jf-mem-leak
  • 8ebbd6a Clean up .gitignore
  • 8a62ffe Fix TUI memory leak and performance issues
  • 943030b Merge pull request #13 from jfox85/jf-update-devx-config
  • 38ba71b Fix tmuxp test to handle custom session template
  • 33041b4 Update devx config
  • 21467ea Merge pull request #12 from jfox85/jf-add-shortcut-numbers
  • 0732e3e Add number key shortcuts to TUI for quick navigation
  • c176561 Merge pull request #11 from jfox85/jf-handle-existing-branches
  • 9e3589a Fix code formatting in ports_test.go
  • 1929bd4 Fix flaky TestAllocatePortsUniqueness test
  • 55628a0 Fix test expectation for duplicate session error message
  • cb3e75f Handle existing branches and worktrees gracefully
  • 1c4dea0 Merge pull request #10 from jfox85/jf-auto-pull-main
  • 9e829a4 Add auto-pull feature for sessions
  • a23cfb1 Merge pull request #9 from jfox85/jf-test-harness
  • a0cfff8 Fix SA9003 linting error: empty branch
  • 296216c Merge main branch and update documentation
  • 0f516b1 Fix remaining golangci-lint errors
  • 39b24bc Apply gofmt formatting
  • 137e039 Fix flaky TestUniquePorts test
  • 0384360 Fix all golangci-lint errors
  • 58de160 Fix macOS CI: Use pipx instead of pip for tmuxp installation
  • 972449b Fix code formatting with gofmt
  • d287b8d Update test coverage tracking document with progress
  • 7c72dae Add comprehensive GitHub Actions CI/CD workflows (Phase 5)
  • 4e6d688 Expand config package test coverage (Phase 3 partial)
  • b27187c Complete Phase 2: Add tests for critical untested packages
  • 023ffe0 Fix failing tests in Phase 1 of test improvement plan
  • ea52198 Merge pull request #8 from jfox85/open-swe/a60b6095-bcea-4672-b398-983c2dfcf89c
  • b7f0f09 Empty commit to trigger CI
  • a7380f2 Apply patch [skip ci]
  • 1d1cbde Merge pull request #6 from jfox85/jf-add-claude-md
  • 07524b2 Add CLAUDE.md for Claude Code guidance
  • 305b2cc Merge pull request #3 from jfox85/jf-debug-caddy-part-3
  • 1a2df67 Fix Caddy route ordering for new sessions
  • f7e4345 Merge pull request #2 from jfox85/jf-caddy-part2
  • 63726d3 Fix Caddy route detection and normalize service names
  • b0f9d3b Merge pull request #1 from jfox85/jf-debug-caddy
  • cd58c7e Add Caddy health check and automatic route repair
  • cc80698 Add devx config
  • 40c57e0 Fix TUI stuck in confirm state after session deletion
  • 3f8a423 Remove automatic editor launch from session attach
  • c46d971 Remove --no-editor flag from TUI session creation
  • 04070a4 Remove automatic editor launch on session creation
  • 4c53105 Fix hostname view to be session-specific
  • c87cf2a Fix multi-project session creation and TUI issues
  • 56aebca Add multi-project support and fix TUI issues
  • 4649afe Complete TUI multi-project support
  • 676ee88 Implement multi-project support foundation
  • bb194b2 Fix failing tests
  • c91b96f Add editor and hostname viewing features to TUI