Set version to 0.0.2

Order-independent group resolution on top of 0.0.1.
This commit is contained in:
2026-07-31 09:43:12 +02:00
parent 5c8430f207
commit 3259f5e756
2 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>0.0.1.0</Version> <Version>0.0.2.0</Version>
<AssemblyVersion>0.0.1.0</AssemblyVersion> <AssemblyVersion>0.0.2.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion> <FileVersion>0.0.2.0</FileVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
+5 -4
View File
@@ -1,7 +1,7 @@
--- ---
name: "Watched Together" name: "Watched Together"
guid: "aa3288a0-e8c1-43e2-8045-8c3411142a5b" guid: "aa3288a0-e8c1-43e2-8045-8c3411142a5b"
version: "0.0.1.0" version: "0.0.2.0"
targetAbi: "10.11.0.0" targetAbi: "10.11.0.0"
framework: "net9.0" framework: "net9.0"
overview: "One shared login for several people; watched state flows back to each member's own account" overview: "One shared login for several people; watched state flows back to each member's own account"
@@ -26,6 +26,7 @@ dotnet_framework: "net9.0"
# Point at the plugin project rather than the solution so the test project is not packaged. # Point at the plugin project rather than the solution so the test project is not packaged.
project: "Jellyfin.Plugin.WatchedTogether/Jellyfin.Plugin.WatchedTogether.csproj" project: "Jellyfin.Plugin.WatchedTogether/Jellyfin.Plugin.WatchedTogether.csproj"
changelog: > changelog: >
Initial release: shared accounts created on demand at login, multi-password Member order no longer matters when resolving a group: "john+jane" and
authentication, one-way played-state sync to members, and library access "jane+john" are the same account instead of creating a second one. Account
computed as the intersection of the members'. names are sorted alphabetically, and a member's password is checked in the
order the names were typed.