Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zed for openSUSE:Factory checked in at 2024-12-05 17:09:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zed (Old) and /work/SRC/openSUSE:Factory/.zed.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zed" Thu Dec 5 17:09:41 2024 rev:6 rq:1228483 version:0.164.2 Changes: -------- --- /work/SRC/openSUSE:Factory/zed/zed.changes 2024-12-03 20:48:34.054450464 +0100 +++ /work/SRC/openSUSE:Factory/.zed.new.28523/zed.changes 2024-12-05 17:12:01.942114976 +0100 @@ -1,0 +2,145 @@ +Thu Dec 05 08:51:30 UTC 2024 - cont...@marvinf.com + +- Update to version 0.164.2: + * v0.164.x stable + * Fix panic in update_ime_position (cherry-pick #21510) (#21512) + * Fix panic in update_ime_position (#21510) + * vim: Add == and fix = in the status bar (#21490) + * Bump to 0.164.2 for @ConradIrwin + * Add AutoIndent action and '=' vim operator (#21427) + * Fix panic in autoclosing (#21482) + * Fix ctrl-alt-X shortcuts (cherry-pick #21473) (#21474) + * Revert "macos: Add default keybind for ctrl-home / ctrl-end (#21007)" + * Properly handle opening of file-less excerpts (cherry-pick #21465) (#21472) + * Fix macOS IME overlay positioning (#21416) + * Fix dismissing the IME viewer with escape (#21413) + * Bump to 0.164.1 for @osiewicz + * workspace: Sanitize pinned tab count before usage (cherry-pick #21417) (#21423) + * toolchains: Run listing tasks on background thread (cherry-pick #21414) (#21420) + * Make Markdown images layout vertically instead of horizontally (#21247) + * v0.164.x preview + * docs: Move install rustup callup to top of developing-extensions.md (#21239) + * Use eslint from the fork (#21233) + * Fix cmd-shift-e (reveal in project panel) to match vscode (#21228) + * Add ctrl-w _ and ctrl-w = (#21227) + * Add support for resizing panes using vim motions (#21038) + * Fix file missing or duplicated when copying multiple items in project panel + Fix marked files not being deselected after selecting a directory (#20859) + * vim: Add "unmatched" motions `]}`, `])`, `[{` and `[(` (#21098) + * vim: Add indent text object (#21121) + * Revert "Styling for Apply/Discard buttons (#21017)" + * docs: Fix default value for `relative_line_numbers` in vim (#21196) + * Styling for Apply/Discard buttons (#21017) + * assistant2: Add a checkbox to control tool use (#21215) + * macos: Keybind improvements for binds involving shift (#21207) + * Avoid endless loop of the diagnostic updates (#21209) + * Properly use lsp::CompletionList defaults (#21202) + * assistant2: Restructure storage of tool uses and results (#21194) + * assistant2: Style messages (#21191) + * assistant2: Add support for using tools (#21190) + * Factor tool definitions out of `assistant` (#21189) + * assistant2: Wire up `assistant2::NewThread` action (#21187) + * assistant2: Improve tracking of pending completions (#21186) + * assistant2: Include previous messages in the thread in the completion request (#21184) + * assistant2: Remove unnecessary `Pane` (#21183) + * assistant2: Stream in completion text (#21182) + * Simplify BufferStore's local vs remote state (#21180) + * assistant2: Add rudimentary chat functionality (#21178) + * Avoid excessive diagnostics refreshes (#21173) + * Update Luau docs (#21174) + * docs: Fix broken link to context servers docs (#21172) + * Remove assistant hints (#21171) + * docs: Document context servers (#21170) + * Do not reuse render cache for nested items whose parents are re-rendered (#21165) + * Rename 'chat' to 'thread' in assistant2 (#21141) + * Fix offline workspace deserialization with assistant2 (#21159) + * Hide AI hints on line ends so we can discuss more (#21128) + * pylsp: Prefer version from user venv (#21069) + * python: Highlight docstrings for classes and modules (#20486) + * Correct more app event inconsistencies (#21129) + * Clean up app event transformations (#21115) + * assistant2: Sketch in chat editor (#21116) + * assistant2: Sketch in toolbar (#21114) + * Factor out language model selector into its own crate (#21113) + * Break ground on `assistant2` (#21109) + * docs: Proto Language is by extension not native (#21096) + * Upgrade jupyter websocket client (#21095) + * docs: Add JSON Schema settings for json-language-server (#21084) + * Remove non-existent call event types (#21093) + * Send llm events to snowflake too (#21091) + * Pass through remote kernel's language on legacy selection (#21088) + * Fix file finder menu actions (#21087) + * Overhaul extension registration (#21083) + * Improve error handling and resource cleanup in `linux/x11/window.rs` (#21079) + * Prevent panels from being resized past the edge of the workspace (#20637) + * Allow overrides for json-language-server settings (#20748) + * Markdown preview image rendering (#21082) + * Cleanup file_scan_inclusions in default.json (#21073) + * Fix picker new_path_prompt throwing "file exists" when saving (#21080) + * Fix stale Discord invite links (#21074) + * docs: Improve Dart language docs (#21071) + * Add the option to hide both the task and command lines in the task output (#20920) + * Use `Extension` trait when registering extension context servers (#21070) + * gpui: Add drop_image (#19772) + * Canonicalize paths when opening workspaces (#21039) + * Don't name `ExtensionLspAdapter` in `ExtensionRegistrationHooks` (#21064) + * Fix inaccurate Ollama context length for qwen2.5 models (#20933) + * Filter LSP code actions based on the requested kinds (#20847) + * Maintain selection on file/dir deletion in project panel (#20577) + * Remove dead snowflake code (#21041) + * Add `fs::MTime` newtype to encourage `!=` instead of `>` (#20830) + * pylsp: Update mypy plugin name (#21031) + * zed: Remove unnecessary `#[allow(non_snake_case)]` attribute (#21030) + * Merge `quick_action_bar` into `zed` (#21026) + * Follow-up on #18447: Unintentional deletion during merge-conflicts resolution (#20991) + * pylsp: Tweak default user settings (#21025) + * welcome: Remove dependency on `theme_selector` (#21024) + * chore: Do not produce universal binaries for our releases (#21014) + * Implement RunningKernel trait for native and remote kernels (#20934) + * Fix panics from spawn_local tasks dropped on other threads in remote server (#21022) + * extensions_ui: Remove dependency on `theme_selector` (#21023) + * Extract `VimModeSetting` to its own crate (#21019) + * collab_ui: Remove dependency on `vcs_menu` (#21016) + * title_bar: Remove dependency on `feedback` (#21013) + * macos: Add default keybind for ctrl-home / ctrl-end (#21007) + * title_bar: Remove dependency on `vcs_menu` (#21011) + * title_bar: Remove dependency on `theme_selector` (#21009) + * Extract `auto_update_ui` crate (#21008) + * Auto release preview patch releases (#20886) + * Use our own git clone in draft release notes (#20956) + * title_bar: Remove dependency on `command_palette` (#21006) + * Implement readline/emacs/macos style ctrl-k cut and ctrl-y yank (#21003) + * Improve project_panel diagnostic icon knockout colors (#20760) + * Only show breadcrumbs for terminals when there's a title (#20997) + * Fix keybindings on a Spanish ISO keyboard (#20995) + * vim: Fix shortcuts that require shift+punct (#20990) + * toolchains: Use language-specific terms in UI (#20985) + * toolchains: Expose raw JSON representation of a toolchain (#20721) + * rope: Minor optimization for tab indices (#20911) + * Clip UTF-16 offsets in text for range (#20968) + * Drop platform lock when setting menu (#20962) + * Rename ime_key -> key_char and update behavior (#20953) + * vim: Fix : on welcome screen (#20937) + * Add extensions to the remote server (#20049) + * Add `file_scan_inclusions` setting to customize Zed file indexing (#16852) + * windows: Set `CREATE_NO_WINDOW` for commands (#18447) + * Fix line truncate crash on Windows (#17271) + * Update Rust crate cargo_metadata to 0.19 (#20948) + * chore: Sever terminal_view <-> tasks_ui dependency (#20946) + * Add `language_models` crate to house language model providers (#20945) + * title_bar: Remove dependency on recent_projects (#20942) + * Update Rust crate ctor to v0.2.9 (#20928) + * Update Rust crate libc to v0.2.164 (#20931) + * Update Rust crate serde_json to v1.0.133 (#20932) + * Send os_version and country to amplitude (#20936) + * Extract `InlineCompletionProvider` to its own crate (#20935) + * language_model: Remove dependency on `inline_completion_button` (#20930) + * title_bar: Remove dependency on `extensions_ui` (#20929) + * Revert: "a" for "vim::AngleBrackets" (#20918) + * Bump JSON schemas: package.json, tsconfig.json (#20910) + * ci: Fix for checkout action with fetch-tags (#20917) + * Don't re-render the menu so often (#20914) + * context_servers: Document settings (#20907) + * context_servers: Make `settings` field show up in settings completions (#20905) + * v0.164.x dev + +------------------------------------------------------------------- Old: ---- zed-0.163.3.tar.zst New: ---- zed-0.164.2.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zed.spec ++++++ --- /var/tmp/diff_new_pack.NNWUa9/_old 2024-12-05 17:12:03.202167742 +0100 +++ /var/tmp/diff_new_pack.NNWUa9/_new 2024-12-05 17:12:03.206167910 +0100 @@ -33,7 +33,7 @@ %endif Name: zed -Version: 0.163.3 +Version: 0.164.2 Release: 0 Summary: A high-performance, multiplayer code editor License: AGPL-3.0-or-later AND Apache-2.0 AND GPL-3.0-only ++++++ _service ++++++ --- /var/tmp/diff_new_pack.NNWUa9/_old 2024-12-05 17:12:03.266170423 +0100 +++ /var/tmp/diff_new_pack.NNWUa9/_new 2024-12-05 17:12:03.270170590 +0100 @@ -1,7 +1,7 @@ <services> <service name="obs_scm" mode="manual"> <param name="scm">git</param> - <param name="revision">v0.163.3</param> + <param name="revision">v0.164.2</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.NNWUa9/_old 2024-12-05 17:12:03.310172265 +0100 +++ /var/tmp/diff_new_pack.NNWUa9/_new 2024-12-05 17:12:03.322172768 +0100 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/zed-industries/zed.git</param> - <param name="changesrevision">67d405ddf745641edff369ac2110f3f8864d6f8d</param> + <param name="changesrevision">1ddee089ed3fd6b1dd5c29ae0778d4035f1020d6</param> </service> </servicedata> (No newline at EOF) ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/zed/vendor.tar.zst /work/SRC/openSUSE:Factory/.zed.new.28523/vendor.tar.zst differ: char 7, line 1 ++++++ zed-0.163.3.tar.zst -> zed-0.164.2.tar.zst ++++++ /work/SRC/openSUSE:Factory/zed/zed-0.163.3.tar.zst /work/SRC/openSUSE:Factory/.zed.new.28523/zed-0.164.2.tar.zst differ: char 7, line 1 ++++++ zed.obsinfo ++++++ --- /var/tmp/diff_new_pack.NNWUa9/_old 2024-12-05 17:12:03.414176621 +0100 +++ /var/tmp/diff_new_pack.NNWUa9/_new 2024-12-05 17:12:03.414176621 +0100 @@ -1,5 +1,5 @@ name: zed -version: 0.163.3 -mtime: 1733172156 -commit: 67d405ddf745641edff369ac2110f3f8864d6f8d +version: 0.164.2 +mtime: 1733331663 +commit: 1ddee089ed3fd6b1dd5c29ae0778d4035f1020d6