mirror of
https://github.com/GalaxyViewer/GalaxyViewer.git
synced 2026-08-14 00:57:53 +00:00
* 📦️ Upgrades packages, renames LoggedInView to WelcomeView * 📦️ Upgrades packages, removes Shell theme * 🐛 📦 Fixes issues with trying to Login on Android, updates packages * 🐛 Grid Selection now works * 🚧 Moved some things to a Session service, fixed grids not populating on clean install * 🚧 L$ Balance is now visible * ✨ Adds a working address bar and teleporting, renames WelcomeView to DashboardView, fixes login location, general formatting tweaks * 📦️ Upgrades packages * 🌐 Localization update, tweaks for emoji, and adding RTL support * ✨ Working basic chat functionality * Update GalaxyViewer/ViewModels/MainViewModel.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com> * Update GalaxyViewer/Views/LoginView.axaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com> --------- Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
8 lines
296 B
XML
8 lines
296 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Product>GalaxyViewer</Product>
|
|
<Description>GalaxyViewer is a cross-platform viewer for Second Life and NGC OpenSimulator.</Description>
|
|
<Authors>Galaxy Littlepaws</Authors>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
</Project> |