zellij/zellij.changes

137 lines
7.7 KiB
Plaintext

-------------------------------------------------------------------
Sun Oct 9 02:05:25 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Explicitly just enable unstable features with `--features unstable`
- Rebuild wasm-wasi plugins manually.
-------------------------------------------------------------------
Sat Oct 8 10:51:51 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Enable all features which includes unstable features.
-------------------------------------------------------------------
Wed Oct 5 22:24:29 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Fix install of shell completions in specfile.
-------------------------------------------------------------------
Wed Oct 5 00:41:20 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update vendored dependencies.
-------------------------------------------------------------------
Tue Oct 4 17:03:17 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Don't rebuild the plugins. Seems to cause a version mismatch.
-------------------------------------------------------------------
Tue Oct 4 16:27:54 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Revert to disabling cargo update.
- Reupload non-updated vendored deps.
-------------------------------------------------------------------
Tue Oct 4 15:34:36 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Add bash completions
- Add zsh completions
- Add fish completions
- Disable tests since it is "ignored" by default.
-------------------------------------------------------------------
Tue Oct 4 04:40:22 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Reenable cargo update in _service.
- Reupload vendor.tar.gz with updated deps.
- Add `libgcc_s1` in BuilRequires in specfile.
- Increase physical memory size in _constraints file.
- Enable cargo tests.
- Enable all arches.
-------------------------------------------------------------------
Mon Oct 3 01:16:19 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Disable cargo update to fix some wasm related issues.
- Reupload vendored deps with the not updated cargo dependencies.
-------------------------------------------------------------------
Sun Sep 25 07:03:54 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 0.31.4:
* Terminal compatibility: improve vttest compliance (#1671)
* fix: bracketed paste handling regression (#1689)
* fix: occasional startup crashes (#1706)
* fix: gracefully handle SSH disconnects (#1710)
* fix: handle osc params larger than 1024 bytes (#1711)
* Terminal compatibility: implement faux scrolling when in alternate screen mode(#1678)
* fix: mouse-click on tab-bar in simplified-ui now always focuses the correct tab (#1658)
* fix: sort UI cursors properly when multiple users are focused on the same pane (#1719)
-------------------------------------------------------------------
Sat Aug 27 12:03:02 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- update of vendored dependencies
-------------------------------------------------------------------
Sat Aug 20 06:36:15 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Bump version to 0.31.3:
* HOTFIX: fix up-arrow regression
* from 0.31.2:
- fix: crash when attaching to a session without the first tab (#1648)
- fix: race crash on startup when server is not ready (#1651)
- Terminal compatibility: forward OSC52 clipboard copy events from terminals (#1644)
- refactor: terminal characters (#1663)
- Terminal compatibility: properly send mouse clicks and drags to terminal panes (#1664)
-------------------------------------------------------------------
Mon Aug 1 07:38:35 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add _constraints to avoid OOM
-------------------------------------------------------------------
Fri Jul 29 12:35:43 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Bump version to 0.31.0:
* feat: Log errors causing "empty message received from client" (https://github.com/zellij-org/zellij/pull/1459)
* chore(dependencies): update `crossbeam` `0.8.0` -> `0.8.1` (https://github.com/zellij-org/zellij/pull/1463)
* add(option): `default-layout` setting for changing the default layout upon start, example: `default_layout: compact` (https://github.com/zellij-org/zellij/pull/1467)
* fix: many typos (https://github.com/zellij-org/zellij/pull/1481)
* add: checksum for release binary (https://github.com/zellij-org/zellij/pull/1482)
* fix: update cli tooltips (https://github.com/zellij-org/zellij/pull/1488)
* refactor: deduplicate code in `screen.rs` (https://github.com/zellij-org/zellij/pull/1453)
* chore(dependencies): update `clap`: `3.1.18` -> `3.2.2` (https://github.com/zellij-org/zellij/pull/1496)
* fix: send `WriteChars:` once per action (https://github.com/zellij-org/zellij/pull/1516)
* feat: allow swapping tabs, in a fullscreen pane (https://github.com/zellij-org/zellij/pull/1515)
* feat: add action of undo renmae (https://github.com/zellij-org/zellij/pull/1513)
* fix(docs): fix macport installation instructions (https://github.com/zellij-org/zellij/pull/1529)
* feat: allow hex colors for themes (https://github.com/zellij-org/zellij/pull/1536)
* fix: client hang when server is killed / shutdown delay (https://github.com/zellij-org/zellij/pull/1535)
* fix: properly handle in-place editor in full-screen (https://github.com/zellij-org/zellij/pull/1544)
* Terminal compatibility: properly trim whitespace in lines with wide-characters when resizing panes (https://github.com/zellij-org/zellij/pull/1545)
* fix: reset scroll properly when typing in certain edge cases (https://github.com/zellij-org/zellij/pull/1547)
* fix: logging may fill up /tmp, now logs are capped at 100 kB (https://github.com/zellij-org/zellij/pull/1548)
* fix: crash when terminal rows or columns are 0 (https://github.com/zellij-org/zellij/pull/1552)
* refactor: moved shared data structures to zellij-utils (https://github.com/zellij-org/zellij/pull/1541)
* feat: support displaying images/video in the terminal with sixel graphics (https://github.com/zellij-org/zellij/pull/1557)
* fix: add usage comment to fish `auto-start` script (https://github.com/zellij-org/zellij/pull/1583)
* fix: refactor match session name (https://github.com/zellij-org/zellij/pull/1582)
* fix: print "Session detached" rather than "Bye from Zellij!" when detaching from a session (https://github.com/zellij-org/zellij/pull/1573#issuecomment-1181562138)
* performance: improve terminal responsiveness (https://github.com/zellij-org/zellij/pull/1585 and https://github.com/zellij-org/zellij/pull/1610)
* Terminal compatibility: persist cursor show/hide across alternate screen (https://github.com/zellij-org/zellij/pull/1586)
* fix: support multi-argument EDITOR/VISUAL/scrollback-editor commands (https://github.com/zellij-org/zellij/pull/1587)
* fix: avoid sending mouse click events on pane frames to applications (https://github.com/zellij-org/zellij/pull/1584)
* feat: search through terminal scrollback (https://github.com/zellij-org/zellij/pull/1521)
* feat: support themes directory (https://github.com/zellij-org/zellij/pull/1577)
* feat: Improve logging by writing server panics into the logfile (https://github.com/zellij-org/zellij/pull/1602)
* fix: reflect configured keybindings in the status bar (https://github.com/zellij-org/zellij/pull/1242)
* add: capability to dispatch actions from the cli (https://github.com/zellij-org/zellij/pull/1265)
- add README.suse-maint.md
-------------------------------------------------------------------
Fri Jul 22 08:03:02 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Initial spec for zellij 0.30.0