Accepting request 983365 from home:MSirringhaus:branches:editors
- Update to version 0.1.2~0: OBS-URL: https://build.opensuse.org/request/show/983365 OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=9
This commit is contained in:
parent
2c58ee0aa8
commit
230e146320
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/lapce/lapce</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">458c8b4787e4bf9a03037cb7aefcacba6e866732</param>
|
||||
<param name="revision">v0.1.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85e11b2a2b81e2787bb0b4c9d6f5df26c1b5407ac5949c8f1214b9c5470a0e6b
|
||||
size 1601216
|
3
lapce-0.1.2~0.tar.xz
Normal file
3
lapce-0.1.2~0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:361075e566e8a5944b165b70ff947a4e823e28a77422e20f6bfc5894407d4be9
|
||||
size 1611336
|
116
lapce.changes
116
lapce.changes
@ -1,3 +1,119 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 12:27:37 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- Update to version 0.1.2~0:
|
||||
* bump version
|
||||
* vertical scroll for horizontal scroll on editor tab header
|
||||
* clean up
|
||||
* clean up
|
||||
* clean up
|
||||
* clean up
|
||||
* clean up
|
||||
* clean up
|
||||
* code cleanup
|
||||
* code clean up
|
||||
* store cursor position for undo/redo
|
||||
* minimum rust version
|
||||
* fix buffer update size
|
||||
* fix editor height
|
||||
* ctrl+right change to word_end_forward
|
||||
* fix text overlapping
|
||||
* add config for scroll beyond last line
|
||||
* Fix new line ident bug
|
||||
* add cut/copy/paste to context menu
|
||||
* watch plugin themes
|
||||
* load plugin themes
|
||||
* Fix typo
|
||||
* plugin download themes
|
||||
* add extra elixir file extensions for syntax highlighting
|
||||
* install local theme
|
||||
* watch theme folder
|
||||
* local theme lower string
|
||||
* metadata if exits
|
||||
* case insenstive of theme name
|
||||
* bump git2 version
|
||||
* bump regex version
|
||||
* set syntax on scratch buffer
|
||||
* export theme
|
||||
* put theme colors together
|
||||
* theme settings from kind
|
||||
* color case
|
||||
* settings reset to default
|
||||
* reset settings
|
||||
* reset button
|
||||
* update setting change
|
||||
* fix event
|
||||
* add settings value kind
|
||||
* rename buffer content value to settingsvalue
|
||||
* add idle timer to editor view
|
||||
* theme setting layout change
|
||||
* use raw data
|
||||
* hashmap change
|
||||
* change the way to load theme
|
||||
* add theme config
|
||||
* fix: typo
|
||||
* fix: format code
|
||||
* switch ureq to reqwest for system proxy support
|
||||
* feat: change `lapce warn` color
|
||||
* feat: change `lapce warn` color
|
||||
* feat: add `plugin load failed` message
|
||||
* feat: add `plugin load failed` message
|
||||
* Fix `Language` in toml files
|
||||
* Update minimum cargo version
|
||||
* added whitespace after comma
|
||||
* Indicate minimum toolchain version preventing #572
|
||||
* first pass of new documentation
|
||||
* formatting error fix
|
||||
* wgpu -> opengl readme
|
||||
* Reviewed and tidied changes
|
||||
* Refreshed readme and contributing files
|
||||
* fix: don't overwrite permissions
|
||||
* bump parley
|
||||
* Fix formatting. Grrr.
|
||||
* Restore comment in get_name_for_new_file.
|
||||
* Only allocate one new string.
|
||||
* Give names to several toggle commands
|
||||
* cursor blink
|
||||
* Change name of new scratch docs to 'Untitled-N'
|
||||
* fix jump in the same file
|
||||
* Run rustfmt.
|
||||
* Today I learn about the funky (..) discard syntax.
|
||||
* Implement 'new N' names for scratch buffers.
|
||||
* style change
|
||||
* default to no drop shadow
|
||||
* header text change
|
||||
* drop shadow width
|
||||
* settings and key bindings
|
||||
* focus on settings when open
|
||||
* clippy fix
|
||||
* settings event fix
|
||||
* editor tab minum width
|
||||
* editor tab header improvement
|
||||
* setttings in editor tab
|
||||
* generate new editor id when copy editor
|
||||
* remove cancelcodeactions
|
||||
* remove code action widget
|
||||
* config menu position change
|
||||
* code actions menu position
|
||||
* code action to use context menu
|
||||
* cancel completion and hover fix
|
||||
* fix toggle modal in palette
|
||||
* some more settings
|
||||
* add config to change header height
|
||||
* santilize modifiers
|
||||
* Show diagnostics on hover
|
||||
* bump parley to fix font issue
|
||||
* linux build on ubuntu 18.04 to have a lower glibc version target
|
||||
* more settings
|
||||
* terminal config
|
||||
* bump druid
|
||||
* window icon
|
||||
* tab for completion
|
||||
* add some mac key maps
|
||||
* Remove some deps
|
||||
* Update README.md
|
||||
* Add Fedora build deps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 07:21:21 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: lapce
|
||||
Version: 0.1.1~0
|
||||
Version: 0.1.2~0
|
||||
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:59604ae51d121cc4be6029cea7b89c4b37f17851cc7d05d85828347ae195487b
|
||||
size 47844428
|
||||
oid sha256:8c206f6ef796d6038da85b07caa8bd619997277076972dd000f7e75d665e70ff
|
||||
size 51582204
|
||||
|
Loading…
x
Reference in New Issue
Block a user