From c2c4a3027cc9a4afbed0ac6c6ae82b0955223fe5 Mon Sep 17 00:00:00 2001 From: jultty Date: Fri, 27 Sep 2024 09:02:43 -0300 Subject: [PATCH] New link: tmux 3.5 --- content/links/tmux-3-5.md | 19 +++++++++++++++++++ content/links/tmux-3-5.pt.md | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 content/links/tmux-3-5.md create mode 100644 content/links/tmux-3-5.pt.md diff --git a/content/links/tmux-3-5.md b/content/links/tmux-3-5.md new file mode 100644 index 0000000..46a102f --- /dev/null +++ b/content/links/tmux-3-5.md @@ -0,0 +1,19 @@ ++++ +title = "Release tmux 3.5 · tmux/tmux" +date = 2024-09-27 +[extra] +url = "https://github.com/tmux/tmux/releases/tag/3.5" ++++ + +Interesting [changes](https://raw.githubusercontent.com/tmux/tmux/3.5/CHANGES) include: + +- "Display hyperlinks in copy mode and add `copy_cursor_hyperlink` format to get + the hyperlink under the cursor." +- "Add a prefix timeout option." +- "Add mirrored versions of the `main-horizontal` and `main-vertical` layouts where + the main pane is bottom or right instead of top or left." +- "Add `--enable-jemalloc` to build with jemalloc memory allocator (since glibc + malloc is so poor)." +- "Add `N` to search backwards in tree modes." +- "Use `default-shell` for command prompt, `#()` and popups." +- "Add a `command-error` hook when a command fails." diff --git a/content/links/tmux-3-5.pt.md b/content/links/tmux-3-5.pt.md new file mode 100644 index 0000000..57a7ab7 --- /dev/null +++ b/content/links/tmux-3-5.pt.md @@ -0,0 +1,19 @@ ++++ +title = "Release tmux 3.5 · tmux/tmux" +date = 2024-09-27 +[extra] +url = "https://github.com/tmux/tmux/releases/tag/3.5" ++++ + +[Mudanças](https://raw.githubusercontent.com/tmux/tmux/3.5/CHANGES) interessantes incluem: + +- "Mostra hyperlinks no modo de cópia e adiciona o formato + `copy_cursor_hyperlink` para obter o hyperlink sob o cursor." +- "Adiciona uma opção de timeout para o prefixo." +- "Adiciona versões espelhadas dos layouts `main-horizontal` e `main-vertical` + onde o painel principal fica em baixo ou à direita ao invés de no topo ou esquerda." +- "Adiciona `--enable-jemalloc` para build com alocador de memória jemalloc + (já que o malloc da glibc é tão pobre)." +- "Adiciona `N` para busca reversa nos modos tree." +- "Usa `default-shell` para a prompt de comando, `#()` e popups." +- "Adiciona um hook `command-error` quando um comando falha."