Skip to content

Commit 94c0d24

Browse files
committed
changelog 1.4.7
1 parent ce450f0 commit 94c0d24

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

smiggins/static/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smiggins/ts/changelog.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,16 @@ const changes: { [key: string]: VersionData } = {
141141
"1.4.6": {
142142
description: "Bug Fixes Part 2",
143143
changes: [
144-
"Notifications should get cleared when opening a window.",
144+
"Notifications now get cleared when opening a window.",
145145
"Like notifications no longer show a push notification, instead just updating the badge count."
146146
]
147+
},
148+
"1.4.7": {
149+
description: "Bug Fixes Part 3",
150+
changes: [
151+
"The default post visibility setting is now respected on compose modals.",
152+
"Push notifications should work again on all supported browsers (broken in 1.4.6).",
153+
"The text indicating a quote includes another quote or a poll no longer gets cut off on long quotes."
154+
]
147155
}
148156
};

0 commit comments

Comments
 (0)