Download LVNAuth

A stable release is available for download as a Flatpak and Snap package for Linux.

Download for Linux

Snap Package

Get it from the Snap Store

Flatpak

Download LVNAuth from Flathub


Development builds

It's possible to download the latest development version of LVNAuth that is still in-development. The advantage is being able to try out the latest features before being officially released. However, development versions of LVNAuth can be less stable, so it's not recommended for production use.

The latest development version is available as a Snap package in the latest/edge channel.

The command is:
snap install lvnauth --edge

To go back to the stable channel, use:
snap install lvnauth --stable

If you have questions or find any issues, visit:
https://github.com/jrezai/lvnauth/issues


Release Notes

LVNAuth 0.7

November 1, 2024


LVNAuth 0.6.1

September 16, 2024


LVNAuth 0.6

May 16, 2024

Let's say you want to show 5 button sprites in your visual novel at the same time. Before, you would have to add 5 sprite files/images to your visual novel, one for each button, even if they were the same image. Now you can use the same sprite (1 sprite file) to spawn multiple copies with unique names.

For example, typically you would load a dialog sprite like this:

<load_dialog_sprite: button, buy button>

The line above will load a dialog sprite named button and will give it an alias buy button. The line above works fine for 1 sprite. But what if you want to show 2 buttons? Instead of adding the same sprite file to your visual novel multiple times (which would unnecessarily increase the file size of the visual novel), you can now load the same sprite multiple times to create copies with different names, like this:

<load_dialog_sprite: button load as button 2, sell button>

So now it's taking the same sprite as before (named button) and loading it with a new name: button 2, and giving it an alias of sell button. With this update, it's now possible to load one sprite multiple times.


LVNAuth 0.5

March 19, 2024


LVNAuth 0.4

January 11, 2024


LVNAuth 0.3

December 3, 2023


Version 0.2 stable

November 10, 2023

Version: 0.1 beta 2

October 9, 2023


Version: 0.1 beta 1

October 9, 2023 - First beta release


Last updated: Fri 01 November 2024