Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta is available! #152

Merged
merged 2 commits into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/blog/v6/20241005-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/blog/v6/20241005-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/blog/v6/20241005-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions src/content/post/2024-10-05-v6-beta.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
publishDate: 2024-10-05T20:00:00Z
author: ildyria
title: 'Bite-size v6: Beta is Live!'
excerpt: Bite-size v6 is a series of small post showing the progress made on the development of the future version of Lychee.
image: /blog/v6/20241005-1.png
category: Active Development
tags:
- lychee
- vuejs
- v6
---

In the past few days I have been working on the final touches, trying to check all the corners.
The dropdown to select the hero picture is back, and the selection of tags on tag albums is also working.

![Configuration of JS and CSS](/blog/v6/20241005-2.png)
I added back the boxes to edit Css and JS so that users are able to customize the look and feel of Lychee as they wish.
ildyria marked this conversation as resolved.
Show resolved Hide resolved

![Configuration of the Dropbox import](/blog/v6/20241005-3.png)
I also added back import from dropbox. I removed it in the version 5, but we got some complaints that it was missing and had to add it back.
ildyria marked this conversation as resolved.
Show resolved Hide resolved
This time, I took the proactive approach to directly integrate it from the start. Note that the code is not much tested in that corner as I do not use Dropbox.

That being said, today I added a new functionality. It was often requested to have a *"real"* slideshow mode.
This is now the case 😃. You can trigger it by tapping your Space bar or clicking the play button in the header.
Your *Left* and *Right* arrow keys allow you to switch to the next picture. Otherwise, just let the timer run
out and the next picture will be loaded automatically.

The behaviour is very similar to the frame mode. The later is aimed to be used in a screen display and rotate randomly.
In the case of the slideshow, the pictures will be displayed in order of the current album.

With this in the box, it is time to announce that the Beta is now ready. You can access it either via the `alpha` tag on docker,
or via the [release page](https://github.com/LycheeOrg/Lychee/releases/tag/v6.0.0-beta.1).

As opposed to the alpha, the beta will bump your version number to 6.0.0.

Feedback on the version 6 with the new front-end are welcomed on [GitHub](https://github.com/LycheeOrg/Lychee/discussions/2556) or our [dicord](https://discord.gg/JMPvuRQcTf).
ildyria marked this conversation as resolved.
Show resolved Hide resolved
Loading