Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Left panel file ordering fixed #1

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9506349
bump floem and use floem::Clipboard (#2815)
lukaslihotzki Nov 29, 2023
111219c
bump floem
dzhou121 Nov 29, 2023
ede1159
fix editor scroll
dzhou121 Nov 30, 2023
2cf6fa1
add ruby tree sitter queries
dzhou121 Dec 4, 2023
cb96e5a
bump version
dzhou121 Dec 4, 2023
87e0fc0
Line wrap (#2723)
MinusGix Dec 5, 2023
c6cf1db
fix using default terminal profile (#2834)
panekj Dec 7, 2023
7a33051
fix: hide inline grammars (#2840)
panekj Dec 8, 2023
f1a9610
Doc backend (#2836)
MinusGix Dec 9, 2023
e943573
Implement inline completion (#2846)
MinusGix Dec 11, 2023
286d2d4
Document no longer has common; Add line styling (#2847)
MinusGix Dec 11, 2023
048c510
bump floem
dzhou121 Dec 11, 2023
b7d3944
get_color -> color; return copies of Color (#2848)
MinusGix Dec 13, 2023
f7d2f4b
Remove LapceConfig from do_insert (#2849)
MinusGix Dec 13, 2023
1f04008
build(deps): lock lsp-types to patch versions only (#2860)
panekj Dec 24, 2023
5c09aa7
fix: add cmakelists to cmake lang (#2864)
panekj Dec 27, 2023
0e03551
docs: cleanup distro specific info (#2865)
panekj Dec 27, 2023
a4d805e
Implement path renaming from the file explorer (#2863)
riverbl Dec 27, 2023
1d585b2
fix: detect git changes when no commit in repository (#2872)
mrtryhard Dec 30, 2023
e1f3892
fix: wsl (#2877)
panekj Jan 2, 2024
8312021
Fix/git commit silently fail missing username email (#2878)
mrtryhard Jan 2, 2024
4a39396
Solved an issue
GrecuAlexandru Jan 4, 2024
9424a33
bump floem
dzhou121 Jan 5, 2024
65a73e0
update_document_completion can trigger window_origin
dzhou121 Jan 5, 2024
5652efc
Implement comparing files in the diff editor (#2910)
riverbl Jan 6, 2024
4cc3161
move update_document_completion out of completion update
dzhou121 Jan 6, 2024
52ab12f
Merge remote-tracking branch 'upstream/master' into open_source_contr…
GrecuAlexandru Jan 7, 2024
20eb2d3
solved the issue, kept human_sort
GrecuAlexandru Jan 7, 2024
ef387bb
ran cargo fmt
GrecuAlexandru Jan 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

## Unreleased

### Features/Changes
- [#2723](https://github.com/lapce/lapce/pull/2723): Line wrapping based on width (no column-based yet)
- [#1277](https://github.com/lapce/lapce/pull/1277): Error message prompted on missing git user.email and/or user.name
- [#2910](https://github.com/lapce/lapce/pull/2910): Files can be compared in the diff editor

### Bug Fixes
- [#2779](https://github.com/lapce/lapce/pull/2779): Fix files detection on fresh git/VCS repository

## 0.3.1

### Features/Changes

### Bug Fixes
- [#2754](https://github.com/lapce/lapce/pull/2754): Don't mark nonexistent files as read only (fix saving new files)
- [#2819](https://github.com/lapce/lapce/issues/2819): `Save Witohut Formatting` doesn't save the file
- [#2819](https://github.com/lapce/lapce/issues/2819): `Save Without Formatting` doesn't save the file

## 0.3.0

Expand Down
Loading