Skip to content

Releases: jacklul/USharpVideo-Subtitles

v0.9.0

26 Apr 16:32
88bd8c2
Compare
Choose a tag to compare
  • 88bd8c2 - Move version string updater to editor only object
  • 641c0f0 - Set labels to wrap text in settings popup to prevent nasty overflow
  • c207978 - Absolutely no reason to handle it like this
  • 55d2882 - Fix inherited mistake from USharpVideo v1.0.0
  • f02bd39 - Disable navigation on the alignment slider
  • cfdef02 - Update README.md

v0.8.0

20 Apr 08:04
755e768
Compare
Choose a tag to compare
  • 755e768 - Update prefab and scenes
  • c6a4d91 - Change reload button's color depending on if user can sync the subtitles
  • 0eaba49 - Improvements in lock state code, add missing UpdateOwner call
  • 310962b - No need to log this message if nothing will be cleared
  • e1443f4 - Update toggle states when registering control handler
  • 0c235c6 - Move these methods to the bottom
  • 4c1dc5f - Prevent synchronization messages to appear after switching to local mode
  • a5c4585 - Revert "Prevent overlay being stuck at wrong position if the video screen object is also moved at the start"
  • 3b39d43 - Prevent some errors while in play mode
  • 007b371 - Correct button colors
  • d88adc5 - Save original position on first popup toggle to prevent issues when the whole canvas was moved after the start
  • 410a3f7 - Silly me, HasSubtitles check can be this simple!
  • 4a324c1 - Corrections to callbacks
  • 82adf5b - Prevent overlay being stuck at wrong position if the video screen object is also moved at the start
  • 1416f5d - Do not re-set same state in SetEnabled and SetLocal
  • b29595d - Implements callbacks
  • f9bb214 - Update the toggles when required
  • 73f5a44 - Make sure the data is actually valid and loaded in this check
  • b00ea2f - Rename this object to indicate what it is for (toggle checkmark)
  • c74f3a4 - Update version string updater
  • 8aae7be - Update README.md
  • 5f0414e - Add helper method to check whenever settings popup is currently open
  • b5b9c14 - Add a method to check whenever we have subtitles loaded currently
  • 223058b - Reduce default popup scale to 0.8
  • c7794c1 - Make sure the version is up to date on each scene change
  • ecf3754 - Update .gitignore
  • 5806db3 - Allow changing the trigger area on runtime

v0.7.0

14 Apr 22:00
f544de8
Compare
Choose a tag to compare
  • f544de8 - Multiple fixes and improvements
  • ebdb0a4 - Fix a typo in variable name (extra prefab)
  • 3c8ded2 - Update README.md

v0.6.0

09 Apr 12:49
571f78a
Compare
Choose a tag to compare
  • 571f78a - Update dev scene to not accidentally click on the test buttons when spawning
  • 9f1390d - Properly handle lock state and fix related issues
  • 49fb106 - Misc changes
  • fc86303 - Update preset handling
  • 782b7e4 - Update scenes
  • f836b21 - Save initial position so it can be customized
  • 6531cd2 - Update presets
  • 39b769c - Make sure the preview value does not get opacity applied
  • e1da9ba - Fixes bug with disappearing Popup button when using OnScreenUI extras

v0.5.0

08 Apr 13:41
421eac1
Compare
Choose a tag to compare
  • 421eac1 - Add one extra, just in case
  • c08e2fe - Update dev scene
  • 840d8ab - Update UIStyler
  • ae60f78 - Update README.md
  • a363b34 - Update info text to not sound that weird
  • bb4ec40 - Use USharpVideo's UIMaterial
  • f1abe6a - Add extra prefab: OnScreenUI with basic video control, volume slider and subtitle settings shortcut
  • 608b5a7 - Update tooltips
  • 2028e5d - Implements auto adjust for settings popup
  • 5bed946 - Allow parsing string'd floats with both dots and commas
  • 89b6a41 - Update info/help menu
  • e33bfb8 - Tweaks to prevent changing transparency of font and outline colors
  • 3eb02f2 - Fixes some issues with customizations, especially when used with additional UIs
  • 6fc4082 - Turn HelpMenu into InfoMenu
  • 9db3701 - Add a tooltip here
  • d0608b8 - Fix preset import
  • 282e6ad - Move ownerField to input menu section
  • f53df83 - Apply a workaround to let us "clear" the input field
  • 7c762a6 - Update customization code, adds outline options
  • 5e27c55 - Cleanup code, update comments etc
  • 14ce88c - Prevent out of array index crash
  • 7cb55c7 - Update README.md

v0.4.0

06 Apr 13:57
0b5f50a
Compare
Choose a tag to compare
  • 0b5f50a - Commit scenes
  • dda6c33 - Update README.md
  • 276d291 - Make settings synchronized across all control handlers
  • e5e11cb - Make sure ImportSettingsFromString() is public
  • 6be8661 - Commit prefab
  • 3cf6a14 - Make sure previous status is not empty
  • 4a53f7a - Append local indicator to status text
  • 89fa6c9 - Make sure we are fully synced before switching to global subtitles
  • bae92dd - Do not show synchronization message when in local mode
  • b721572 - Fix numerous issues introduced by recent changes and clean up some things
  • 8da8491 - Update the help menu to not assume usage of USharpVideo and compress the text
  • 7b2b28a - Update README.md
  • e8c3b05 - Add a tooltip to placeholder field to explain it
  • 9f0b09a - Update README.md
  • f788db4 - Commit prefab, asset and scene files
  • 187ac95 - Misc code improvements
  • 52e333a - Change baseVideoPlayer access to be private and add SetVideoPlayer method
  • 3f97583 - Make sure to set/clear the placeholder text right after changing it's state
  • 82c00e7 - Allow specifying "screen" object to where the overlay will be moved on Start()
  • cd254bb - Rename this method to indicate purpose, make it a loop to check other elements in case user decided to tamper with the object
  • 260bb69 - Instead of using 3 variables just use one Transform object
  • 9991a67 - Cleanup code
  • 6a77c27 - Update README.md
  • bc4111f - Add a button to the example scene that launches test video with subtitles
  • da2c2fc - Move the placeholder logic to overlay handler
  • 2d0470a - Make sure to set the opacity
  • 721f186 - Fixes wrong color grab
  • af800d8 - Update ExampleScene
  • 3df613a - Avoid some unnecessary work in Update() by setting the subtitle only once
  • 8ab1bfb - Replace <font color= to <color= tags
  • 90b64d8 - Strip everything after end timestamp
  • 376b7b0 - Add dev stuff
  • f0ed806 - Update README.md
  • bff19a5 - Update README.md

v0.3.0

04 Apr 08:52
89d3575
Compare
Choose a tag to compare
  • 89d3575 - Update README.md
  • bda9668 - Release as draft first
  • b20c41a - Code cleanup, commit prefab
  • 9a46f82 - Reset tracking state when switching between local and global subtitles
  • 3feed85 - Correct the logic here so we have the popup at the true center no matter what scale is set, restore previous scale default value
  • 081a373 - Show the message only when necessary
  • d3fc064 - Show these only to person who can do this action
  • 4f50701 - Do not show message as there will be visual indication on the button
  • 3aa534e - Add a lock button for non-USharpVideo video players
  • 05b4e19 - Rename these methods to make more sense
  • 595a2f4 - Update README.md
  • 5515faf - Update the default color values to the default preset
  • 39aa0c3 - These cannot be changed while running
  • 6c09bdd - Update README.md
  • 104e757 - Follow the "no step name" rule
  • 3c94d76 - Reword this comment as it doesn't make much sense
  • 03401c6 - Remove unnecessary variables and imports
  • 7e39916 - Replace changelog generation step

v0.2.0

03 Apr 08:46
8d1cbb7
Compare
Choose a tag to compare
  • 8d1cbb7 - Add support for non-USharpVideo video players and fix few issues

v0.1.0

02 Apr 11:54
b2d6c1e
Compare
Choose a tag to compare

initial release