From 561dfc5744c23a70485cd74b41abbc24756ed7da0acbb15cb16f1455eebbed4e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 30 Dec 2023 00:09:17 +0000 Subject: [PATCH] - 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 --- _service | 15 +++------ _servicedata | 2 +- cargo_config | 78 --------------------------------------------- lapce-0.3.0.tar.zst | 3 -- lapce-0.3.1.tar.zst | 3 ++ lapce.changes | 33 +++++++++++++++++++ lapce.spec | 2 +- vendor.tar.zst | 4 +-- 8 files changed, 45 insertions(+), 95 deletions(-) delete mode 100644 cargo_config delete mode 100644 lapce-0.3.0.tar.zst create mode 100644 lapce-0.3.1.tar.zst diff --git a/_service b/_service index ffed722..e457ee8 100644 --- a/_service +++ b/_service @@ -1,13 +1,13 @@ + https://github.com/lapce/lapce @PARENT_TAG@ git - c49e281 - v0.3.0 + cb96e5ac3f3e4e70bd18b7a1307c5406e4247164 + v0.3.1 v(.*) enable - socvirnyl.estela@gmail.com @@ -17,12 +17,7 @@ lapce - zst - false - Cargo.toml - lapce-proxy/Cargo.toml - - - lapce + true + diff --git a/_servicedata b/_servicedata index 9378329..c741951 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/lapce/lapce - c49e2814225d6f934ae27586f83f6c274aee7c72 \ No newline at end of file + cb96e5ac3f3e4e70bd18b7a1307c5406e4247164 \ No newline at end of file diff --git a/cargo_config b/cargo_config deleted file mode 100644 index 487fb63..0000000 --- a/cargo_config +++ /dev/null @@ -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" \ No newline at end of file diff --git a/lapce-0.3.0.tar.zst b/lapce-0.3.0.tar.zst deleted file mode 100644 index 7d07b24..0000000 --- a/lapce-0.3.0.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:464a54799e4c851868f5638357c2e7644e536e330c5dd7a414b40fc5dca57ce5 -size 1802794 diff --git a/lapce-0.3.1.tar.zst b/lapce-0.3.1.tar.zst new file mode 100644 index 0000000..bf95803 --- /dev/null +++ b/lapce-0.3.1.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3fea808a39b8ac13a50c21b853e28221ef7daa009cd094e8668951845f9d1e +size 1446272 diff --git a/lapce.changes b/lapce.changes index 08f320b..4689dbe 100644 --- a/lapce.changes +++ b/lapce.changes @@ -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 diff --git a/lapce.spec b/lapce.spec index 13c1449..9806091 100644 --- a/lapce.spec +++ b/lapce.spec @@ -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 diff --git a/vendor.tar.zst b/vendor.tar.zst index 3d30f60..4261c3d 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c92f67990483c354af285ae1c2fadfaf96ff23fd808a624fb92daa148c5e45cf -size 74514474 +oid sha256:30c0239eb791095325efa0f865d15fc7c66399de08af7256d0fbeabc29f1be75 +size 78514687