- Update to version 0.2.7:
* Remove duplicate binding for Shift-Delete (#2246) * remove duplicate command 'GotoLocation' (#2240) * docs: add git branch filter input in changelog (#2239) * Fix attempting to canonicalize a path when saving a new file (#2225) * Add StartupWMClass to desktop entry (#2228) * feat: double-click for new file on home page (#2223) * feat: highlight all occurrences of the selected text (#2222) * Fix new clippy warnings (#2224) * open source file from diff (#2141) * feat: allow folding file content in global search results (#2217) * revert back to old way of set_locale_enviroment (#2209) * fix: use AND comparison instead of bitwise (#2192) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=66
This commit is contained in:
parent
f7a547d636
commit
81e25daadd
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">cc154ac94fbcfd3fe9bb3ac7c03d161d300b31c8</param>
|
||||
<param name="match-tag">v0.2.6</param>
|
||||
<param name="revision">ce1becf</param>
|
||||
<param name="match-tag">v0.2.7</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f69577e9f626e42be25fb294f1a6539735afbee9f8f175db46a8d55d9b4fb944
|
||||
size 1834935
|
3
lapce-0.2.7.tar.zst
Normal file
3
lapce-0.2.7.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f2b8af5113347d153e6f7a54315a5dd837d0c03bcc9f42a26d8d02eed9a48e1
|
||||
size 1835320
|
@ -1,8 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 06:41:13 UTC 2023 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 0.2.7:
|
||||
* Remove duplicate binding for Shift-Delete (#2246)
|
||||
* remove duplicate command 'GotoLocation' (#2240)
|
||||
* docs: add git branch filter input in changelog (#2239)
|
||||
* Fix attempting to canonicalize a path when saving a new file (#2225)
|
||||
* Add StartupWMClass to desktop entry (#2228)
|
||||
* feat: double-click for new file on home page (#2223)
|
||||
* feat: highlight all occurrences of the selected text (#2222)
|
||||
* Fix new clippy warnings (#2224)
|
||||
* open source file from diff (#2141)
|
||||
* feat: allow folding file content in global search results (#2217)
|
||||
* revert back to old way of set_locale_enviroment (#2209)
|
||||
* fix: use AND comparison instead of bitwise (#2192)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 01 10:21:38 UTC 2023 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 0.2.6:
|
||||
* bump version
|
||||
* 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)
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: lapce
|
||||
Version: 0.2.6
|
||||
Version: 0.2.7
|
||||
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:cf8a628305d780531e45fa9e79395af3dc90d843abca0448fec84122635c7dfe
|
||||
size 98956343
|
||||
oid sha256:3bf061dc693a50d7133d597576ff5811c10221d863b7f3fe2b4de2c174080fe9
|
||||
size 98926029
|
||||
|
Loading…
x
Reference in New Issue
Block a user