Skip to content

Latest commit

 

History

History
154 lines (74 loc) · 6.77 KB

CHANGELOG.md

File metadata and controls

154 lines (74 loc) · 6.77 KB

Changelog

0.2.0

A report of changes will be added at a later date.

0.1.3 (2016-09-09)

New

  • Folders added to Yapo in the 'add' menu are now logged and can be rescanned for new files in the 'settings' menu. This is not retroactive so folders added before this update will not be present in the settings menu. They will if one was to re-add them. [Curt Wagner]

  • Added option to bulk add comma separated websites and scene tags in the add page. [Curt Wagner]

Changes

  • New experimental layout for Scene Detail page. [Shaun Clayton]

0.1.2 (2016-09-07)

New

  • Added 'playlist' category. Scenes can now be added to custom lists, multiple scenes can be added in one go. Also same scene can be in multiple lists. Random play works with playlists. In addition to help keep track of randomly played scenes [Issue #43] every time the random play button is used, the played scene is added to an auto generated playlist called 'random plays'. [Curt Wagner]

Changes

  • Added missing confirmation to delete scene(s) from disk function. [Shaun Clayton]

    Delete scenes from disk function now has secondary reminder confirmation for added prevention of accidental file deletion.

Fix

  • [Issue #31] Fixed bug where incorrect input params were fed to the removeItem function in scene-list.component.js. [Curt Wagner]

0.1.1 (2016-09-05)

New

  • Added play_count logging for scene_tags, actors and website upon playing a scene. Also added order by play count options for them. [Curt Wagner]

Changes

  • Deprecated CHANGELOG.rst in favour of CHANGELOG.md. [Shaun Clayton]

0.1.0 (2016-09-04)

New

  • Updated CHANGELOG.rst. [Shaun Clayton]

  • Added stub for CHANGELOG.rst. [Shaun Clayton]

Older

  • Hopefully fixed the problem that prevent makemigrations from executing. [Curt Wagner]

  • [Issue #42] Added 'usage_count' to actor\scene tags website and actors. Also added option to sort by usage count. [Curt Wagner]

  • [Issue #43] Added 'play_count' and 'date_last_played' sorting options to scenes that will help track down scenes recently watched. Also added play count as a search option. [Curt Wagner]

  • [Issue #30] Added 'scene_tags' to 'website' also added 'scene_tags' to 'actor_tags'. Now whenever a website/actor added to scenes their tags are added as well. (When they are removed the tags are removed). EX: Adding 'Stoya' who is tagged with 'eye.color.green' will tag the scene with 'eye.color.green'. and removing 'Stoya' will remove 'eye.color.green' tag. [Curt Wagner]

  • Corrected formatting of scraper popup message. [Shaun Clayton]

  • Added missing tooltip for scene tag aliases input - Added code to strip leading/trailing spaces from scene/website aliases. [Shaun Clayton]

  • [Issue #30] Added 'aliases' to scenes tags and websites. Also added 'date modified' to almost all models. This will require migrating. [Curt Wagner]

  • [Issue #11] Made it so 'order by' option is retained for actors,scenes,websites,tags and folders. Also added 'Random' option in folder view Also added "Date_added" field to folders. Will require to makemigrations and migrate. [Curt Wagner]

  • Made it so scenes that can't be ffprobed won't be added. [Curt Wagner]

  • Added conversion for weight and height to Imperial #20. [Shaun Clayton]

  • Partially Implemented -- "[Feature Request] Add confirmation for removing/deleting items from database or disk #31" [Shaun Clayton]

  • Fixed issue with timezone offset affecting birth date display. [Shaun Clayton]

    Added change to correct timezone offset changing the birthday being displayed on Actor detail page.

  • Partially implemented ''[Feature Request] Add button to play random scene #27'. Play random scene works with scene, actors, websites and scenetags but only when the search term is blank. [Curt Wagner]

  • Fixed issue '[Bug] Not all Actors displayed after Items Per Page set #28' [Curt Wagner]

  • Clean db now also deletes folders in /media/ of actors\scenes that are no longer in the database. [Curt Wagner]

  • Updated favicons images. [Shaun Clayton]

    New style and bolder icon

  • Added MKV to accepted extensions. [Curt Wagner]

  • Corrected spelling and formatting. [Shaun Clayton]

  • Changed how grid view works, it now should keep current query results. Also in actor detail view, when switching to grid view will automatically hide actor info. [Curt Wagner]

  • Made DOB of actors to work. [Curt Wagner]

  • Creating sample when adding scenes should work now (Really) [Curt Wagner]

  • Added favicon images. [Shaun Clayton]

  • Added option to delete actor\scene tags and websites from database. [Curt Wagner]

  • Removed unnecessary buttons from the upload profile image interface. Added functuanality to crop existing images. [Curt Wagner]

  • Added OS detection to ffmpeg_process.py. [Shaun Clayton]

    Added detection of which platform we are running under so that the paths can be adjusted accordingly.

  • Fixed formatting - removed redundant double label for Height and Weight. [Shaun Clayton]

  • Strip trailing and leading spaces from Actors inserted into database. [Shaun Clayton]

    Fixes the potential issue of leaving a space after a comma when importing a bulk list of Actors, was causing scraping errors as it was scraping the Actor name with the spaces included.

  • Added clean database option in settings (Now also removes aliases without actors) [Curt Wagner]

  • Added option to delete scenes from disk. [Curt Wagner]

  • Added option to remove scene from database. [Curt Wagner]

  • Made grid option persistent using ngStorage. [Curt Wagner]

  • Added rating and runner up toggle to actor list. [Curt Wagner]

  • Added more search options and filters. [Curt Wagner]

  • Freeones scraper will now search for alias if it failed to find the main name. [Curt Wagner]

  • Added rating bar to scene list view, also added settings.json versioning and 'last lookup' field for all scenes in settings.json. [Curt Wagner]

  • Added toggleable recursion option to folder view. Now it's possible to view scenes that are inside of the current folder only or view scenes inside the current folder and all of it's subfolders. [Curt Wagner]

  • Made scenes in Actor, Scene Tags, and websites searchable, also added applicable order options to each one of them. [Curt Wagner]

  • Added 'Runner Up', and 'Play Scene' to scene list options. [Curt Wagner]

  • Made actor name editable. [Curt Wagner]

  • Added (x years old) to actor details if date of birth exists. [Curt Wagner]

  • Added 'Google Image Search' to actor details. [Curt Wagner]

  • Added "is_exempt_from_one_word_search" to actor details. [Curt Wagner]

  • Added unknown person image. [Curt Wagner]