Skip to content

Commit d98d425

Browse files
committed
Fix headers & formatting in old release notes
1 parent 8e04d08 commit d98d425

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

website/docs/release_notes.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ReactPlayer from 'react-player'
99

1010
## [v1.0.4](https://github.com/VirtusLab/scala-cli/releases/tag/v1.0.4)
1111

12-
## Hotfix for buildTarget/jvmRunEnvironment in BSP
12+
### Hotfix for buildTarget/jvmRunEnvironment in BSP
1313

1414
We've addressed a bug that surfaced when opening your ScalaCLI projects in Metals or IntelliJ. If you encountered the following log:
1515

@@ -20,14 +20,16 @@ We've addressed a bug that surfaced when opening your ScalaCLI projects in Metal
2020
2023.08.09 15:48:34 INFO BSP server: ... 36 more
2121
```
2222

23-
those logs should no longer appear. Thanks to [@lwronski](https://github.com/lwronski) for providing the fix in [#2342](https://github.com/VirtusLab/scala-cli/pull/2342).
23+
those logs should no longer appear.
24+
25+
Thanks to [@lwronski](https://github.com/lwronski) for providing the fix in [#2342](https://github.com/VirtusLab/scala-cli/pull/2342).
2426

2527

2628
## [v1.0.3](https://github.com/VirtusLab/scala-cli/releases/tag/v1.0.3)
2729

2830
## What's new
2931

30-
## Access project configuration with the new `BuildInfo`
32+
### Access project configuration with the new `BuildInfo`
3133

3234
`BuildInfo` access your project's build configuration within your Scala code. This feature automatically gathers and generates build information about your project, making project details instantly accessible at runtime.
3335

@@ -43,7 +45,7 @@ This `BuildInfo` object encapsulates information such as the Scala version used,
4345

4446
Added by [@MaciejG604](https://github.com/MaciejG604) in [#2249](https://github.com/VirtusLab/scala-cli/pull/2249).
4547

46-
## CompileOnly Dependencies
48+
### CompileOnly Dependencies
4749

4850
Now, users can declare dependencies that are exclusively included at the compile time. These dependencies are added to the classpath during compilation, but won't be included when the application is run, keeping your runtime environment lightweight.
4951

@@ -61,7 +63,7 @@ scala-cli Hello.scala --compile-dep "com.github.plokhotnyuk.jsoniter-scala::json
6163
Added by @alexarchambault and [@lwronski](https://github.com/lwronski) in [#2299](https://github.com/VirtusLab/scala-cli/pull/2299), Thanks!
6264

6365

64-
## Set globally Java properties
66+
### Set globally Java properties
6567

6668
Scala CLI allows users to globally set Java properties for its launcher using the `config` command. This will simplify the JVM properties management process, eliminating the need to pass these properties with each `scala-cli` execution.
6769

@@ -77,7 +79,7 @@ Whenever overwriting existing Java properties Scala CLI will let you know what w
7779

7880
Added by [@lwronski](https://github.com/lwronski) in [#2317](https://github.com/VirtusLab/scala-cli/pull/2317), Thanks!
7981

80-
## Rename parameter for `publish` command
82+
### Rename parameter for `publish` command
8183

8284
We've updated the `--version` parameter for the publish command. Now, when specifying the project version, use `--project-version` instead.
8385

@@ -145,7 +147,7 @@ This release brings enhancements to Scala CLI:
145147

146148
The release also includes numerous bug fixes, updates, and new contributors.
147149

148-
## Installation via WinGet on Windows
150+
### Installation via WinGet on Windows
149151

150152
Scala CLI can now be installed via [WinGet](https://learn.microsoft.com/en-gb/windows/package-manager/) on Windows, with
151153
a command such as
@@ -156,7 +158,7 @@ winget install virtuslab.scalacli
156158

157159
Added by [@mimoguz](https://github.com/mimoguz) in [#2239](https://github.com/VirtusLab/scala-cli/pull/2239), Thanks!
158160

159-
## Enhanced build target names
161+
### Enhanced build target names
160162

161163
Now, the build target name will be derived from the workspace directory that contains it, making it easier for users to
162164
navigate between different projects within a multi-root workspace. Instead of a build target named as `project_XYZ-XYZ`,
@@ -177,7 +179,7 @@ you will now see the name like `workspace_XYZ-XYZ`, where `workspace` refers to
177179

178180
Added by [@MaciejG604](https://github.com/MaciejG604) in [#2201](https://github.com/VirtusLab/scala-cli/pull/2201)
179181

180-
## Introducing 'new' command for Giter8 project generation
182+
### Introducing 'new' command for Giter8 project generation
181183

182184
Giter8 is a project templating tool for Scala, and its integration within Scala CLI offers efficient way to set up new
183185
projects. By using the `new` command, users can generate new projects based on predefined or custom templates.
@@ -190,7 +192,7 @@ scala-cli --power new VirtusLab/scala-cli.g8
190192

191193
Added by [@zetashift](https://github.com/zetashift) in [#2202](https://github.com/VirtusLab/scala-cli/pull/2202), Thanks!
192194

193-
## Loading Java Properties from `.scalaopts` into ScalaCLI launcher
195+
### Loading Java Properties from `.scalaopts` into ScalaCLI launcher
194196

195197
ScalaCLI allows to load Java properties into `scala-cli` launcher directly from a `.scalaopts` file located in your
196198
current working directory. This will simplify the JVM properties management process, eliminating the need to pass these

0 commit comments

Comments
 (0)