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
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

## [0.8.0] - 2026-05-26

### Added

- **(config)** add support for config files ([#48](https://github.com/beeb/swpui/pull/48)) - ([9cf0a05](https://github.com/beeb/swpui/commit/9cf0a05dbbfbb8ba48ffe55a5a7d68fdfa9b72fb))

- **(mirror)** add retries for ssh-keyscan ([#49](https://github.com/beeb/swpui/pull/49)) - ([fcef86e](https://github.com/beeb/swpui/commit/fcef86e8f914865f8d36eea8c3adf1090ab03b53))

- **(search)** add support for .swpignore ([#47](https://github.com/beeb/swpui/pull/47)) - ([5194ede](https://github.com/beeb/swpui/commit/5194edeca5165b3557f19222abf69a7c03f3c824))


- add mirror to codeberg ([#43](https://github.com/beeb/swpui/pull/43)) - ([fbfe9fc](https://github.com/beeb/swpui/commit/fbfe9fc22664fb8ada22bf97e559cac84557fb29))

### Changed


- restrict permissions ([#44](https://github.com/beeb/swpui/pull/44)) - ([1b74109](https://github.com/beeb/swpui/commit/1b74109a402dd54c8c34da92ebab31a45bf3924d))
- check msrv ([#45](https://github.com/beeb/swpui/pull/45)) - ([3bebff1](https://github.com/beeb/swpui/commit/3bebff12c14a8d137e8b3a9601d4bed6029e446f))
- use byte range type ([#46](https://github.com/beeb/swpui/pull/46)) - ([dfa0a03](https://github.com/beeb/swpui/commit/dfa0a032e82ac205ee110cf904dacabfcf199723))

### Documentation


- update screenshot ([#41](https://github.com/beeb/swpui/pull/41)) - ([fb17c22](https://github.com/beeb/swpui/commit/fb17c228eb563672b21417d229ca003de87555a5))




**Full Changelog**: [0.7.2...0.8.0](https://github.com/beeb/swpui/compare/v0.7.2...v0.8.0)


## [0.7.2] - 2026-05-09

### Fixed
Expand Down
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swpui"
version = "0.7.2"
version = "0.8.0"
edition = "2024"
rust-version = "1.94.1"
description = "TUI utility to search and replace text, with a focus on ergonomics, speed and case-awareness in source code"
Expand Down
Loading