Add CHANGELOG + CONTRIBUTING.md + issue_template.md + FUNDING.yml
This commit is contained in:
parent
7fece740af
commit
7e8ab3359a
|
@ -0,0 +1,10 @@
|
||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
|
patreon: tom79
|
||||||
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
|
liberapay: tom79
|
||||||
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
|
otechie: # Replace with a single Otechie username
|
||||||
|
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
@ -0,0 +1,28 @@
|
||||||
|
# 1.5.2
|
||||||
|
|
||||||
|
### Added:
|
||||||
|
- Enable/disable auto playback
|
||||||
|
- Enter in full-screen automatically (default disabled)
|
||||||
|
- Back press pauses the video in full-screen
|
||||||
|
|
||||||
|
### Fixed:
|
||||||
|
- Public timelines don't honor muted accounts
|
||||||
|
- Comments are not removed when switching to a video without comments
|
||||||
|
- Some other fixes
|
||||||
|
|
||||||
|
--------
|
||||||
|
|
||||||
|
# 1.5.1
|
||||||
|
|
||||||
|
- Fix some issues
|
||||||
|
- New translations
|
||||||
|
|
||||||
|
--------
|
||||||
|
|
||||||
|
# 1.5.0
|
||||||
|
|
||||||
|
- Custom default instance depending of the country
|
||||||
|
- Full managements of comments and their replies (read/post/delete)
|
||||||
|
- Profile for accounts (displays their channels & videos)
|
||||||
|
- Fix some issues when posting a comment
|
||||||
|
- Fix videos not paused after screen lock
|
|
@ -0,0 +1,17 @@
|
||||||
|
CONTRIBUTING
|
||||||
|
============
|
||||||
|
|
||||||
|
### Localizations:
|
||||||
|
|
||||||
|
TubeLab works only with [Crowdin](https://crowdin.com/project/tubelab), which offers nice tools for helping in translations.
|
||||||
|
New translations will be automatically merged in a branch.
|
||||||
|
If your language is not listed, please ask me to add it. If you prefer to work on an XML file, you should be able [to upload it with Crowdin](https://support.crowdin.com/xml-configuration/).
|
||||||
|
Crowdin will not pick up changes in develop branch, that's why all translations should be done with this tool.
|
||||||
|
|
||||||
|
### Issues:
|
||||||
|
|
||||||
|
Issues are handled on Github at: https://github.com/stom79/TubeLab/issues, before opening an issue, please check it has not yet been submitted by someone else
|
||||||
|
|
||||||
|
### Contribution to code:
|
||||||
|
|
||||||
|
Your contributions are welcomed, but please, use this repo https://framagit.org/tom79/fedilab-tube. You can create PR to the dev branch.
|
|
@ -0,0 +1,25 @@
|
||||||
|
### Issue
|
||||||
|
<!-- Please, describe the issue here -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Steps for reproducing the issue
|
||||||
|
<!-- Step, to reproduce it -->
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
<!-- The instance you are using -->
|
||||||
|
Instance:
|
||||||
|
|
||||||
|
<!-- The app you are using -->
|
||||||
|
<!-- Put a x between brackets like: - [x] TubeLab -->
|
||||||
|
- [ ] TubeLab
|
||||||
|
- [ ] TubeAcad
|
||||||
|
|
||||||
|
|
||||||
|
<!-- If you know the version of TubeLab that you are using (can be found in about page) -->
|
||||||
|
Version of TubeLab:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Your Android version -->
|
||||||
|
Android version:
|
Loading…
Reference in New Issue