Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.1 - April 2025

### Bugs fixed

* Fix wrong hyperlinks in website

## 1.1.0 - April 2025

### New features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# C4 DSL Visual Studio Code Extension

![](https://img.shields.io/badge/last_updated-april_2025-0c7cba)
![](https://img.shields.io/badge/vsix-v1.1.0-ef8d22)
![](https://img.shields.io/badge/vsix-v1.1.1-ef8d22)

![](https://img.shields.io/badge/publisher-archicionado-fcc438)
![](https://img.shields.io/badge/chat-on_github_issue-19967d)
Expand Down
16 changes: 8 additions & 8 deletions docs/content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
{{% blocks/feature
icon="fa-layer-group"
title="Live preview"
url="/docs/preview" %}}
url="/cornifer/docs/features/preview" %}}
{{% /blocks/feature %}}

{{% blocks/feature
icon="fa-solid fa-compass-drafting"
title="Breadcrumb"
url="/docs/breadcrumb" %}}
url="/cornifer/docs/features/breadcrumb" %}}
{{% /blocks/feature %}}

{{% blocks/feature
icon="fa-brands fa-docker"
title="Transpiler"
url="/docs/transpiler" %}}
url="/cornifer/docs/features/transpiler" %}}
{{% /blocks/feature %}}

{{< /blocks/section >}}
Expand All @@ -51,19 +51,19 @@
{{% blocks/feature
icon="fa-code"
title="Format"
url="/docs/format" %}}
url="/cornifer/docs/features/format" %}}
{{% /blocks/feature %}}

{{% blocks/feature
icon="fa-sharp fa-solid fa-pen"
title="Syntax highlighting"
url="/docs/highlighting" %}}
url="/cornifer/docs/features/highlighting" %}}
{{% /blocks/feature %}}

{{% blocks/feature
icon="fa-solid fa-wand-magic-sparkles"
title="Semantic highlighting"
url="/docs/semantic" %}}
url="/cornifer/docs/features/semantic" %}}
{{% /blocks/feature %}}

{{< /blocks/section >}}
Expand All @@ -74,13 +74,13 @@
{{% blocks/feature
icon="fa-solid fa-brain"
title="IntelliSense"
url="/docs/intellisense" %}}
url="/cornifer/docs/features/intellisense" %}}
{{% /blocks/feature %}}

{{% blocks/feature
icon="fa-solid fa-magnifying-glass"
title="Hover"
url="/docs/hover" %}}
url="/cornifer/docs/features/hover" %}}
{{% /blocks/feature %}}

{{% blocks/feature
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"license": "SEE LICENSE IN LICENSE.txt",
"publisher": "archicionado",
"version": "1.1.0",
"homepage": "https://github.com/rvr06/cornifer/blob/main/README.md",
"version": "1.1.1",
"homepage": "https://rvr06.github.io/cornifer/",
"repository": {
"type": "git",
"url": "https://github.com/rvr06/cornifer"
Expand Down