dependabot[bot]
99d4cb4d8c
chore(deps): bump shell-quote from 1.7.2 to 1.7.3 ( #2152 )
...
* chore(deps): bump shell-quote from 1.7.2 to 1.7.3
Bumps [shell-quote](https://github.com/substack/node-shell-quote ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases )
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md )
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: test
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
2022-11-08 05:46:29 -08:00
dependabot[bot]
9eb8fc1f1d
chore(deps): bump jpeg-js from 0.4.3 to 0.4.4 ( #2151 )
...
* chore(deps): bump jpeg-js from 0.4.3 to 0.4.4
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/eugeneware/jpeg-js/releases )
- [Commits](https://github.com/eugeneware/jpeg-js/compare/v0.4.3...v0.4.4 )
---
updated-dependencies:
- dependency-name: jpeg-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: test
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
2022-11-08 05:46:20 -08:00
dependabot[bot]
b152359428
chore(deps): bump terser from 5.7.0 to 5.14.2 ( #2155 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.7.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-22 17:49:18 -07:00
Nolan Lawson
a211763d98
2.2.1
2022-05-22 14:07:01 -07:00
Nolan Lawson
69bb849508
fix: fix login to limited federation instance ( #2147 )
...
Fixes #2146
2022-05-15 10:10:04 -07:00
Nolan Lawson
5fd8d0ac23
fix: invalid date strings ( #2145 )
...
* fix: invalid date strings
Fixes #2113
* fix: polls without expiry date
Fixes #2112
2022-05-14 11:27:32 -07:00
Nolan Lawson
78687479df
fix: hide embeds in spoilered statuses ( #2143 )
...
Fixes #2142
2022-05-07 10:04:57 -07:00
tobi
b312b3b485
fix: use empty array for ws protocols instead of null ( #2140 )
2022-05-06 08:03:49 -07:00
Nolan Lawson
b2d900f078
2.2.0
2022-05-01 13:17:06 -07:00
Nolan Lawson
9282d7099d
docs: update readme [skip ci]
2022-05-01 13:16:10 -07:00
Nolan Lawson
135c51a856
fix: fix votes count on Misskey polls ( #2138 )
2022-05-01 10:19:57 -07:00
Nolan Lawson
1a7bbe19a2
fix: add rel=me ( #2137 )
2022-05-01 08:55:02 -07:00
Nolan Lawson
c67be9acc2
fix: fix bell notifications, add tests
2022-05-01 08:54:37 -07:00
Alexander Yakovlev
2e9afd711f
feat: support account "bell" notifications
...
Fixes #1961
2022-05-01 08:54:37 -07:00
Nolan Lawson
54a11778da
chore: make local mastodon server work in docker ( #2136 )
2022-04-30 18:34:58 -07:00
Nolan Lawson
2a53bd3f80
chore: update mastodon 3.5.1 backup files ( #2135 )
2022-04-30 17:14:31 -07:00
Nolan Lawson
6794514916
chore: update to mastodon v3.5.1 ( #2133 )
...
* chore: update to mastodon v3.5.1
* chore: empty commit
2022-04-30 14:38:37 -07:00
Nolan Lawson
8685e4f603
test: fix flaky test ( #2134 )
2022-04-30 14:20:22 -07:00
Nolan Lawson
58d81a25ad
chore: remove deprecate git.io comments ( #2131 )
2022-04-30 12:48:05 -07:00
Nolan Lawson
7d13f27d6c
chore: update testcafe ( #2132 )
2022-04-30 12:47:56 -07:00
Nolan Lawson
30ad0becb5
fix: make the center nav optional ( #2128 )
2022-04-25 18:36:29 -07:00
Rylan Cates
ce03460b86
feat: center navbar for large screen sizes ( #2126 )
...
* feat: center navbar for widths >991px
* fix: update src/routes/_components/Nav.html
fixes #403
Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
2022-04-23 08:08:55 -07:00
Matthew Connelly
05a3b2d31f
fix(Dockerfile): Use explicit node version ( #2125 )
...
The `node:alpine` Docker image appears to have recently been updated to point to Node 17, breaking new builds of Pinafore. This commit explicitly specifies Node 16 until the underlying reason for the build failure on 17+ can be fixed.
2022-04-19 06:38:06 -07:00
Nolan Lawson
e04b1da754
2.1.0
2022-04-15 08:01:00 -07:00
Nolan Lawson
3e2fd130e0
fix: make ios status bar default color again ( #2123 )
2022-04-10 11:25:29 -07:00
dependabot[bot]
49723fa91e
chore(deps): bump moment from 2.29.1 to 2.29.2 ( #2119 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-10 10:36:11 -07:00
Nolan Lawson
a9119fa53f
fix: use /api/v2/media ( #2121 )
...
* fix: use /api/v2/media
Fixes #2078
* fix: fix comment
2022-04-10 10:35:24 -07:00
hellojaccc
10ed291950
feat: fix ios white status bar + add iOS splash screen ( #2108 )
...
* Fix iOS statusbar #2
add theme-color mea tag
* change default to black
* Update template.html
* return to 'default'
* Update template.html
* Add splash screen
* Update template.html
* Update template.html
* fix: filter splash files in service worker
* perf: zopfli-optimize splash pngs
* fix: wrong cache
Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
2022-04-10 10:34:56 -07:00
Nolan Lawson
00c6aa1843
2.0.6
2022-04-02 10:36:01 -07:00
dependabot[bot]
6e42e9f2b0
chore(deps): bump minimist from 1.2.5 to 1.2.6 ( #2118 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 07:32:55 -07:00
Nolan Lawson
f2d752bfc2
fix: add country flag emoji on windows ( #2117 )
...
* fix: add country flag emoji on windows
* fix: missing file
* fix: cache font file on-demand
* fix: attempt to fix
* fix: working
* fix: ordering
* fix: ordering
* fix: ordering
* fix: fixup
* fix: fixup
* fix: add comment
* fix: fix vercel
* fix: fix vercel.json
* fix: vercel
* refactor: refactor
2022-03-27 20:59:02 -07:00
Nolan Lawson
fd6bb63450
chore: update emoji-picker-element ( #2116 )
2022-03-21 08:23:17 -07:00
Nolan Lawson
e15f4523ba
chore: update dependencies ( #2115 )
2022-03-21 08:23:08 -07:00
Nolan Lawson
5ecf8b8ab9
chore: update deps ( #2109 )
2022-02-18 12:56:05 -08:00
Nolan Lawson
8b8246c59f
2.0.5
2022-02-17 07:45:33 -08:00
Nolan Lawson
cac792a830
fix(ios): change status-bar-style to default ( #2107 )
...
Fixes #2104
2022-02-06 11:53:29 -08:00
dependabot[bot]
dc8b7c93f3
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 ( #2106 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-06 11:37:59 -08:00
Nolan Lawson
c57e3a2e7e
2.0.4
2022-01-23 09:47:08 -08:00
Nolan Lawson
331f6e8803
fix: fix multiple-choice poll results ( #2101 )
...
Fixes #2100
2022-01-02 16:00:41 -08:00
Nolan Lawson
67f4a1ab2f
2.0.3
2021-12-31 18:49:36 -08:00
Nolan Lawson
f3c5e7de5f
fix: ignore falsy last_status ( #2099 )
...
Fixes #2097
2021-12-27 20:57:16 -08:00
Nolan Lawson
58ff6beb26
2.0.2
2021-11-26 15:11:08 -08:00
Nolan Lawson
0df4b724ca
fix: fix for when notification is undefined ( #2093 )
2021-11-13 10:57:36 -08:00
dependabot[bot]
fdf4110dad
chore(deps): bump nth-check from 2.0.0 to 2.0.1 ( #2091 )
...
Bumps [nth-check](https://github.com/fb55/nth-check ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases )
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: nth-check
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-13 10:47:24 -08:00
Nolan Lawson
54b3042042
2.0.1
2021-09-14 07:51:43 -07:00
Nolan Lawson
21678ec78e
fix: tweak accent colors ( #2089 )
...
* fix: tweak accent colors
* fix: fixup
2021-08-20 18:08:26 -07:00
Nolan Lawson
368775e220
fix: add accent-color/color-scheme ( #2088 )
2021-08-18 07:11:14 -07:00
Nolan Lawson
9d5157f15c
fix: increase poll answer max length to 50 ( #2086 )
...
Fixes #2077
2021-08-06 15:20:48 -07:00
Nolan Lawson
a1e105ccef
2.0.0
2021-08-06 12:00:18 -07:00
Nolan Lawson
344a23fddd
chore: update emoji-picker-element ( #2084 )
2021-08-06 12:00:11 -07:00