- Update to version 0.2.8:
* Feature: Add basic Vim marks feature (#2403) * docs: add install instructions for nixpkgs (#2401) * Revert "fix: proxy version comparison" (#2395) * fix: proxy version comparison (#2206) * fix: canonicalize path (#2367) * fix: limit lower bound of blink interval (#2391) * feat: make metainfo comptime (#2374) * fix: set TERM for flatpak * Add instructions for installing on Gentoo (#1672) * Fixed copy remote file url (#2077) * Enable XML syntax highlighting for csproj files (#2297) * ci: copy cargo config from release workflow (#2338) * Add placeholder text to filter input in settings (#2337) * ci: fix WiX install + use Cargo sparse protocol (#2334) * docs: fix changelog (#2332) * feat: filter settings (#2289) * command: implemented RevealActiveFileInFileTree (#2282) * Fix several issue with bracket highlights (#2248) * fix: search result folding incorrectly (#2272) * Add option to open files at specific line/column (#1964) * fix: store lapce data next to lapce for portable install (#1888) * fix: typo in tab.rs (#2253) - Update vendored dependencies to address bnc#1212005 OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=71
This commit is contained in:
parent
8a0f5cf921
commit
90adbb8467
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/lapce/lapce</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">ce1becf</param>
|
||||
<param name="match-tag">v0.2.7</param>
|
||||
<param name="revision">14534f4</param>
|
||||
<param name="match-tag">v0.2.8</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -219,4 +219,4 @@ rev = "5aef38d655f76a6b0d172340eed3766c93b3124c"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
directory = "vendor"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f2b8af5113347d153e6f7a54315a5dd837d0c03bcc9f42a26d8d02eed9a48e1
|
||||
size 1835320
|
3
lapce-0.2.8.tar.zst
Normal file
3
lapce-0.2.8.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28935122ad2bd87fb53e4a34be57fd25160e8613d60623ea904a1a791dc159e5
|
||||
size 1839926
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 07 14:46:16 UTC 2023 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 0.2.8:
|
||||
* Feature: Add basic Vim marks feature (#2403)
|
||||
* docs: add install instructions for nixpkgs (#2401)
|
||||
* Revert "fix: proxy version comparison" (#2395)
|
||||
* fix: proxy version comparison (#2206)
|
||||
* fix: canonicalize path (#2367)
|
||||
* fix: limit lower bound of blink interval (#2391)
|
||||
* feat: make metainfo comptime (#2374)
|
||||
* fix: set TERM for flatpak
|
||||
* Add instructions for installing on Gentoo (#1672)
|
||||
* Fixed copy remote file url (#2077)
|
||||
* Enable XML syntax highlighting for csproj files (#2297)
|
||||
* ci: copy cargo config from release workflow (#2338)
|
||||
* Add placeholder text to filter input in settings (#2337)
|
||||
* ci: fix WiX install + use Cargo sparse protocol (#2334)
|
||||
* docs: fix changelog (#2332)
|
||||
* feat: filter settings (#2289)
|
||||
* command: implemented RevealActiveFileInFileTree (#2282)
|
||||
* Fix several issue with bracket highlights (#2248)
|
||||
* fix: search result folding incorrectly (#2272)
|
||||
* Add option to open files at specific line/column (#1964)
|
||||
* fix: store lapce data next to lapce for portable install (#1888)
|
||||
* fix: typo in tab.rs (#2253)
|
||||
|
||||
- Update vendored dependencies to address bnc#1212005
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 14 14:00:47 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: lapce
|
||||
Version: 0.2.7
|
||||
Version: 0.2.8
|
||||
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:555feacf9475a7d7b20ed62084b3bf801c695771e11e56ed12002d117309ed10
|
||||
size 117171943
|
||||
oid sha256:4ea76f34cd9f4b5c74bb944375bb99aca3475aa5b3e765369369d53cc35f098e
|
||||
size 1533962240
|
||||
|
Loading…
x
Reference in New Issue
Block a user