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
Empty file added .changeset/.gitkeep
Empty file.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sable: minor
default: minor
---

add button to save a sticker you see in the message timeline to your personal account sticker pack
2 changes: 1 addition & 1 deletion .changeset/add_hide_user_pass_fields.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sable: minor
default: minor
---

Added config option `hideUsernamePasswordFields` for hosts to hide username and password fields from login page.
2 changes: 1 addition & 1 deletion .changeset/clarify_notification_settings.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sable: patch
default: patch
---

Clarify notification settings and functionality once and for all.
2 changes: 1 addition & 1 deletion .changeset/fix_broken_messages_images.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sable: patch
default: patch
---

Fix images without an empty body display as "Broken Message"
2 changes: 1 addition & 1 deletion .github/workflows/require-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

\`\`\`md
---
sable: patch
default: patch
---

Short user-facing summary of the change.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Alternatively, you can document the change manually by creating a change file:

```md
---
sable: patch
default: patch
---

Short user-facing summary of the change.
Expand Down
2 changes: 1 addition & 1 deletion knope.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type = "PrepareRelease"

[[workflows.steps]]
type = "Command"
command = "git commit -m \"chore: prepare release\""
command = "git commit -m \"chore: prepare release $version\""

[[workflows.steps]]
type = "Command"
Expand Down
Loading