Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TeDomum
Pixelfed
Commits
9170a011
Unverified
Commit
9170a011
authored
Apr 17, 2020
by
daniel
Committed by
GitHub
Apr 17, 2020
Browse files
Merge pull request #2117 from pixelfed/staging
Bump version to v0.10.9 🥳
parents
66db7a4d
c6185cee
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
9170a011
# Release Notes
## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.10.8...dev)
## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.10.9...dev)
### Added
### Updated
## [v0.10.9 (2020-04-17)](https://github.com/pixelfed/pixelfed/compare/v0.10.8...v0.10.9)
### Added
-
Added Profile Following Search (
[
e3280c11
](
https://github.com/pixelfed/pixelfed/commit/e3280c11
)
)
-
Added Trusted Devices to Sudo Mode (
[
0c82c970
](
https://github.com/pixelfed/pixelfed/commit/0c82c970
)
)
...
...
@@ -57,7 +63,6 @@
-
Updated InternalApiController, limit remote profile ui to remote profiles (
[
d918a68e
](
https://github.com/pixelfed/pixelfed/commit/d918a68e
)
)
-
Updated NotificationCard, fix pagination bug #
[
2019
](
https://github.com/pixelfed/pixelfed/issues/2019
)
(
[32beaad5](https://github.com/pixelfed/pixelfed/commit/32beaad5
)
)
## [v0.10.8 (2020-01-29)](https://github.com/pixelfed/pixelfed/compare/v0.10.7...v0.10.8)
### Added
-
Added
```BANNED_USERNAMES```
.env var, an optional comma separated string to ban specific usernames from being used (
[
6cdd64c6
](
https://github.com/pixelfed/pixelfed/commit/6cdd64c6
)
)
...
...
config/pixelfed.php
View file @
9170a011
...
...
@@ -23,7 +23,7 @@ return [
| This value is the version of your Pixelfed instance.
|
*/
'version'
=>
'0.10.
8
'
,
'version'
=>
'0.10.
9
'
,
/*
|--------------------------------------------------------------------------
...
...
@@ -221,7 +221,7 @@ return [
|
*/
'user_invites'
=>
[
'enabled'
=>
false
,
//
env('PF_USER_INVITES', false),
'enabled'
=>
env
(
'PF_USER_INVITES'
,
false
),
'limit'
=>
[
'total'
=>
(
int
)
env
(
'PF_USER_INVITES_TOTAL_LIMIT'
,
0
),
'daily'
=>
(
int
)
env
(
'PF_USER_INVITES_DAILY_LIMIT'
,
0
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment