Skip to content

Commit 1b2a8d8

Browse files
committed
Make CHANGES.md compatible with `dune-release tag'
1 parent 9659ca1 commit 1b2a8d8

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGES.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Spatial Shell Changelog
1+
# 5 (unreleased)
22

3-
## Release 5 (unreleased)
3+
## `spatial`
44

5-
## Release 4 (2023-12-27)
5+
# 4 (2023-12-27)
66

7-
### `spatial`
7+
## `spatial`
88

99
- Drop support for emulating dimmed unfocused windows by changing the opacity
1010
of unfocused windows.
1111
- Drop any form of background management.
1212
- Fix windows flickering when hitting two shortcuts at once.
1313

14-
## Release 3 (2023-12-26)
14+
# 3 (2023-12-26)
1515

16-
### `spatial`
16+
## `spatial`
1717

1818
- Extend commands `focus` and `move` to support targeting a specific workspace.
1919
- Fix focus on floating windows.
@@ -22,21 +22,21 @@
2222
- Add a basic support for comments in the config file. Line starting with the
2323
character # are ignored.
2424

25-
## Release 2 (2023-05-18)
25+
# 2 (2023-05-18)
2626

27-
### `spatial`
27+
## `spatial`
2828

2929
- Drop the dynamic linking dependency to GMP.
3030
- Fix moving a window upward being able to make a window disappear if the
3131
current workspace is the upmost one.
3232
- Fix windows sometimes disappearing from workspaces when moving the focus
3333
upward or downward.
3434

35-
### `spatialmsg`
35+
## `spatialmsg`
3636

3737
- Drop the dynamic linking dependency to GMP.
3838

39-
## Release 1 (2023-04-29)
39+
# 1 (2023-04-29)
4040

4141
The first release of Spatial Shell establishes a strong foundation for the
4242
project. Following in i3 and sway’s footsteps, it introduces a daemon

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(lang dune 3.0)
2+
(name spatial-shell)
23

34
(generate_opam_files true)
45

0 commit comments

Comments
 (0)