Skip to content

Commit e15d4ff

Browse files
committed
Update CHANGELOG
1 parent e8e5f43 commit e15d4ff

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v0.13.0 - 2026-04-07
99

1010
### Added
1111

@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- `unlinesCrLf`
2727
- `scaleLinear`
2828
- Explicit version syntax (example: `VER "v0.13.0"`) and execution. You can now specify the exact version a script should run with and this will force the execution to use that interpreter and corresponding standard library.
29+
- Multiple cut/copy selections in file manager.
2930

3031
### Fixed
3132

@@ -35,15 +36,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3536
### Changed
3637

3738
- Startup now loads both `std.msh` and `init.msh` from version directories (`msh/<version>/...`), keeps `init.msh` optional for implicit current-version startup unless `MSHINIT` is set, requires it for `VER` scripts, re-execs `VER` scripts with `msh-<version>` when needed, and ignores `MSHSTDLIB`/`MSHINIT` for `VER` scripts.
38-
- `cartesian` type signature changed. Now is `[[a]] [a] -- [[a]]`. This make it easy to chain more than one Cartesian product.
39+
- `cartesian` type signature changed. Now is `[[a]] [a] -- [[a]]`. This make it easy to chain more than one Cartesian product. Usually start the chain off with empty `[[]]` as an identity element.
3940

40-
## 0.12.0 - 2026-02-19
41+
## v0.12.0 - 2026-02-19
4142

4243
### Changed
4344

4445
- File manager `l` on a file now opens it: text files open in `$EDITOR`, binary/unreadable files open with the platform default (`Start-Process` on Windows, `xdg-open` on Linux, `open` on macOS)
4546

46-
## 0.11.0 - 2026-02-18
47+
## v0.11.0 - 2026-02-18
4748

4849
### Added
4950

@@ -65,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6566
- Delete to trash (`x`) with confirmation, using platform-native trash
6667
- `msh fm` prints final directory to stdout for `cd "$(msh fm)"` usage
6768

68-
## 0.10.0 - 2026-02-13
69+
## v0.10.0 - 2026-02-13
6970

7071
### Added
7172

@@ -95,7 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9596

9697
- Builds/releases now are pure Go, built with `CGO_ENABLED=0`.
9798

98-
## 0.9.0 - 2026-01-27
99+
## v0.9.0 - 2026-01-27
99100

100101
### Added
101102

@@ -145,7 +146,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145146
- Renamed `.s` to `stack`, `.def` to `defs`, `.env` to `env`
146147
- Removed `.b` (use `binPaths` instead)
147148

148-
## 0.8.0 - 2025-12-29
149+
## v0.8.0 - 2025-12-29
149150

150151
### Added
151152

@@ -205,7 +206,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205206

206207
- Fixed infinite loop in `versionSortCmp` when non-digit after digit.
207208

208-
## 0.7.0 - 2025-10-03
209+
## v0.7.0 - 2025-10-03
209210

210211
### Added
211212

@@ -249,7 +250,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249250
- `fileSize` now returns Maybe
250251

251252

252-
## 0.6.0 - 2025-07-17
253+
## v0.6.0 - 2025-07-17
253254

254255
### Added
255256

@@ -267,7 +268,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
267268
- Sorted output for `keys` and `values`
268269
- `map` now a built in function
269270

270-
## 0.5.0 - 2025-06-24
271+
## v0.5.0 - 2025-06-24
271272

272273
### Added
273274

@@ -285,7 +286,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
285286
- Bug in `unlines`
286287
- Bad printing in certain cases for `.s` and others.
287288

288-
## 0.4.0 - 2025-05-26
289+
## v0.4.0 - 2025-05-26
289290

290291
### Added
291292

@@ -312,6 +313,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312313
- Allow standard output redirection to any string-like item.
313314

314315

315-
## 0.1.0 through 0.3.0
316+
## v0.1.0 through 0.3.0
316317

317318
- Initial releases of the project.

0 commit comments

Comments
 (0)