- Update to version 0.3.1:
* add ruby tree sitter queries * fix editor scroll * bump floem * bump floem and use floem::Clipboard * feat: implement `Format Document` command * fix: save without formatting now calls save * create_dir_all when saving * Reworked cursor rendering, fixing several bugs * Fix invalid unicode filenames not being displayed * Fix non_canonical_partial_ord_impl clippy lints * Add explicit static lifetime to consts * move cursor blink timer to window * update the language in the status bar * bump floem * Add UI inspector command * Bump Floem * run.toml on remote fix * Auto-surround config * fix language name used in status bar * Don't mark nonexistent files as read only * fix FocusText view * bump floem * display visual line and visual block mode * bump floem * bump floem * fix version matching on lapce-proxy * don't panic if log file can't be created * update screenshot OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=81
This commit is contained in:
parent
382b65ba68
commit
561dfc5744
15
_service
15
_service
@ -1,13 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service mode="manual" 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">c49e281</param>
|
||||
<param name="match-tag">v0.3.0</param>
|
||||
<param name="revision">cb96e5ac3f3e4e70bd18b7a1307c5406e4247164</param>
|
||||
<param name="match-tag">v0.3.1</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
||||
</service>
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
@ -17,12 +17,7 @@
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">lapce</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">false</param>
|
||||
<param name="cargotoml">Cargo.toml</param>
|
||||
<param name="cargotoml">lapce-proxy/Cargo.toml</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<param name="srcdir">lapce</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual" />
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/lapce/lapce</param>
|
||||
<param name="changesrevision">c49e2814225d6f934ae27586f83f6c274aee7c72</param></service></servicedata>
|
||||
<param name="changesrevision">cb96e5ac3f3e4e70bd18b7a1307c5406e4247164</param></service></servicedata>
|
78
cargo_config
78
cargo_config
@ -1,78 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/MDeiml/tree-sitter-markdown.git?rev=272e080bca0efd19a06a7f4252d746417224959e"]
|
||||
git = "https://github.com/MDeiml/tree-sitter-markdown.git"
|
||||
rev = "272e080bca0efd19a06a7f4252d746417224959e"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/alacritty/alacritty?rev=6071a7bf35cfd99be8ba70f479f188b7370cda6f"]
|
||||
git = "https://github.com/alacritty/alacritty"
|
||||
rev = "6071a7bf35cfd99be8ba70f479f188b7370cda6f"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/dragazo/human-sort?rev=1e74db1e09e8194ba88ad983723cf6f8b0c365da"]
|
||||
git = "https://github.com/dragazo/human-sort"
|
||||
rev = "1e74db1e09e8194ba88ad983723cf6f8b0c365da"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/lapce/cosmic-text?rev=5bfa288f19970a0b482ad75d5f460ad2c4e08900"]
|
||||
git = "https://github.com/lapce/cosmic-text"
|
||||
rev = "5bfa288f19970a0b482ad75d5f460ad2c4e08900"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/lapce/floem?rev=4fbe6f4489c3dcca232df2e2787b6ab7ac8f83c9"]
|
||||
git = "https://github.com/lapce/floem"
|
||||
rev = "4fbe6f4489c3dcca232df2e2787b6ab7ac8f83c9"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/lapce/psp-types?rev=f7fea28f59e7b2d6faa1034a21679ad49b3524ad"]
|
||||
git = "https://github.com/lapce/psp-types"
|
||||
rev = "f7fea28f59e7b2d6faa1034a21679ad49b3524ad"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/lapce/structdesc"]
|
||||
git = "https://github.com/lapce/structdesc"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/lapce/vger-rs?rev=9b994a61bdf84d1d6a2bb3c3830ba3fd3661edad"]
|
||||
git = "https://github.com/lapce/vger-rs"
|
||||
rev = "9b994a61bdf84d1d6a2bb3c3830ba3fd3661edad"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/lapce/wasi-experimental-http"]
|
||||
git = "https://github.com/lapce/wasi-experimental-http"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/lapce/winit?rev=96d8a1f7d8ab7969d836f940d0b18d3540979e6c"]
|
||||
git = "https://github.com/lapce/winit"
|
||||
rev = "96d8a1f7d8ab7969d836f940d0b18d3540979e6c"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/linebender/peniko?rev=cafdac9a211a0fb2fec5656bd663d1ac770bcc81"]
|
||||
git = "https://github.com/linebender/peniko"
|
||||
rev = "cafdac9a211a0fb2fec5656bd663d1ac770bcc81"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/panekj/tree-sitter-yaml?rev=80c8d76847f03e772c5c524cf29bafb56858a8d1"]
|
||||
git = "https://github.com/panekj/tree-sitter-yaml"
|
||||
rev = "80c8d76847f03e772c5c524cf29bafb56858a8d1"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/tokio-rs/tracing?rev=c14525e1610db88986f849d46bd3e9795878b012"]
|
||||
git = "https://github.com/tokio-rs/tracing"
|
||||
rev = "c14525e1610db88986f849d46bd3e9795878b012"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/tree-sitter/tree-sitter-bash?rev=4488aa41406547e478636a4fcfd24f5bbc3f2f74"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-bash"
|
||||
rev = "4488aa41406547e478636a4fcfd24f5bbc3f2f74"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/tree-sitter/tree-sitter-json.git?rev=11e2cc12d9b267766fb11a06e52952792fd8e3f0"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-json.git"
|
||||
rev = "11e2cc12d9b267766fb11a06e52952792fd8e3f0"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:464a54799e4c851868f5638357c2e7644e536e330c5dd7a414b40fc5dca57ce5
|
||||
size 1802794
|
3
lapce-0.3.1.tar.zst
Normal file
3
lapce-0.3.1.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b3fea808a39b8ac13a50c21b853e28221ef7daa009cd094e8668951845f9d1e
|
||||
size 1446272
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 00:00:07 UTC 2023 - uncomfy+openbuildservice@uncomfyhalomacro.pl
|
||||
|
||||
- Update to version 0.3.1:
|
||||
* add ruby tree sitter queries
|
||||
* fix editor scroll
|
||||
* bump floem
|
||||
* bump floem and use floem::Clipboard
|
||||
* feat: implement `Format Document` command
|
||||
* fix: save without formatting now calls save
|
||||
* create_dir_all when saving
|
||||
* Reworked cursor rendering, fixing several bugs
|
||||
* Fix invalid unicode filenames not being displayed
|
||||
* Fix non_canonical_partial_ord_impl clippy lints
|
||||
* Add explicit static lifetime to consts
|
||||
* move cursor blink timer to window
|
||||
* update the language in the status bar
|
||||
* bump floem
|
||||
* Add UI inspector command
|
||||
* Bump Floem
|
||||
* run.toml on remote fix
|
||||
* Auto-surround config
|
||||
* fix language name used in status bar
|
||||
* Don't mark nonexistent files as read only
|
||||
* fix FocusText view
|
||||
* bump floem
|
||||
* display visual line and visual block mode
|
||||
* bump floem
|
||||
* bump floem
|
||||
* fix version matching on lapce-proxy
|
||||
* don't panic if log file can't be created
|
||||
* update screenshot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 23:27:47 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: lapce
|
||||
Version: 0.3.0
|
||||
Version: 0.3.1
|
||||
Release: 0
|
||||
Summary: Lightning-fast and Powerful Code Editor written in Rust
|
||||
URL: https://github.com/lapce/lapce
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c92f67990483c354af285ae1c2fadfaf96ff23fd808a624fb92daa148c5e45cf
|
||||
size 74514474
|
||||
oid sha256:30c0239eb791095325efa0f865d15fc7c66399de08af7256d0fbeabc29f1be75
|
||||
size 78514687
|
||||
|
Loading…
x
Reference in New Issue
Block a user