aboutsummaryrefslogtreecommitdiff
path: root/deployment/debian-package-x64/pkg-src/changelog
blob: 7f3f12b00708503cad3857fe1530f3f5eebcb7f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
jellyfin (10.1.0-1) unstable; urgency=medium

  * jellyfin:
  * PR335 Build scripts and build system consolidation.
  * PR424 add jellyfin-web as submodule
  * PR455 Cleanup some small things
  * PR458 Clean up several minor issues and add TODOs
  * PR506 Removing tabs and trailing whitespace
  * PR508 Update internal versioning and user agents.
  * PR516 Remove useless properties from IEnvironmentInfo
  * PR520 Fix potential bug where aspect ratio would be incorrectly calculated
  * PR534 Add linux-arm and linux-arm64 native NuGet dependency.
  * PR540 Update Emby API keys to our own
  * PR541 Change ItemId to Guid in ProviderManager
  * PR556 Fix "Password Reset by PIN" page
  * PR562 Fix error with uppercase photo extension and fix typo in a log line
  * PR563 Update dev from master
  * PR566 Avoid printing stacktrace when bind to port 1900 fails
  * PR567 Shutdown gracefully when recieving a termination signal
  * PR571 Add more NuGet metadata properties
  * PR575 Reformat all C# server code to conform with code standards
  * PR576 Add code analysers for debug builds
  * PR580 Fix Docker build
  * PR582 Replace custom image parser with Skia
  * PR587 Add nuget info to Emby.Naming
  * PR589 Ensure config and log folders exist
  * PR596 Fix indentation for xml files
  * PR598 Remove MediaBrowser.Text for license violations and hackiness
  * PR606 Slim down docker image
  * PR613 Update MediaEncoding
  * PR616 Add Swagger documentation
  * PR619 Really slim down Docker container
  * PR621 Minor improvements to library scan code
  * PR622 Add unified build script and bump_version script
  * PR623 Replaced injections of ILogger with ILoggerFactory
  * PR625 Update taglib-sharp
  * PR626 Fix extra type name in parameter, add out keyword
  * PR627 Use string for ApplicationVersion
  * PR628 Update Product Name (User-Agent)
  * PR629 Fix subtitle converter misinterpreting 0 valued endTimeTicks
  * PR631 Cleanup ImageProcessor and SkiaEncoder
  * PR634 Replace our TVDB key with @drakus72's which is V1
  * PR636 Allow subtitle extraction and conversion in direct streaming
  * PR637 Remove unused font
  * PR638 Removed XmlTv testfiles and nuget install
  * PR646: Fix infinite loop bug on subtitle.m3u8 request
  * PR655: Support trying local branches in submodule
  * PR661: Fix NullRef from progress report
  * PR666: Add cross-platform build for arm64
  * jellyfin-web:
  * PR1: Change webcomponents to non-minified version
  * PR4: Fix user profile regression
  * PR6: Make icon into proper ico and large PNG
  * PR7: Fix firefox failing to set password for users with no password set
  * PR8: Remove premiere stuff and fix crashes caused by earlier removals
  * PR12: Fix return from PIN reset to index.html
  * PR13: Send android clients to select server before login
  * PR14: Reimplement page to add server
  * PR16: Fix spinning circle at the end of config wizard
  * PR17: Fix directorybrower not resetting scroll
  * PR19: Set union merge for CONTRIBUTORS.md
  * PR20: Show album thumbnail and artist image in page itemdetail
  * PR26: Make the card titles clickable
  * PR27: Stop pagination and adding a library from being able to trigger multiple times
  * PR28: Add transparent nav bar to BlueRadiance theme CSS
  * PR29: Clean up imageuploader
  * PR30: Remove iap and simplify registrationservices
  * PR36: Open videos in fullscreen on android devices
  * PR37: Remove broken features from web interface
  * PR38: Fix inconsistent UI coloring around settings drawer
  * PR39: Remove back button from dashboard and metadata manager
  * PR42: Fix Home backdrop not loading
  * PR43: Filter videos by audio stream language
  * PR44: Remove filter from library collection type options
  * PR45: Fix data-backbutton logic
  * PR46: Minor changes to navbar elements
  * PR48: Remove Sync code
  * PR52: Fix progress color
  * PR53: Fix user tabs color
  * PR54: Add back button to server dashboard

 -- Jellyfin Packaging Team <packaging@jellyfin.org>  Sun, 20 Jan 2019 23:19:46 -0500

jellyfin (10.0.2-1) unstable; urgency=medium

  * Hotfix release
  * jellyfin/jellyfin-web#23: Update Chromecast app ID [via direct commit]
  * #540: Update Emby API keys to our own
  * #541: Change ItemId to Guid in ProviderManager
  * #566: Avoid printing stacktrace when bind to port 1900 fails

 -- Joshua Boniface <joshua@boniface.me>  Sat, 19 Jan 2019 01:19:59 -0500

jellyfin (10.0.1-1) unstable; urgency=medium

  * Hotfix release, corrects several small bugs from 10.0.0
  * #512: Fix CONTRIBUTORS.md formatting
  * #501: Fix regression in integer divisions in latest movies category
  * #498: Change contributing link in settings to readthedocs.io
  * #493: Remove unused values.txt resource
  * #491: Fix userprofile.js crash
  * #519: Fix the DecodeJfif function to get proper image sizes
  * #486: Add NuGet package info to plugin projects

 -- Joshua Boniface <joshua@boniface.me>  Tue, 08 Jan 2019 20:06:01 -0500

jellyfin (10.0.0-1) unstable; urgency=medium

  * The first Jellyfin release under our new versioning scheme
  * Numerous bugfixes and code readability improvements
  * Updated logging configuration, including flag for it and configdir
  * Updated theming including logo
  * Dozens of other improvements as documented in GitHub pull request #419

 -- Joshua Boniface <joshua@boniface.me>  Sat, 05 Jan 2019 15:39:25 -0500

jellyfin (3.5.2-5) unstable; urgency=medium

  * Fully GPL'd release - remove tainted code from MediaBrowser.Common
  * Several code cleanups and tweaks

 -- Joshua Boniface <joshua@boniface.me>  Fri, 28 Dec 2018 10:26:30 -0500

jellyfin (3.5.2-4) unstable; urgency=medium

  * Correct manifest.json bug and vdpau

 -- Joshua Boniface <joshua@boniface.me>  Thu, 20 Dec 2018 18:31:43 -0500

jellyfin (3.5.2-3) unstable; urgency=medium

  * Correct several bugs in 3.5.2-2 packaging

 -- Joshua Boniface <joshua@boniface.me>  Sat, 15 Dec 2018 18:17:32 -0500

jellyfin (3.5.2-2) unstable; urgency=medium

  * Major code updates related to rebranding and cleanup

 -- Joshua Boniface <joshua@boniface.me>  Fri, 14 Dec 2018 00:07:46 -0500

jellyfin (3.5.2-1) unstable; urgency=medium

  * Add ffmpeg dependency and cleanup work

 -- Joshua Boniface <joshua@boniface.me>  Tue, 11 Dec 2018 20:55:32 -0500

jellyfin (3.5.2) unstable; urgency=medium

  * Rename from emby-server on version 3.5.2

 -- Joshua Boniface <joshua@boniface.me>  Sun, 9 Dec 2018 15:20:58 -0400