Marvin Friedrich
f24bf46ef7
* 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) OBS-URL: https://build.opensuse.org/package/show/editors/zed?expand=0&rev=43
25 lines
923 B
Plaintext
25 lines
923 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</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>
|
|
<param name="package-meta">yes</param>
|
|
<param name="url">https://github.com/zed-industries/zed.git</param>
|
|
<param name="submodules">enable</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">zst</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">zed</param>
|
|
<param name="update">true</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
</services>
|