Skip to content

Commit

Permalink
bump version to 1.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viperinius committed May 17, 2024
1 parent 4535fc4 commit 3f9314c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>1.7.2.0</Version>
<AssemblyVersion>1.7.2.0</AssemblyVersion>
<FileVersion>1.7.2.0</FileVersion>
<Version>1.8.0.0</Version>
<AssemblyVersion>1.8.0.0</AssemblyVersion>
<FileVersion>1.8.0.0</FileVersion>
</PropertyGroup>
</Project>
15 changes: 14 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Spotify Import"
guid: "F03D0ADB-289F-4986-BD6F-2468025249B3"
imageUrl: "https://github.com/Viperinius/jellyfin-plugin-spotify-import/raw/master/viperinius-plugin-spotifyimport.png"
version: "1.7.2.0"
version: "1.8.0.0"
targetAbi: "10.9.0.0"
framework: "net8.0"
overview: "This plugin imports playlists from Spotify."
Expand All @@ -17,6 +17,19 @@ artifacts:
changelog: |2-
# Changelog
## [1.8.0.0] - 2024-05-17
### Added
- Support for Jellyfin 10.9
- New configurable flag for each playlist whether or not to recreate it from scratch each time the task runs
- New matching type "fuzzy checking" for track and album names
### Changed
- "Ignore Parentheses" now treats [] the same as ()
- Some rework of the track matching process (again); the plugin now tries to find all potential matches first and then decides a "best fit" track name
## [1.7.2.0] - 2024-03-29
### Fixed
Expand Down

0 comments on commit 3f9314c

Please sign in to comment.