V1.1.0
Changelog
V1.1.0 (31/07/2021)
New
- Decoupled the server from the desktop app
Commits
- [CastIt] Added some logging while closing the app - @Wolfteam
- Removed custom action project - @Wolfteam
- Updated .gitignore - @Wolfteam
- Added a license file to the server setup - @Wolfteam
- Added initial server setup - @Wolfteam
- Updated cli and desktop setups - @Wolfteam
- [CastIt.Server.Windows.TrayIcon] Added a trayicon app for windows - @Wolfteam
- [CastIt.Cli] Updated server command - @Wolfteam
- [CastIt.Server] Removed server controller. - @Wolfteam
- Changed the application data - @Wolfteam
- [CastIt.Server] Minor bug fix - @Wolfteam
- [CastIt.Application] Can't use a cancellation token with process that completes too quickly - @Wolfteam
- [CastIt.Android] Bump to the 1.1.0+12 - @Wolfteam
- Bump to the 1.1.0 - @Wolfteam
- [CastIt.Server] Added some swagger doc - @Wolfteam
- Fixed / Removed some TODOs - @Wolfteam
- [CastIt.Android] Updated translations - @Wolfteam
- [CastIt.Cli] Minor changes - @Wolfteam
- [CastIt] The ffmpeg download dialog is now only shown if the server doesn't return the ffmpeg paths - @Wolfteam
- [CastIt.Server] The ffmpeg paths can now be updated - @Wolfteam
- [CastIt.GoogleCast] Minor fixes - @Wolfteam
- [CastIt.Application] The ffmepg exe can now be updated - @Wolfteam
- [CastIt.Domain] Added a new ffmpeg exception - @Wolfteam
- Moved shared googlecast enums to its own project - @Wolfteam
- [CastIt.Server] Moved all the actions to the server service - @Wolfteam
- [CastIt.Server] Better exception handling - @Wolfteam
- [CastIt.Application] Added some new exceptions - @Wolfteam
- [CastIt.Server] Minor fixes - @Wolfteam
- [CastIt.Android] Minor fixes - @Wolfteam
- Updated translations - @Wolfteam
- Moved the signlr logic to a service - @Wolfteam
- Removed commented code - @Wolfteam
- [CastIt.Android] Avoid rebuilding the whole playlists and files ui. - @Wolfteam
- [CastIt.Android] Added two blocs to avoid rebuilding the ui in the lists - @Wolfteam
- [CastIt.Android] Blocs improvements - @Wolfteam
- [CastIt.Android] Improvements to the file options bloc and ui - @Wolfteam
- [CastIt.Android] Added a common_bottom_sheet.dart - @Wolfteam
- [CastIt.Android] Clean the house part V - @Wolfteam
- [CastIt.Android] Clean the house part IV - @Wolfteam
- [CastIt.Android] Clean the house part III - @Wolfteam
- [CastIt.Android] Clean the house part II - @Wolfteam
- [CastIt.Android] Clean the house part I - @Wolfteam
- Updated .gitignore - @Wolfteam
- [WIP] [CastIt.Android] Updated some parts of the ui - @Wolfteam
- [WIP] [CastIt.Android] Updated some parts of the ui - @Wolfteam
- [WIP] [CastIt.Android] Updated some parts of the ui - @Wolfteam
- [WIP] [CastIt.Android] Updated remaining blocs - @Wolfteam
- [WIP] [CastIt.Android] Updated server ws bloc - @Wolfteam
- [CastIt.Android] Added new packages - @Wolfteam
- [CastIt.Android] Added / Deleted / Updated some models - @Wolfteam
- [CastIt.Android] Added some enums - @Wolfteam
- [Cli] Typo fixes - @Wolfteam
- [Domain] Typo fixes - @Wolfteam
- [Setups] Include the server in the setups - @Wolfteam
- [CastIt] Added missing logs - @Wolfteam
- [CastIt.Server] Store the settings in the same app folder - @Wolfteam
- [CastIt] Translate the "missing" word - @Wolfteam
- [CastIt.Android] Make sure we show the whole playlist name - @Wolfteam
- [CastIt.Server] Bug fixes - @Wolfteam
- [CastIt.Server] Updated hub methods - @Wolfteam
- [CastIt] Added a msg in the main page when the server is not running - @Wolfteam
- [CastIt] Updated user controls - @Wolfteam
- [CastIt] Added a change server url dialog - @Wolfteam
- Updated remaining view models - @Wolfteam
- Updated item view models - @Wolfteam
- [CastIt] Added a vm to change the server url - @Wolfteam
- [CastIt] Added a hub service to conect to the server one - @Wolfteam
- [CastIt] Added desktop settings - @Wolfteam
- [CastIt] Updated resources - @Wolfteam
- [CastIt] Updated the thumbnail image retriever. - @Wolfteam
- Splitted the server cast service into partial classes - @Wolfteam
- [CastIt.Cli] Added / Updated some commands - @Wolfteam
- [Server] The thumbnails are now keep in memory (only for the current played file). - @Wolfteam
- [Server] Moved the file methods to the playlist controller - @Wolfteam
- [Application] Added a GetThumbnailTile method - @Wolfteam
- [Domain] Updated some dtos with new props. - @Wolfteam
- [CastIt.Domain] Removed not needed dtos - @Wolfteam
- [CastIt.Cli] Updated devices command - @Wolfteam
- [CastIt.Cli] Added a server command - @Wolfteam
- [CastIt.Server] Added some action methods that the chromecast will use - @Wolfteam
- [CastIt.Server] Added missing client / server hub methods - @Wolfteam
- [CastIt.Server] Added missing logic to the cast service - @Wolfteam
- [CastIt.Server] Updated some event handlers - @Wolfteam
- [CastIt.Server] Added a service that retrieves the right image for a playlist - @Wolfteam
- [CastIt.Server] Updated the data methods that will be called when the server goes down - @Wolfteam
- [CastIt.Infrastructure] Updated the server file and playlist models - @Wolfteam
- [CastIt.Application] Added some methods to downalod and save preview thumbnails. - @Wolfteam
- [CastIt.Shared] Added a param to enable verbose logging - @Wolfteam
- [CastIt.Domain] Updated some dtos - @Wolfteam
- [CastIt.GoogleCast] Minor improvements - @Wolfteam
- [CastIt.Cli] Added a status command to retrieve the player's status - @Wolfteam