lapce/_service
Soc Virnyl Estela b16955e55b - Update to version 0.2.6:
* Make auto_closing_matching_pairs dependent on BufferContent (#2188)
  * Extended double-click options (#2127)
  * chore(deps): bump once_cell from 1.15.0 to 1.17.1 (#2173)
  * fix: build WSL backend only for Windows (#2166)
  * return stdout stderr
  * update psp-types
  * fix cannot open file when diff already opened (#2125)
  * Use abs_diff (#2123)
  * Added Lapce App Icon (#2128)
  * fix: dont overwrite symlink (#2131)
  * ci: run workflow in PR to test changes (#2132)
  * chore(deps): bump git2 from 0.14.4 to 0.16.1 (#2050)
  * fix: rewrite script + fix version comparison (#2117)
  * Add settings to configure the scroll speed (#2120)
  * make wasi initilization async (#2114)
  * feat: configurable diff context lines (#2094)
  * Properly instantiate the WASM blob and let it live inside the thread (#2090)
  * If format-on-save is not enabled, save immediately (#2088)
  * feat: diff view navbar (#2084)
  * Enable plugins to act as LSP themselves (#2087)
  * fix: branches filter not updating (#2080)
  * feat: add Ctrl+{a,e,k} keybinds on macOS (#2074)
  * fix: remove regex, parse remote as URL (#2075)
  * fix: find repository if it's not in current workspace path (#2069)
  * fix: set language environment in proper way (#2070)
  * feat: add command and keybinds to delete line (#2071)
  * Add an option to disable moving the focus area when you type (#2062)
  * Don't spawn a thread for every config watcher notifications (#2034)

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=62
2023-03-01 10:42:00 +00:00

28 lines
1.1 KiB
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/lapce/lapce</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">cc154ac94fbcfd3fe9bb3ac7c03d161d300b31c8</param>
<param name="match-tag">v0.2.6</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zstd</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">lapce</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">lapce</param>
</service>
</services>