Merge branch 'dev-indep' of https://github.com/ytorg/yotter into dev-indep
This commit is contained in:
commit
c677f0ff27
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -5,3 +5,8 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
# Maintain dependencies for pip
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,12 +1,4 @@
|
|||||||
## Unreleased
|
## Changelog is not updated anymore. [Check commits](https://github.com/ytorg/Yotter/commits/dev-indep) to see new features / fixes.
|
||||||
- [ ] Configuration page: Disable retweets.
|
|
||||||
- [ ] Configuration page: Disable loading media content.
|
|
||||||
- [ ] Configuration page: Dark mode
|
|
||||||
|
|
||||||
##### Long term
|
|
||||||
- Share a tweet.
|
|
||||||
- Play tweet videos from Parasitter.
|
|
||||||
- Create following lists.
|
|
||||||
|
|
||||||
## [0.2.7] - 2020.09.26
|
## [0.2.7] - 2020.09.26
|
||||||
### How to update:
|
### How to update:
|
||||||
|
@ -72,9 +72,9 @@ I always recommend self-hosting, as you will be the only person with access to y
|
|||||||
# Public Instances
|
# Public Instances
|
||||||
| name |server location|max users|registrations|
|
| name |server location|max users|registrations|
|
||||||
| ------------ | ------------ | ------------ |------------|
|
| ------------ | ------------ | ------------ |------------|
|
||||||
| https://yotter.xyz |Germany| 75 users|<img src="https://yotter.xyz/registrations_status/icon?2" width="17">|
|
| https://yotter.xyz |Germany| 85 users|<img src="https://yotter.xyz/registrations_status/icon?3" width="17">|
|
||||||
| https://yotter.kavin.rocks/ |India| 100 users |<img src="https://yotter.kavin.rocks/registrations_status/icon?3" width="15">|
|
| https://yotter.kavin.rocks/ |India| 100 users |<img src="https://yotter.kavin.rocks/registrations_status/icon?4" width="15">|
|
||||||
| https://yotter.jank.media/ |Germany| 100 users|<img src="https://yotter.jank.media/registrations_status/icon?3" width="15">|
|
| https://yotter.jank.media/ |Germany| 100 users|<img src="https://yotter.jank.media/registrations_status/icon?4" width="15">|
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
Contributors are always welcome. You can help in many ways: Coding, organizing, designing, [donating](#donate), maintaining... You choose what you want to help with!
|
Contributors are always welcome. You can help in many ways: Coding, organizing, designing, [donating](#donate), maintaining... You choose what you want to help with!
|
||||||
|
@ -2,7 +2,7 @@ alembic==1.4.3
|
|||||||
astroid==2.4.2
|
astroid==2.4.2
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
attrs==20.2.0
|
attrs==20.2.0
|
||||||
beautifulsoup4==4.9.2
|
beautifulsoup4==4.9.3
|
||||||
bleach==3.2.1
|
bleach==3.2.1
|
||||||
bs4==0.0.1
|
bs4==0.0.1
|
||||||
certifi==2020.6.20
|
certifi==2020.6.20
|
||||||
|
Reference in New Issue
Block a user