-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add alpha2 * Apply suggestions from code review * fix alpha3 --------- Co-authored-by: Martin Stone <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,23 @@ | ||
--- | ||
publishDate: 2024-09-29T23:02:00Z | ||
author: ildyria | ||
title: 'Bite-size v6: Second Alpha!' | ||
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/20240929-1.png | ||
category: Active Development | ||
tags: | ||
- lychee | ||
- vuejs | ||
- v6 | ||
--- | ||
A week ago I did a list (see [here](/2024-09-23-v6-multiple)) of things that needed to be completed before we could move further. After battling to get back the code coverage above 80%, I was able to finish the needed tick box. This also includes some missed points such as the unlocking of albums with passwords and sensitive curtains. | ||
|
||
I would say Lychee v6 is very close to be ready. For this reason we are publishing a second alpha release. | ||
|
||
However after a few more tests, I couldn't help but notice that there are a few problems needed to be fixed: | ||
|
||
- [ ] Header bar on mobile phones, including menu links | ||
- [ ] Dynamic menu buttons in header when selecting pictures or albums. | ||
- [ ] More things that I may have missed? | ||
|
||
Anyway, if you are interested in giving a try to this second Alpha release, check it [here](https://github.com/LycheeOrg/Lychee/releases/tag/v6.0.0-alpha3) or the alpha tag on our docker. |