- Update to version 0.2.1+git22:
* add tests * Wrap selected text with brackets/quotes (#1452) * Add support for empty setting items (#1517) * editor tab dedup files update * Show unique paths to disambiguate same file names (Re: #557) (#1521) * ci: bump checkout action (#1523) * previous word for modal and non-modal * Improve Ctrl+Left-Arrow Keys behavior (#1531) * add indent guide (#1525) * fix error lens (#1524) * fix whitespace on end of line (#1509) * update CHANGELOG * show update in progress (#1508) * scratch buffer fix (#1507) * update changelog * feature: add shift+C delete remainder of line (#1491) * fix(search): use esc to close search regardless of current mode (#1477) * UI: Fix issue where 1st tab shows the close icon... (#1483) * Feat: Add setting Cursor Surrounding Lines (#1474) (#1475) * Added .fleet/ to .gitignore (#1498) * fix: remove -Z (#1505) * Split up SettingItem code (#1484) * Update Changelog.md with 0.2.1 changes (#1486) * update docs * update docs * Style Crash fix (#1482) * Load shell environment when launching from GUI (#1461) * Add atomic soft tabs feature (#1419) * Trim whitespace from search results (#1453) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=40
This commit is contained in:
parent
b057af2dd4
commit
1a9fbbf923
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/lapce/lapce</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">d5560f8f326c8a8d95d434830ad4dbadec0a24f7</param>
|
||||
<param name="revision">43d6e4666094e745f92f61f104c9c5debe643e0f</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -180,4 +180,4 @@ branch = "master"
|
||||
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:5cefffa5402e0ea6b22e61e907afb6f57c9ca1c50f2a11b092f5b53e07fea0a2
|
||||
size 5273600
|
3
lapce-0.2.1+git22.tar.gz
Normal file
3
lapce-0.2.1+git22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec470e4dcdaddd47fbec146b96b5bf9a9214b59a419b6a878e2e5e613cbbc4f2
|
||||
size 5294080
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 15 22:03:51 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 0.2.1+git22:
|
||||
* add tests
|
||||
* Wrap selected text with brackets/quotes (#1452)
|
||||
* Add support for empty setting items (#1517)
|
||||
* editor tab dedup files update
|
||||
* Show unique paths to disambiguate same file names (Re: #557) (#1521)
|
||||
* ci: bump checkout action (#1523)
|
||||
* previous word for modal and non-modal
|
||||
* Improve Ctrl+Left-Arrow Keys behavior (#1531)
|
||||
* add indent guide (#1525)
|
||||
* fix error lens (#1524)
|
||||
* fix whitespace on end of line (#1509)
|
||||
* update CHANGELOG
|
||||
* show update in progress (#1508)
|
||||
* scratch buffer fix (#1507)
|
||||
* update changelog
|
||||
* feature: add shift+C delete remainder of line (#1491)
|
||||
* fix(search): use esc to close search regardless of current mode (#1477)
|
||||
* UI: Fix issue where 1st tab shows the close icon... (#1483)
|
||||
* Feat: Add setting Cursor Surrounding Lines (#1474) (#1475)
|
||||
* Added .fleet/ to .gitignore (#1498)
|
||||
* fix: remove -Z (#1505)
|
||||
* Split up SettingItem code (#1484)
|
||||
* Update Changelog.md with 0.2.1 changes (#1486)
|
||||
* update docs
|
||||
* update docs
|
||||
* Style Crash fix (#1482)
|
||||
* Load shell environment when launching from GUI (#1461)
|
||||
* Add atomic soft tabs feature (#1419)
|
||||
* Trim whitespace from search results (#1453)
|
||||
* feat: add command to un/install lapce from/to PATH (#1471)
|
||||
* fix(view): autosave periodically resetting scroll (#1476)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 15 01:00:58 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: lapce
|
||||
Version: 0.2.0+git327
|
||||
Version: 0.2.1+git22
|
||||
Release: 0
|
||||
Summary: Lightning-fast and Powerful Code Editor written in Rust
|
||||
URL: https://github.com/lapce/lapce
|
||||
License: (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND MIT AND (Artistic-2.0 OR CC0-1.0) AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC0-1.0 AND ISC AND MIT AND (MIT OR Unlicense) AND MPL-2.0 AND MPL-2.0+ AND Zlib AND zlib-acknowledgement AND Apache-2.0
|
||||
Group: Productivity/Text/Editors
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: cargo_config
|
||||
BuildRequires: c++_compiler
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b5906b578ae0257f32684dd8893527a697d7e96d21fb95e67621771043cbfaf
|
||||
size 1102049280
|
||||
oid sha256:81d7ed0cf00bf1dfe7fdcad14e244c08af8081b9ce021f2c88fa9e8a9ce88159
|
||||
size 104570995
|
||||
|
Loading…
x
Reference in New Issue
Block a user