Skip to content

Commit

Permalink
release 2024.5
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Mar 21, 2024
1 parent 924195b commit 40b9a8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 2024.5 (2024-03-21)

**BREAKING** Configuration file format has switched from `YAML` to `TOML`. Please vist the migration guide here: [halloy.squidowl.org/guides/migrating-from-yaml](https://halloy.squidowl.org/guides/migrating-from-yaml.html).

Added:
Expand All @@ -17,7 +19,7 @@ Changed:
- Changed `exclude` from `[buffer.server_messages]` to two seperate settings
- `enabled = bool`
- `smart = number`
- Use primary text color instead of accent color for `Solid` nicknames
- Use primary text color instead of accent color for `solid` nicknames
- Op and Voice context menu items hidden in channels where the user is not an Op

Fixed:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.4
2024.5
2 changes: 1 addition & 1 deletion assets/linux/org.squidowl.halloy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
<developer_name>The Squidowl Development Team</developer_name>

<releases>
<release version="2024.4" date="2024-03-15" />
<release version="2024.5" date="2024-03-21" />
</releases>
</component>

0 comments on commit 40b9a8c

Please sign in to comment.