omnish 1.2.0 → 1.2.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,30 @@ All notable changes to this project are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [Unreleased]
9
+
10
+ ### Added
11
+
12
+ - **`/run` queue shorthand `-q`**: same as `--queue` for FIFO recipe runs per chat (see `/run help`).
13
+ - **Documentation**: [Run queue](docs/features/run-queue.md) — `-q` / `--queue`, pending vs active, `/run queue` / `resume`, pause rules, and resource model.
14
+
15
+ ### Changed
16
+
17
+ - **`/run queue` status**: shows the active session’s recipe, a numbered list of waiting recipe labels, and clarifies that **Pending** counts only jobs not yet started; clearer enqueue replies when items line up behind an active run.
18
+ - **`/run help`**: documents `-q`, pending vs active semantics, and queue resume behavior.
19
+
20
+ ## [1.2.1] - 2026-05-05
21
+
22
+ ### Fixed
23
+
24
+ - **Browser setup UI**: shutdown confirmation dialog is viewport-centered again (removed `.mesh-bg > *` rule that overrode `position: fixed`); backdrop uses safe-area padding, scroll containment, and the panel scrolls within short viewports.
25
+
26
+ ### Changed
27
+
28
+ - **Browser setup UI**: **Stop setup server** appears in the header on large screens; the footer control stays for smaller breakpoints only.
29
+
30
+ [1.2.1]: https://github.com/eligapris/omnish/compare/v1.2.0...v1.2.1
31
+
8
32
  ## [1.2.0] - 2026-05-05
9
33
 
10
34
  ### Added