-
Notifications
You must be signed in to change notification settings - Fork 6
Releases: onlyati/quadlet-lsp
Releases · onlyati/quadlet-lsp
v0.7.3
@onlyati
onlyati
5dda3d7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 13
- sha256:bf2af1e07cfb8718dcec9f00a7f431053e7f237388f0515489226c97ff5a62862.32 MB
2026年02月23日T19:52:35Z - sha256:30dcd7718169263548a85729a3b946d44018127fb35ddac9850fa3c794cfa1422.19 MB
2026年02月23日T19:52:36Z - sha256:90981b681d5514ea59158eb1700e642c31e4740eff4d0f9de84b622aaa818bbe2.29 MB
2026年02月23日T19:52:35Z - sha256:4cfd1e3608096fcc93b53751116f0a59d8cd6999877f4e2a7c9c5673956a5a0c2.11 MB
2026年02月23日T19:52:36Z - sha256:e7c76e4a347587e6fb3f42fe49fd8c2db01e01eb62a29851eea40b9ff266f3cd2.35 MB
2026年02月23日T19:52:35Z - sha256:3ee1e5e31f2caa063d806b108809aa100aa9d5572995b07df8e8568794db2b3a2.15 MB
2026年02月23日T19:52:35Z - sha256:e43cb971e31907f062d4a8ac90a73cbee3cd14344201965826cabebbdcbe46141018 Bytes
2026年02月23日T19:52:36Z - sha256:f87440348811bebeeaa6913dc5254758798b211902b7e6b53b22b332a29269502.28 MB
2026年02月23日T19:52:36Z - sha256:454e0af8c975a9ace0af24a1cee26d968cacba5ba311812e1a57a536abe00e842.27 MB
2026年02月23日T19:52:36Z - sha256:8a09e63625377fc6325a012f8074a6ffe90e1ca71703880c84925205dcfe50972.1 MB
2026年02月23日T19:52:36Z -
2026年02月23日T19:45:24Z -
2026年02月23日T19:45:24Z - Loading
v0.7.2
@onlyati
onlyati
ad8c4f2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.7.1
v0.7.0
@onlyati
onlyati
d9dae48
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's changed
Features
- Support nested directories for each function of languager server (#148)
- Add protocol suffix support to PublishPort validation (#150)
- Add warning (instead of just a crash) if not directory is open (#165)
Bugfixes
- Add completion item type (e.g.:
Value,Keyword, etc.) (#154) - Fix property name for disable rules in documentation (#159)
- Fix
rsharedflag in QSR15 (#161) - Property completion did not work if
=was already in the line (#166)
New Contributors
- @redbeardymcgee made their first contribution in #144
- @pgilad made their first contribution in #150
- @ligabloo made their first contribution in #161
Full Changelog: v0.6.0...v0.7.0
Assets 13
1 person reacted
v0.6.0
@onlyati
onlyati
4898552
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
- Support Podman v5.7.0 features #136:
- Quadlet .container files now support a new key, HttpProxy, to disable the automatic forwarding of HTTP proxy options from the host into the container.
- Quadlet .pod files now support a new key, StopTimeout, to configure the stop timeout for the pod
- Quadlet .build files now support two new keys, BuildArg and IgnoreFile, to specify build arguments and an ignore file
- Implement hover, code completion and starter template for artifact Quadlets.
- Implement new rule (QSR026).
- Add completion for
AddCapabilities#128 - Add formatting #124
Fixes
Assets 13
v0.5.0
v0.4.0
@onlyati
onlyati
58c9e76
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
- 3rd party extension for Zed editor (#61)
- Hover explanation for systemd specifiers (#57)
- Hover explanation for
UserNS(#78) - Hover explanation for
Volume(#84) - Hover explanation for
Secret(#85) QSR022: validate path with systemd specifier (#57)QSR023: validate systemd specifiers (#57)QSR024: warn for forbidden properties in[Service](#77)- Completion for systemd specifiers (#72)
- The
go definitionandgo referencesworks with template files (#75) - Rule disabling on file basis (#81)
Bugfixes
QSR003pointed the error to the previous line (#64)QSR021accept all accept all systemd unit types (#65)QSR008,QSR009: fix naming convention checking (#66)- The
;also count as valid comment character besides#(#76)
Other
New Contributors
- @mufeedali made their first contribution in #61
Assets 7
v0.3.1
Assets 7
v0.3.0
Features
- New syntax validation: checking container, volume, pod and network name #33
- Set properties of Podman 5.6.0 #34
- Build files has static completion and new template #35
- Add completion for
UnitandServicesections and validate automatic dependency translation #36 - Modify syntax rule, from Podman 5.6.0, environment variable can be specified without value #39
- Language server listing the exposed ports based on the image. But if image is not pulled, it cannot read. From now it gives an information message if exposed port is not found and could not check all images #40
- Add new language server commands: list jobs and pull all image #41