Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

All notable changes to tmux-attach-browser are documented here.

The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2026-07-25

### Added

- Add a real terminal demo and a quick-start README.
- Add Dependabot, Dependency Review, CodeQL, secret scanning, push protection,
and a protected `main` ruleset.
- Add compiled-binary, installer, real-tmux, source-length, vulnerability,
workflow, and shell checks.

### Changed

- Pin the GoReleaser and Dependency Review actions to immutable commits.
- Document and enforce the 450-line limit for hand-written source files.

### Fixed

- Ignore stale asynchronous session refresh results.
- Cancel in-flight tmux list and create operations when the UI exits.

## [0.1.0] - 2026-07-19

### Added

- Browse, filter, select, create, attach to, and switch between tmux sessions.
- Install prebuilt macOS, Linux, and Windows binaries with checksum validation.

[0.1.1]: https://github.com/hmmhmmhm/tmux-attach-browser/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/hmmhmmhm/tmux-attach-browser/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Choose or create a tmux session with one command.**

[![CI](https://github.com/hmmhmmhm/tmux-attach-browser/actions/workflows/ci.yml/badge.svg)](https://github.com/hmmhmmhm/tmux-attach-browser/actions/workflows/ci.yml)
[![Release](https://img.shields.io/badge/release-v0.1.0-blue)](https://github.com/hmmhmmhm/tmux-attach-browser/releases/latest)
[![Release](https://img.shields.io/badge/release-v0.1.1-blue)](https://github.com/hmmhmmhm/tmux-attach-browser/releases/latest)
[![Go](https://img.shields.io/badge/go-1.25-blue)](go.mod)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

Expand Down
Loading