-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
155 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'pure-docker.md', | ||
'README.md', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 4.1 Pulento | ||
|
||
Chevereto V4.1 codename [**Pulento**](https://dle.rae.es/pulento) carries the development started with [Macanudo](4.0.md). It adds Video support, customizable theme font and it starts to deliver the user-based API. | ||
|
||
## Blog posts | ||
|
||
* [Chevereto 4.1](https://rodolfoberrios.com/2024/04/20/chevereto-4-1/) | ||
* [Video support](https://blog.chevereto.com/upcoming/video-support/) | ||
* [User-based API](https://blog.chevereto.com/upcoming/user-based-api/) | ||
|
||
## Video support | ||
|
||
Now with support for video content. | ||
|
||
Chevereto has always been the photo-sharing champion, and we're not going anywhere. But we see video as the next frontier for creative expression, and we want to be your one-stop shop for all your media needs. | ||
|
||
## User-based API | ||
|
||
Use and send commands to Chevereto from anywhere. | ||
|
||
Every single action in the system will be available under this HTTP API, enabling anyone to build rich Chevereto-based applications by leveraging backend on Chevereto’s and creating tailored user interfaces for your very own needs. | ||
|
||
## Customizable theme font | ||
|
||
Easy select Chevereto system font to fit your style. | ||
|
||
You can now select the font used in the Chevereto theme, this is a system-wide setting that will affect all users, and it is a great way to make Chevereto feel more like home. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
|
||
return [ | ||
'welcome-back.md' => 'Welcome Back', | ||
'4.1.md' => "Pulento (4.1)", | ||
'4.0.md' => "Macanudo (4.0)", | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
|
||
return [ | ||
'welcome-back.md', | ||
'4.1.md', | ||
'4.0.md', | ||
]; |