mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-10 04:52:38 +01:00
Update changelog and format
This commit is contained in:
parent
3d4d9e636f
commit
a6a1b8dffd
@ -1,3 +1,19 @@
|
||||
/*
|
||||
* Copyright 2020 Allan Wang
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package com.pitchedapps.frost.injectors
|
||||
|
||||
import android.webkit.WebView
|
||||
@ -17,4 +33,4 @@ enum class CssSmallAssets(private val content: String) : InjectorContract {
|
||||
override fun inject(webView: WebView, prefs: Prefs) {
|
||||
injector.inject(webView, prefs)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,4 @@
|
||||
v2.4.4
|
||||
v2.4.5
|
||||
|
||||
* Lots of under the hood fixes
|
||||
* Fixed sharing
|
||||
* Fix photo downloads for Android Q+
|
||||
* Fix url query encoding
|
||||
* Add option to make images full screen (settings > news feed)
|
@ -6,6 +6,15 @@
|
||||
<item text="" />
|
||||
-->
|
||||
|
||||
<version title="v2.4.5" />
|
||||
<item text="Fix url query encoding" />
|
||||
<item text="Add option to make images full screen (settings > news feed)" />
|
||||
<item text="" />
|
||||
<item text="" />
|
||||
<item text="" />
|
||||
<item text="" />
|
||||
<item text="" />
|
||||
|
||||
<version title="v2.4.4" />
|
||||
<item text="Lots of under the hood fixes" />
|
||||
<item text="Fixed sharing" />
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v2.4.5
|
||||
* Fix url query encoding
|
||||
* Add option to make images full screen (settings > news feed)
|
||||
|
||||
## v2.4.4
|
||||
* Lots of under the hood fixes
|
||||
* Fixed sharing
|
||||
|
Loading…
Reference in New Issue
Block a user