Compare commits

..

2 Commits

Author SHA1 Message Date
Filip Krawczyk 0a95fefba0
Update README.md 2023-02-04 15:57:01 +01:00
Filip Krawczyk b7cd985ba2
Update README.md 2023-02-03 15:44:28 +01:00
4 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
## v0.9.0 - 2022-08-29
## Unreleased
### Added

View File

@ -1,3 +1,9 @@
# ⚠️ THIS PROJECT IS NOT MAINTAINED ANYMORE ⚠️
This project has been officially dropped due to lack of interest and political differences. If anyone is interested in continuing developement, feel free to fork it. For any questions you can message [krawieck](https://matrix.to/#/@krawieck:matrix.org) (who was responsible for the flutter app) or [shilangyu](https://matrix.to/#/@shilangyu:matrix.org) (who was responsible for lemmy_api_client).
---
<div align="center">
[![](https://github.com/LemmurOrg/lemmur/workflows/ci/badge.svg)](https://github.com/LemmurOrg/lemmur/actions)

View File

@ -1,5 +0,0 @@
### Added
- Create post community picker now has autocomplete
- You can now add an instance from the three dots menu on the instance page
- Editor for writing comments, posts, and profile bio now has a toolbar with shortcuts to all the common markdown things

View File

@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.9.0+20
version: 0.8.0+19
environment:
sdk: ">=2.17.0 <3.0.0"