Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2022-08-14)

### Bug Fixes

* **tweets:** fix display of polls with no votes ([643bbcd](643bbcd))

### Features

* add bookmarks view ([3fdcd5d](3fdcd5d))
* add standalone tweet viewer ([9826337](9826337))
* **timeline:** display number of tweets remaining ([ca26645](ca26645))
* **tweets:** display quoted tweets ([6c865a2](6c865a2))
* **tweets:** move tweet actions from timeline long press to tweet content ([f2fba79](f2fba79))
  • Loading branch information
semantic-release-bot committed Aug 14, 2022
1 parent 667a778 commit af25013
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.7.0](https://github.com/garredow/kaite/compare/v1.6.0...v1.7.0) (2022-08-14)


### Bug Fixes

* **tweets:** fix display of polls with no votes ([643bbcd](https://github.com/garredow/kaite/commit/643bbcd3fda9d822d55e0b301eabc064a91fd2f3))


### Features

* add bookmarks view ([3fdcd5d](https://github.com/garredow/kaite/commit/3fdcd5d4c2f00d016f6a0b37805b524bea3406e5))
* add standalone tweet viewer ([9826337](https://github.com/garredow/kaite/commit/982633760239a7e8c82e502609c4d5d6abcb0f17))
* **timeline:** display number of tweets remaining ([ca26645](https://github.com/garredow/kaite/commit/ca266452f5a4f51aebc90452458134d26e7098c0))
* **tweets:** display quoted tweets ([6c865a2](https://github.com/garredow/kaite/commit/6c865a240bfc683bea80f1e0d97fcc74434b671b))
* **tweets:** move tweet actions from timeline long press to tweet content ([f2fba79](https://github.com/garredow/kaite/commit/f2fba79571fc2344780944dfb1f83f7cc5e4f995))

# [1.6.0](https://github.com/garredow/kaite/compare/v1.5.0...v1.6.0) (2022-08-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaite",
"version": "1.6.0",
"version": "1.7.0",
"private": true,
"scripts": {
"build": "rollup -c",
Expand Down
6 changes: 4 additions & 2 deletions public/manifest.en-US.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"name": "Kaite",
"id": "kaite",
"short_name": "Kaite",
"categories": ["social"],
"categories": [
"social"
],
"description": "A Twitter client for KaiOS",
"theme_color": "#1DA1F2",
"background_color": "#ffffff",
Expand All @@ -27,7 +29,7 @@
"start_url": "/index.html",
"orientation": "portrait-primary",
"b2g_features": {
"version": "1.6.0",
"version": "1.7.0",
"subtitle": "A Twitter client for KaiOS",
"permissions": {
"systemXHR": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "dev.nothing.kaite",
"name": "Kaite",
"description": "A Twitter client for KaiOS",
"version": "1.6.0",
"version": "1.7.0",
"launch_path": "/index.html",
"icons": {
"128": "/images/icon_128.png",
Expand Down
6 changes: 4 additions & 2 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"name": "Kaite",
"id": "kaite",
"short_name": "Kaite",
"categories": ["social"],
"categories": [
"social"
],
"description": "A Twitter client for KaiOS",
"theme_color": "#1DA1F2",
"background_color": "#ffffff",
Expand All @@ -27,7 +29,7 @@
"start_url": "/index.html",
"orientation": "portrait-primary",
"b2g_features": {
"version": "1.6.0",
"version": "1.7.0",
"subtitle": "A Twitter client for KaiOS",
"permissions": {
"systemXHR": {
Expand Down

0 comments on commit af25013

Please sign in to comment.