mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
* [API] Safe-guarded fetching quality profile (#93) * [Build] Version 1.0.0, Changed how build number is presented (#94) * [-rr] Check if content is already in catalogue when adding new content (#95) * [Sonarr] Checks if series is already in Sonarr * [Radarr] Checks if movie is already in Radarr when adding * [Lidarr] Checks if artist is already in Lidarr * [-rr] Ability to sort catalogue by size or alphabetical (#96) * [Sonarr] Show size in catalogue page * [-rr] Ability to sort catalogue by size or alphabetical * [-rr] Sorting by size now starts sorting by largest -> smallest (#97) * [Settings] Made the 'Save' button more obvious (#98) * [SAB/NZBGet] Refresh timer will now stop on a connection error * [Settings] Successful connection test now also triggers save * [SAB/NZBGet] Manually refreshing the queue would create multiple timers * [SAB/NZBGet] Safe-guarded percentage value for linear bar * [TestFlight] Build 22 * [Profiles] Ability to rename a profile (#103) * [SAB/NZBGet] Ability to pause queue for `x` amount of time (#104) * [SABnzbd] Ability to pause queue for x amount of time * [NZBGet] Ability to pause queue for some time * [NZBGet] Ability to filter successful history entries (#105) * [Settings] Adjusted and added more tips in host prompts (#106) * [TestFlight] Build 33 * [Website] Updated changelog and version
160 lines
6.4 KiB
JSON
160 lines
6.4 KiB
JSON
[
|
|
{
|
|
"version": "v1.0.0 (33)",
|
|
"new": [
|
|
"[-rr] When adding new content, checks if content is already in your library",
|
|
"[-rr] Ability to sort catalogue by size of alphabetical",
|
|
"[Settings] Ability to rename a profile",
|
|
"[SAB/NZBGet] Ability to pause the queue for some amount of time",
|
|
"[NZBGet] Ability to filter out successful history entries"
|
|
],
|
|
"fixes": [
|
|
"[Radarr] Fetching quality profiles could fail",
|
|
"[SAB/NZBGet] Percentage calculation could fail causing a grey screen",
|
|
"[SAB/NZBGet] Connection error now cancels timer until manual refresh (cleaner logs)"
|
|
],
|
|
"tweaks": [
|
|
"[Build] Adjusted how build number is presented",
|
|
"[Sonarr] Now shows size on disk on catalogue page",
|
|
"[Lidarr] Now shows size on disk on catalogue page",
|
|
"[Settings] Successful connection test now also triggers save",
|
|
"[Settings] Save button is now more obvious/clear",
|
|
"[Settings] Adjusted and added more tips when adding hosts"
|
|
]
|
|
},
|
|
{
|
|
"version": "v0.4.1+1",
|
|
"new": [
|
|
"[App Store] Now available on the App Store!"
|
|
],
|
|
"fixes": [
|
|
"[Radarr] Fetching catalogue and missing entries could fail",
|
|
"[Permissions] Disabled a lot of uselessly activated permissions"
|
|
],
|
|
"tweaks": [
|
|
"[Settings] Removed the ability to check for updates within LunaSea",
|
|
"[Radarr] Removed faux-search bar from releases tab"
|
|
]
|
|
},
|
|
{
|
|
"version": "v0.4.0+1 (Beta)",
|
|
"new": [
|
|
"[Client] Support for NZBGet",
|
|
"[Links] Open links in support apps (if applicable)",
|
|
"[Radarr] Ability to trigger automatic search for movies"
|
|
],
|
|
"fixes": [
|
|
"[Profiles] Deleting profiles wouldn't delete stored configuration associated with it",
|
|
"[Radarr] Releases tab for movie now scrolls correctly with navigation bar"
|
|
],
|
|
"tweaks": [
|
|
"[TextField] Keyboard action buttons now trigger associated action",
|
|
"[Settings] Obfuscated API key/password text in lists"
|
|
]
|
|
},
|
|
{
|
|
"version": "v0.3.2+1 (Beta)",
|
|
"new": [
|
|
"[Logger] Implemented on-device logger",
|
|
"[Logger] Ability to export logger data to filesystem",
|
|
"[Logger] Ability to clear all logs",
|
|
"[Logger] Wrap application in zone to capture fatal crash data",
|
|
"[Updates] Check for new updates on launch",
|
|
"[-rr] Ability to search automatically on adding new content"
|
|
],
|
|
"fixes": [
|
|
"[State] Safe-guarded setting states on unmounted widgets",
|
|
"[Calculations] Safe-guarded some calculations to prevent dividing by zero"
|
|
],
|
|
"tweaks": [
|
|
"[-rr] If release is rejected, clearer way to still download",
|
|
"[Tiles] Added trailing arrow to signify the ability to view full text preview"
|
|
]
|
|
},
|
|
{
|
|
"version": "v0.3.1+1 (Beta)",
|
|
"new": [],
|
|
"fixes": [
|
|
"[FloatingActionButton] Hides FloatingActionButtons in catalogue views so it does not overlap tile actions",
|
|
"[Radarr] Faux-searchbar on releases tab now shows special characters",
|
|
"[Radarr] Missing tab now shows all missing movies, including announced/preDB movies",
|
|
"[SABnzbd] Correctly hide FABs when there is a connection error"
|
|
],
|
|
"tweaks": [
|
|
"[Settings] Host prompts now show tips on correctly entering host URL",
|
|
"[Settings] Separated testing connection and saving configuration, which allows saving invalid configurations"
|
|
]
|
|
},
|
|
{
|
|
"version": "v0.3.0+1 (Beta)",
|
|
"new": [
|
|
"[Open Source] LunaSea is now open-source!",
|
|
"[Backup/Restore] Ability to backup/restore from filesystem",
|
|
"[Build] Added a build script"
|
|
],
|
|
"fixes": [
|
|
"[API] Safe-guarded all API entry values",
|
|
"[DateTime] Safe-guarded DateTime formatting"
|
|
],
|
|
"tweaks": [
|
|
"[Home] Summary tiles are now pressable",
|
|
"[Settings] Added a link to the GitHub",
|
|
"[Settings] Added a link to the subreddit",
|
|
"[Settings] Split profiles & backup/restore",
|
|
"[Firebase] Removed everything related to Firebase",
|
|
"[Firebase] Removed authentication",
|
|
"[Firebase] Removed cloud storage",
|
|
"[Firebase] Removed cloud firestore",
|
|
"[Sentry] Removed sentry error logging"
|
|
]
|
|
},
|
|
{
|
|
"version": "v0.2.0+1 (Beta)",
|
|
"new": [
|
|
"[Clients] Support for SABnzbd",
|
|
"[Changelog] Implemented a changelog"
|
|
|
|
],
|
|
"fixes": [
|
|
"[Home] Fixed quick links not expanding to fill display width",
|
|
"[Home] Fixed services that had over 3 digits causing an overflow",
|
|
"[Lidarr] Fixed some artists showing no albums",
|
|
"[Sonarr] Fixed cases where some shows caused a crash",
|
|
"[Inputs] Fixed input fields not allowing a blank string",
|
|
"[DateTime] Fixed cases where datetime string couldn't be parsed",
|
|
"[System] Fixed version checking consistency"
|
|
],
|
|
"tweaks": [
|
|
"[Settings] Removed feature requests, folded it into bug reports",
|
|
"[UI] Reduced snackbar duration",
|
|
"[UI] Tweaked snackbar design",
|
|
"[Pro] Added message about the state of LunaSea Pro"
|
|
]
|
|
},
|
|
{
|
|
"version": "v0.1.5+1 (Beta)",
|
|
"new": [
|
|
"[UI] Use iOS-styled scrollbar for lists",
|
|
"[Firebase] Ability to delete Firebase backups"
|
|
],
|
|
"fixes": [
|
|
"[Lidarr] Fixed Lidarr missing search",
|
|
"[Profiles] Fixed cases where deleting a profile could delete other profiles"
|
|
],
|
|
"tweaks": [
|
|
"[UI] Changed most buttons to floating action buttons (FABs)",
|
|
"[UI] Titles are now left-aligned",
|
|
"[UI] Updated colours"
|
|
]
|
|
},
|
|
{
|
|
"version": "v0.1.0+1 (Beta)",
|
|
"new": [
|
|
"[Automation] Support for Lidarr",
|
|
"[Automation] Support for Radarr",
|
|
"[Automation] Support for Sonarr"
|
|
],
|
|
"fixes": [],
|
|
"tweaks": []
|
|
}
|
|
] |