forked from pool/wezterm
7edf7c01f2
* macos: Add com.apple.security.automation.apple-events entitlement * fix padding to the right of retro tab bar * overlays: handle resize better * color scheme: allow exporting schemes that set index colors * x11/wayland: always try the portal for appearance * exec domains: pass paneid to fixup method * docs: fix typos * add wezterm.color.save_scheme for exporting color schemes * add lua functions for importing color scheme files * colors: move wezterm.get_builtin_color_schemes to wezterm.colors.get_builtin_schemes * add wezterm.color.get_default_colors * add wezterm.gui.get_appearance to retrieve dark mode * fix build; last commit passed `cargo check` but not `cargo build`!? * fonts: allow glyph not found warnings to show after config reload * color schemes: add version metadata * color schemes: remove : splitting for prefix extraction * fonts: limit missing glyph notification to once per hour * debug overlay: remember last log line globally * colors: refine importer * color schemes: move other color scheme format code to color-funcs * x11/wayland: subscribe to xdg desktop portal for settings changes * docs: fix link discussing subpixel hinting * windows: avoid recursing and borrowing inner twice * x11/wayland: use xdg desktop portal settings interface to get dark mode * Fix shortcut for "move between panes": `shift` was missing * docs: show how to find just the dark color schemes * docs: clarify order of extracted colors * docs: changelog for https://github.com/wez/wezterm/issues/2234 * lua: add pane:is_alt_screen_active() OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=20
276 lines
13 KiB
Plaintext
276 lines
13 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jul 16 04:06:51 UTC 2022 - socvirnyl.estela@gmail.com
|
|
|
|
- Update to version 20220624.141144.bd1b7c5d+git171:
|
|
* macos: Add com.apple.security.automation.apple-events entitlement
|
|
* fix padding to the right of retro tab bar
|
|
* overlays: handle resize better
|
|
* color scheme: allow exporting schemes that set index colors
|
|
* x11/wayland: always try the portal for appearance
|
|
* exec domains: pass paneid to fixup method
|
|
* docs: fix typos
|
|
* add wezterm.color.save_scheme for exporting color schemes
|
|
* add lua functions for importing color scheme files
|
|
* colors: move wezterm.get_builtin_color_schemes to wezterm.colors.get_builtin_schemes
|
|
* add wezterm.color.get_default_colors
|
|
* add wezterm.gui.get_appearance to retrieve dark mode
|
|
* fix build; last commit passed `cargo check` but not `cargo build`!?
|
|
* fonts: allow glyph not found warnings to show after config reload
|
|
* color schemes: add version metadata
|
|
* color schemes: remove : splitting for prefix extraction
|
|
* fonts: limit missing glyph notification to once per hour
|
|
* debug overlay: remember last log line globally
|
|
* colors: refine importer
|
|
* color schemes: move other color scheme format code to color-funcs
|
|
* x11/wayland: subscribe to xdg desktop portal for settings changes
|
|
* docs: fix link discussing subpixel hinting
|
|
* windows: avoid recursing and borrowing inner twice
|
|
* x11/wayland: use xdg desktop portal settings interface to get dark mode
|
|
* Fix shortcut for "move between panes": `shift` was missing
|
|
* docs: show how to find just the dark color schemes
|
|
* docs: clarify order of extracted colors
|
|
* docs: changelog for https://github.com/wez/wezterm/issues/2234
|
|
* lua: add pane:is_alt_screen_active()
|
|
* color schemes: import all official base16 schemes
|
|
* sync-color-schemes: refactor caching and fetching
|
|
* sync-color-schemes: refactor
|
|
* wezterm.mux.set_active_workspace now updates the gui
|
|
* dynamic: add validate attribute, validate line_height.
|
|
* quickselect: select bottom-most match
|
|
* docs: add wezterm.color.from_hsla link to color object docs
|
|
* repl: suppress "nil" results
|
|
* color: refactor docs, add a couple more methods
|
|
* fix termwiz build
|
|
* lua: add wezterm.color.extract_colors_from_image
|
|
* ensure that we spawn open calls on a background thread
|
|
* colors: add RYB based complement
|
|
* add wezterm.color module for working with colors
|
|
* lua: implicit tostring(userdata) when printing and ToDynamic
|
|
* add distro-defaults feature
|
|
* color-types: add missing license file
|
|
* Import terminal.sexy themes
|
|
* fmt
|
|
* colorschemes: expand to include Gogh color schemes
|
|
* unset VTE_VERSION to avoid problems with vte.sh integration
|
|
* add wezterm.json_parse and wezterm.json_encode
|
|
* vtparse: increase MAX_OSC to load dynamic color scripts
|
|
* windows: fixup starting maximized
|
|
* wayland: double-buffer ime events
|
|
* wayland: ime: clear compose state after commit
|
|
* docs: make color scheme dirs as needed
|
|
* docs: even more robust idents for colorschemes
|
|
* docs: more robust ident generation for asciinema player
|
|
* docs: remove color scheme screenshots
|
|
* docs: show the number of color schemes
|
|
* wayland: workaround mutter IME issue
|
|
* docs: use asciinema's web player for screenshots
|
|
* wezterm.format: accept "ResetAttributes" to reset attributes
|
|
* gui: fix padding color when there are splits
|
|
* exec domains: report errors in label function
|
|
* wayland: fixup IME preedit
|
|
* wayland: fix ime position when scaling > 1
|
|
* tab bar: invalidate on resize to avoid gaps on the RHS
|
|
* docs: fixup changelog for https://github.com/wez/wezterm/issues/1620
|
|
* wayland: fix transparent gap under tab bar
|
|
* wayland: initial support for zwp_text_input_v3 / IME
|
|
* invalid tab bar on scaling changes
|
|
* docs: add wezterm.gui.screens() to changelog
|
|
* docs: wrap some text
|
|
* add docs for ExecDomain
|
|
* docs: fix typo and copy pasta
|
|
* fonts: allow setting assume_emoji_presentation per font
|
|
* fonts: assume emoji presentation for fonts with "moji" in their name
|
|
* docs: changelog for https://github.com/wez/wezterm/pull/2233
|
|
* win32: fix encoding of delete and backspace keys
|
|
* wsl_domains: soft-bind to the config definition
|
|
* exec_domains: soft-bind to the config definition
|
|
* docs: note about wezterm.format in launcher menu labels
|
|
* allow parsing attributes from launcher labels
|
|
* exec_domains: allow async callbacks. can now also set label for launcher
|
|
* wayland: use zwlr_output_manager if available
|
|
* wayland: implement wezterm.gui.screens()
|
|
* remove stray debug
|
|
* new: exec_domains
|
|
* dynamic: handle ambiguous {} object vs. array case centrally
|
|
* docs: window:maximize(), window:restore() and gui-startup
|
|
* windows: implement window:maximize(), window:restore()
|
|
* wayland: implement window:maximize() window:restore()
|
|
* add window:toggle_fullscreen()
|
|
* x11: implement maximize and restore
|
|
* add plumbing for maximize/restore on x11/wayland
|
|
* lua: add window:maximize() and window:restore() methods
|
|
* lua: make gui_window() reconcile workspace
|
|
* add window:set_position window:set_inner_size
|
|
* docs: window:gui_window, wezterm.gui.screens() and friends
|
|
* docs: add mux_window:gui_window()
|
|
* docs: split MuxWindow.md into multiple pages
|
|
* lua: add MuxWindow::gui_window() method
|
|
* lua: add wezterm.gui.gui_window_for_mux_window()
|
|
* lua: reduce a bit of boilerplate around registering wezterm.submodule
|
|
* docs: fix typo and copypasta in window:copy_to_clipboard
|
|
* rename `wezterm.window` to `wezterm.gui`
|
|
* win32: fixup initial window pos after screens changes
|
|
* lua: screens: fixup x11 build
|
|
* lua: implement wezterm.window.screens() for macos
|
|
* lua: add screens.active
|
|
* cargo update
|
|
* fix up x11 build for screens changes on win32
|
|
* screens: improve naming on Windows, move resolve_geom to Connection
|
|
* lua: implement wezterm.window.screens() on Windows
|
|
* rustfmt
|
|
* lua: add wezterm.window.screens()
|
|
* ensure that we reset attributes to defaults when producing escapes
|
|
* docs: changelog for #2225 #2226
|
|
* Add window:get_selection_escapes_for_pane()
|
|
* lua: add window:copy_to_clipboard method
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 06 05:09:05 UTC 2022 - socvirnyl.estela@gmail.com
|
|
|
|
- Update to version 20220624.141144.bd1b7c5d+git50:
|
|
* wayland: add global active_surface_id to fix pasting
|
|
* docs: remove "bad" rgb spec from docs
|
|
* docs: changelog for https://github.com/wez/wezterm/issues/2204
|
|
* speculative fix for https://github.com/wez/wezterm/issues/2204
|
|
* meant to remove this as part of c6672246749a7f58e5bebf68c4fcf57e1ddb4f08
|
|
* ci: drop support for building on debian 9
|
|
* update harfbuzz to 4.4.1
|
|
* docs: clarify when set_environment_variables is consulted
|
|
* deps: tiny-skia -> 0.7
|
|
* build(deps): bump rstest from 0.14.0 to 0.15.0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 27 01:56:50 UTC 2022 - socvirnyl.estela@gmail.com
|
|
|
|
- Update to version 20220624.141144.bd1b7c5d+git17:
|
|
* docs: https://github.com/wez/wezterm/issues/2185
|
|
* fix `winget list` causes toast notification spam
|
|
* fix(#2175): correct get-dep script for arch distro's
|
|
* ActivateKeyTable replace_current wasn't actually optional
|
|
* docs: Use new `wezterm.action.Action` syntax in rest of the docs
|
|
* allow action=wezterm.action.ExtendSelectionToMouseCursor(nil)
|
|
* lua: catch non-array style keys in array style table
|
|
* docs: Improve clarity of wezterm.on wrt. callback params and example
|
|
* ci: make deterministic again!
|
|
* docs: update keyassignment reference for more ergnomic wezterm.action syntax
|
|
* docs: wezterm.action ergnomics
|
|
* ci: revise release info mapping for adjusted rpm names
|
|
* ci: distroid - to _
|
|
* ci: refine distroid
|
|
* ci: revise rpm filenames
|
|
* docs: update for newly available stable binary downloads
|
|
* docs: update for release
|
|
* docs: more tweak
|
|
* docs: tweak changelog
|
|
* macos: really really fix ctrl-shift-tab
|
|
* docs: add show-keys command
|
|
* fix: properly restore cooked mode in windows
|
|
* Added winapi feature "shellapi" to procinfo
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 23 14:49:14 UTC 2022 - socvirnyl.estela@gmail.com
|
|
|
|
- Update to version 20220408.101518.b908e2dd^git413:
|
|
* fonts: add negative cache into LoadedFont
|
|
* show-keys: make keys more readable to humans
|
|
* debug overlay: now supports statements as well as expressions
|
|
* add wezterm show-keys command
|
|
* x11: flush prior to mapping window
|
|
* docs: changelog for #1913 #2158
|
|
* fonts: remove no_glyphs cache from FontConfigInner
|
|
* Update copymode.md: description of `O` key assignment (#2156)
|
|
* add sample matched strings
|
|
* github hyperlink example
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 16 13:04:52 UTC 2022 - socvirnyl.estela@gmail.com
|
|
|
|
- Update to version 20220408.101518.b908e2dd^git356:
|
|
* macos: use shift-tab hack with ctrl-shift-tab as well
|
|
* docs: changelog for https://github.com/wez/wezterm/issues/2063
|
|
* rename focus_change_repaint_delay -> x11_focus_change_repaint_delay_ms
|
|
* x11: query focus after repaint delay
|
|
* x11: allow configuration of repaint delay
|
|
* macos: allow for keyboard translation data to be null
|
|
* term: implement OSC 1337 ReportCellSize
|
|
* track dpi in mux and terminal model
|
|
* avoid spawn failures after using `sudo -i`
|
|
* docs: changelog for #2125 #2052
|
|
* Update wezterm.desktop
|
|
* appease dependabot security alerts
|
|
* exit_behavior = "Close" is now the default
|
|
* make enable_wayland = true the default
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 14 14:41:05 UTC 2022 - socvirnyl.estela@gmail.com
|
|
|
|
- add completions for bash, fish, and zsh
|
|
|
|
- Update to version 20220408.101518.b908e2dd^git342:
|
|
* deps: update
|
|
* Fix minor typo in pad_right.md doc
|
|
* Fix that harfbuzz skips the usage of some freetype functions unexpectedly
|
|
* docs: freetype_pcf_long_family_names
|
|
* fonts: add freetype_pcf_long_family_names option
|
|
* windows: default allow_win32_input_mode=true
|
|
* x11: Xkb is already in the mandatory list
|
|
* mux: restore same-domain check for cwd when spawning tabs
|
|
* win32: add extended/enhanced key concept for win32 input mode
|
|
* deps: notify -> 5.0.0-pre.15
|
|
* deps: migrate from ratelimit_meter -> governor
|
|
* docs: fix key tables example mismatched curly braces
|
|
* deps: cargo update
|
|
* fonts: fix automatic bold synthesis
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 04 23:15:57 UTC 2022 - socvirnyl.estela@gmail.com
|
|
|
|
- Update to version 20220408.101518.b908e2dd^git328:
|
|
* x11: more hacks to deal with missing CONFIGURE_NOTIFY
|
|
* x11: subscribe to Present extension configure notify events
|
|
* background: round down fractional pixels when tiling
|
|
* avoid invalidating line seqno when applying hyperlinks
|
|
* box model: allow for eased colors to be set
|
|
* gui: speculative fix for #2068
|
|
* manual fuzzing with cat /dev/random
|
|
* x11: trace expose events. invalidate geometry in some cases
|
|
* x11: use focus change as a signal that the size may have changed
|
|
* gui: move ease/interpolation into shader
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 1 06:12:16 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Fix versioning format
|
|
- Update to version 20220408.101518.b908e2dd+git299:
|
|
* background: respect alpha in background images
|
|
* background: use the actual sprite width
|
|
* fmt
|
|
* background: implement attachment scrolling and parallax!
|
|
* background: refactor where we trigger background painting
|
|
* background: implement scaling and repeating options
|
|
* render multiple backgrounds with alpha
|
|
* notionally allow multiple background image layers
|
|
* build(deps): bump crazy-max/ghaction-github-pages from 2 to 3
|
|
* Use clap::derive::Parser::parse() to fix deprecated warning
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 21 04:07:29 UTC 2022 - socvirnyl.estela@gmail.com
|
|
|
|
- Update to version 20220408.101518.b908e2dd~232:
|
|
* dynamic: allow defaulting to None for enum struct fields
|
|
* quickselect: allow multiline matches
|
|
* wayland: fix weirdness with recent mutter and display scaling
|
|
* wayland: avoid noisy panic-within-panic on shutdown
|
|
* config: fix specifying numeric font weights
|
|
* quickselect: avoid jumping to bottom of viewport when activated
|
|
* mux: match workspace to local window when syncing panes
|
|
* ssh: avoid busy loop when all channels are closed on the session
|
|
* fix typo
|
|
* fixup win32 build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 5 10:36:05 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Initial spec for wezterm (20220408-101518-b908e2dd~150)
|
|
|