Xubai Wang
ff012e844f
Fix Bash completion space regression ( #12828 )
2025-02-10 10:42:45 -06:00
Viktor Szépe
e22bbf5489
Fix typos ( #12690 )
2025-02-02 18:58:29 -06:00
Michael Davis
e7ac2fcdec
Add changelog notes for 25.01.1 ( #12560 )
2025-01-19 14:50:39 -06:00
janos-r
d4ee22b483
Generate a .deb file ( #12453 )
2025-01-16 17:37:53 -06:00
Michael Davis
dabfb6ceea
Add changelog notes for 25.01 ( #12347 )
2025-01-03 13:50:51 -06:00
Poliorcetics
9e55e8a416
contrib: nushell: also complete available languages with --health ( #11346 )
2024-07-28 16:52:20 +02:00
Luca Saccarola
ef4a4ff3c5
Make bash completion behave normally ( #11246 )
2024-07-24 18:25:25 +02:00
Poliorcetics
6c0a7f60eb
contrib: add nushell completions ( #11262 )
2024-07-22 09:47:27 -05:00
Michael Davis
b2cc7d8fea
Add changelog notes for 24.07 ( #10731 )
...
* Changelog 2024-05-02
checkpoint: 31273c69e0
* Changelog 2024-05-06
checkpoint: 61818996c6
* Changelog 2024-05-11
checkpoint: 00e9e5eade
* Bump version to 24.05
* Add 24.05 release to AppImage metadata
* Fix release number in changelog
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* Update release numbers to 24.07
* Changelog 2024-06-15
* Changelog 2024-07-14
checkpoint: c9b484097b
* Linkify
---------
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2024-07-15 01:17:49 +09:00
David Else
a75b1cf51e
Fix ZSH completions ( #11133 )
2024-07-12 11:55:10 +09:00
David Else
9d75385062
Update ZSH completions ( #11120 )
2024-07-11 09:06:50 +09:00
Yuntao Zhao
86982ab33c
feat: improve hx fish completion ( #10853 )
...
* feat: improve hx fish completion
- add -w and --working-dir options
- shorten option description
- dynamically call hx --health
* feat: improve health check completion
- remove header
- remove check/x characters
* feat: use hx --health languages in completion
2024-07-10 12:41:12 +09:00
blt-r
3d6f34c270
Make Helix.appdata.xml spec-compliant ( #10051 )
...
- The <description> tag shouldn't be translated, but instead the
individual paragraphs.
- The <developer> tag is required.
- The <requires> tag actually means that the app can't even be installed
without that control. What this should be is <recommends>.
2024-03-30 19:51:46 +01:00
Michael Davis
2cadec0b11
Add changelog notes for 24.03 ( #9946 )
...
* changelog: Checkpoint 2024-03-20
commit: b8e79c0ef5
* Bump the version to 24.3.0
* changelog: Checkpoint 2024-03-25
commit: 614a744d24
* Address review comments
* changelog: Checkpoint 2024-03-30
commit: 64c1de1988
* Adjust release day to 2024-03-30
* Linkify
2024-03-30 22:28:02 +09:00
wr7
38484f33e5
Completely fix bash autocomplete handling of filenames with spaces ( #9708 )
2024-02-24 11:54:40 +09:00
wr7
7100ed4efc
Properly handle spaces in filenames in bash autocomplete ( #9702 )
2024-02-23 16:46:41 +01:00
NitinKM
4ab7029535
Add icon to Windows executable ( #9104 )
...
* injecting the icon through a resource file, no extra deps
* formatted
* scripted rc compilation
* formatted and restructured
* simplified conditional func call
2024-01-28 18:31:10 +09:00
Michael Davis
c7e15dd87e
Add changelog notes for 23.10 ( #8086 )
...
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
2023-10-26 01:10:45 +09:00
zefr0x
17edbacfbd
Improve and complete Arabic translation for meta information ( #8380 )
2023-09-25 10:18:26 +09:00
Michael Davis
7f5940be80
Add 23.05 to the AppData
2023-05-18 16:01:26 +09:00
Michael Davis
ec55b4d5af
Add changelog notes for the 23.03 release ( #6455 )
...
* changelog: Checkpoint 2023-01-10
commit: 927fa112ec
* changelog: Checkpoint 2023-02-05
commit: 9c98043c1c
* changelog: Checkpoint 2023-03-17
commit: bd473928ae
* changelog: Checkpoint 2023-03-27
commit: 5323020c3f
* Set a tentative release date for 2023-03-31
* Update CHANGELOG.md
* Mention virtual text PR in inlayed type hints feature links
* Fix description for 5097
* Rebalance features, usability improvements and fixes
* Reorganize some out-of-place changes to the proper sections
* Eliminate the LSP configurations section
This has a lot of overlap with the 'new languages' section with newly
supported LSP configurations. Smaller changes to LSP configurations
are not so common so I folded those into the 'updated languages and
queries' section.
2023-03-31 15:21:05 +09:00
blt__
91dca3f667
Add Appstream metadata file ( #5643 )
2023-01-24 17:26:42 -06:00
Michael Davis
c13c6d56b6
Use logo for contrib icon ( #4982 )
2022-12-04 11:07:17 +09:00
Max Hille
64359f8b48
bash completion: use builtin filenames option ( #4648 )
...
Use a builtin bash option which detects filenames in completion outputs
and reflects this in sensible <tab> completion behaviour.
2022-11-08 07:50:17 -06:00
Benedikt Müller
5467c65f82
fix fish completions for --config & --log ( #3912 )
2022-09-20 07:35:00 -05:00
Tobias Hunger
130793dfd0
Add command line parameter to specify log file ( #3807 )
...
* Add command line parameter to specify log file
I had the logs of my debug helix mixed in with the logs from the
production helix.
Add a `--log` command line argument to redirect any logs to other
files, making my debugging easier :-)
* Update completion files with `--log` argument
2022-09-20 16:11:30 +09:00
Alexander Brevig
c2a6d29ffc
fix: add elvish completions ( #3331 )
2022-08-05 09:50:47 +09:00
Michael Davis
5d33dbacac
add a CLI flag for specifying config file location ( #2666 )
2022-08-04 13:05:52 +09:00
plexom
f10b6f6ee2
adds --vsplit and --hsplit arguments ( #2773 )
...
* adds --vsplit and --hsplit arguments
* moved comment
* fixed lint (third time's a charm)
* changed vsplit and hsplit from two separate bools to type Option<Layout>, and some cleanup
2022-07-01 18:27:32 +09:00
Matthew Toohey
e452b97cdc
AppImage ( #2089 )
...
* Add desktop entry file
Co-authored-by: NNB <n.at@aleeas.com>
* Add placeholder icon for AppImage
* Add AppImage step to release workflow
* Exclude grammar sources from AppImage
Co-authored-by: NNB <n.at@aleeas.com>
2022-04-20 10:43:52 +09:00
Benedikt Müller
1fb6144432
Add shell completion ( #2022 )
...
* Add shell completion
* Add shell completion to release
2022-04-12 17:10:21 +09:00
wojciechkepka
3b534e17f4
Move themes to runtime/themes, add link from contrib/themes
2021-06-20 00:07:13 +09:00
wojciechkepka
1c1474c3b8
Add ui.statusline.inactive
, use ui.statusline
for statusline text
2021-06-18 15:18:58 -04:00
Gokul Soumya
d1c8a74771
Add theme key for selected line number
...
Adds `ui.linenr.selected` which controls highlight of linu numbes which
have cursors on.
- Fallback to linenr if linenr.selected is missing
- Update docs and themes
- Add TODOs for themes with temporary linenr.selected
2021-06-16 15:00:14 +09:00
Gokul Soumya
f33aaba53f
Add ui.selection to theme.toml
...
Enables changing the color of the selection which was previously
hard coded.
2021-06-15 00:06:53 +09:00
Gokul Soumya
6b8c6ed535
Correct onedark theme file location
2021-06-14 18:24:12 +09:00
Gokul Soumya
43e3173231
Add onedark theme
2021-06-14 17:39:01 +09:00
Wojciech Kępka
f47da891db
Fix a typo in theme name
2021-06-14 14:41:59 +09:00
Wojciech Kępka
b6e363ef0e
Add bogster
theme
2021-06-14 09:43:15 +09:00
Ingrid
54f3548d54
theme: Enable style modifiers in theme.toml, add Ingrid's theme ( #113 )
...
* theme: Enable style modifiers in theme.toml
* docs: theme documentation
* fixup: parse modifiers with filter_map
* theme: tests for parse_style
* theme: Log invalid cases in theme.toml parse
* docs: theme documentation fixup
* docs: Blaz's theming comments
* docs: Theme doc fixes from pickfire
Co-authored-by: Ivan Tham <pickfire@riseup.net>
* theme: More context in logs, TODO for alerting users
* contrib: Ingrid's theme
* docs: Theme subsection fixes
Co-authored-by: Ivan Tham <pickfire@riseup.net>
2021-06-06 21:45:59 +09:00