diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 3e938cc4..bd36a249 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -70,4 +70,3 @@ jobs: with: url: "https://webhook.freefeed.net/${{ secrets.WEBHOOK_SECRET }}/react-client/beta?version=beta" method: GET - diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dad061c..75d988b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.135.0] - Not released +## Experimental ### Added - The PWA manifest and the service worker was added. The service worker caches all site assets, including web fonts. It also caches user profile pictures (up @@ -384,6 +384,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 created the post, or add their @username to the comment you have already started creating. - Vimeo on demand links support ### Changed +- Take Save out of "more" menu - The Dropzone library has been replaced with a custom file uploader. Attachments for posts and comments are now uploaded uniformly. The CreatePost and PostEditForm components have been redesigned to utilize the new uploader. @@ -491,6 +492,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - It is now possible to hide posts by hashtags! Also, the underlying algorithm allows to add other types of hiding criteria in the future. +### Changed +- Take Save out of "more" menu + ## [1.110.0] - 2022-06-29 ### Fixed - The erroneous "Remove from" items has been removed from the post's "More" menu diff --git a/src/components/footer.jsx b/src/components/footer.jsx index 09235b78..82dede07 100644 --- a/src/components/footer.jsx +++ b/src/components/footer.jsx @@ -7,7 +7,7 @@ export default function Footer({ short }) { return (