diff --git a/README.md b/README.md index a92fd07eb..1ca29a887 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ Despite being one of the main features of federated social media, the Federated That’s one of the reasons why choosing a small, **well-moderated instance is important**. Instance admins and moderators should always make sure to ban abusive users and stop federating with instances who platform them. On well-moderated instances, the Federated timeline can be a welcoming place to meet new people! +## Draft and schedule posts + +**Allows for preparing a post and scheduling it to send it automatically at a specific time.** + +You can create drafts, edit them, send them manually later or set a scheduled date. Drafts are technically saved as scheduled posts, so you can view and edit them from other apps that support scheduled posts. Scheduled posts are handled by your home instance, so they'll work even if you uninstall Megalodon. + ### **Image description viewer** **Allows you to quickly check whether an image or video has an alternative text attached to it.** @@ -142,6 +148,7 @@ There's also a handful of custom strings exclusive to this projects that would n * [Add language selector](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/language-selector) * [Implement deleting notifications](https://github.com/sk22/megalodon/commit/b0f9ce081f69f29ad59658fc00ca41372cd2677d) (disabled by default) * [Long-click boost button to "quote" a post](https://github.com/sk22/megalodon/commit/b25a237c20c6a924ed4d9b357999867c3a32b32b) +* [Draft and schedule posts](https://github.com/sk22/megalodon/pull/217) ### Behavior diff --git a/mastodon/build.gradle b/mastodon/build.gradle index ea35ea04f..44ec73a4f 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.joinmastodon.android.sk" minSdk 23 targetSdk 33 - versionCode 63 - versionName "1.1.5+fork.63" + versionCode 64 + versionName "1.1.5+fork.64" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resConfigs "ar-rSA", "be-rBY", "bn-rBD", "bs-rBA", "ca-rES", "cs-rCZ", "de-rDE", "el-rGR", "es-rES", "eu-rES", "fi-rFI", "fil-rPH", "fr-rFR", "ga-rIE", "gd-rGB", "gl-rES", "hi-rIN", "hr-rHR", "hu-rHU", "hy-rAM", "in-rID", "is-rIS", "it-rIT", "iw-rIL", "ja-rJP", "kab", "ko-rKR", "nl-rNL", "oc-rFR", "pl-rPL", "pt-rBR", "pt-rPT", "ro-rRO", "ru-rRU", "si-rLK", "sl-rSI", "sv-rSE", "th-rTH", "tr-rTR", "uk-rUA", "vi-rVN", "zh-rCN", "zh-rTW" } diff --git a/metadata/en-US/changelogs/64.txt b/metadata/en-US/changelogs/64.txt new file mode 100644 index 000000000..60d54433b --- /dev/null +++ b/metadata/en-US/changelogs/64.txt @@ -0,0 +1,7 @@ +- Drafts and scheduled posts +- Mastodon 4.0 compatible filters by @thiagojedi +- Long-click to interact with posts (reply, boost, like, bookmark) from other logged-in accounts +- Icons in all menus +- Add mention when using "Post about this" function +- Option to use uniform notifications icon instead of distinct icons +- Bugfixes \ No newline at end of file diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt index c10c83d2a..2f795c527 100644 --- a/metadata/en-US/full_description.txt +++ b/metadata/en-US/full_description.txt @@ -4,6 +4,7 @@ Megalodon is a modified version of the