Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
[skip ci] Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacekun committed Jul 27, 2022
1 parent cbd690f commit c606a0c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ A fork of [CloudStream-3](https://github.com/LagradOst/CloudStream-3), with addi
[**View release history**](doc/version_log.md)

## Features
+ All features of CloudStream 3, corresponding to this [**commit head**](https://github.com/LagradOst/CloudStream-3/tree/e64a8755439a0e4fb6401549a64f79431794fbab).
+ All features of CloudStream 3, corresponding to this [**commit head**](https://github.com/LagradOst/CloudStream-3/tree/8ad17143a4e7da6506e63cde280c149cea5af58d).
+ **NSFW** sites. *See below table*.
+ **Crunchyroll** site.
+ **Random** button on Homepage.

## NSFW Sites
### Supported sites:
Expand Down
2 changes: 1 addition & 1 deletion _unrel.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

set /p Tag=<doc/last_tag.txt
echo Last Tag is %Tag%
git log %Tag%..HEAD ^^upstream/master --oneline --invert-grep --grep="^\[skip ci\|^\Merge branch" --pretty=format:"+ %%s (%%aN)" > doc/unreleased.md
git log %Tag%..HEAD ^^upstream/master --reverse --oneline --invert-grep --grep="^\[skip ci\|^\Merge branch" --pretty=format:"+ %%s (%%aN)" > doc/unreleased.md
6 changes: 3 additions & 3 deletions app/src/main/res/navigation/mobile_navigation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@
app:popEnterAnim="@anim/enter_anim"
app:popExitAnim="@anim/exit_anim">
<action
android:id="@+id/action_navigation_settings_to_navigation_settings_nsfw"
app:destination="@id/navigation_settings_nsfw"
app:enterAnim="@anim/enter_anim"
app:exitAnim="@anim/exit_anim"
app:popEnterAnim="@anim/enter_anim"
app:popExitAnim="@anim/exit_anim"
android:id="@+id/action_navigation_settings_to_navigation_settings_nsfw"
app:destination="@id/navigation_settings_nsfw" />
app:popExitAnim="@anim/exit_anim" />
<action
android:id="@+id/action_navigation_settings_to_navigation_settings_ui"
app:destination="@id/navigation_settings_ui"
Expand Down
2 changes: 1 addition & 1 deletion doc/current_upstream.log
Original file line number Diff line number Diff line change
@@ -1 +1 @@
+ [CloudStream-3 base update](https://github.com/LagradOst/CloudStream-3/tree/8fc790ab9b7f9e1d362f5e75303f4a6ef08b87e4).
+ [CloudStream-3 base update](https://github.com/LagradOst/CloudStream-3/tree/8ad17143a4e7da6506e63cde280c149cea5af58d).
14 changes: 13 additions & 1 deletion doc/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
+
+ [CloudStream-3 base update](https://github.com/LagradOst/CloudStream-3/tree/8ad17143a4e7da6506e63cde280c149cea5af58d).
+ Fix issues found after merging Cs3 base.
+ [Provider] Add Pandamovies (WIP).
+ Enable adult contents on some providers.
+ Add: version text on main settings UI.
+ Add: Toggle to use search-only sites for NSFW providers. Defaults to false (hide).
+ Enabled pre-release:
+ Changed App name for pre-release variant.
+ Changed launcher icon for pre-release.
+ Fix InApp Updater for pre release.
+ Changed filename of apk saved on InApp Updater.
+ Upgrade gradle to 7.2.1.
+ Rename StreamLare to Streamlare to be consistent to upstream.

0 comments on commit c606a0c

Please sign in to comment.