Skip to content

Releases: mono-o-o/synced-plus

1.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 15:48

Added

  • Settings panel
  • Region loop toggle
  • Workspace autoscroll toggle
  • Hotkey editor
  • Rewind/fast-forward step editor

Fixed

  • Fields in the metadata/settings panel should now reflect immediately
  • Set volume not immediately applying after loading new audio
  • URLs not opening on Tauri versions
  • Copy function not working on Tauri versions

Changed

  • Use what I learned from Dart (transition to OOP)
  • Moved global offset and end line toggles into the settings panel
  • Moved help & about into the settings panel
  • Unified localStorage settings
  • Disabled being able to press play with no audio loaded
  • Copied import button disabled behaviour to export button
  • Hover effect for toggle cards
  • Clear metadata fields on reload

1.2.0 - APK release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 18:03

    New

  • APK version (massive headache)
  • Paste import
  • Update checker
  • Autosave debounce
  • Show file name on draft load
  • Animation for word highlight and modal pop-in
  • Audio loading toast
  • Cute logo animation
  • Fixed

  • Preview highlight not showing after undo/redo on pause
  • [length:] only updating after editing a new line
  • Improved

  • Used float for time logic instead of converting strings
  • Transitioned to O(1) lookups for the most part
  • Significantly lowered draft size
  • Even less DOM dependency
  • Implemented error handling on some functions
  • Removed autoplay when clicking on regions
  • Removed fugly blue tap highlights on mobile

1.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:28

Changes since v1.0.1

  • Implemented wavesurfer regions plugin
  • Added undo/redo and lyric draft saving
  • Added back [offset:] field (functional this time)
  • Fix RangeError
  • Replaced native alert and confirm dialogues with custom ones
  • Added a Help & About modal
  • JS code clean-up
  • Added transition when changing themes

OFFICIAL RELEASE | synced+ v1.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 19:27

official release of synced+ !!

changes since v0.9.0:

  • fix js path from faulty ide refactor that borked the whole site
  • add playback speed controls
  • add option for standard lrc export
  • clear audio file from memory on new file load
  • active line optimisation
  • fix cancel on dialogue still deleting line
  • implement responsiveness

coming up in next major update:

  • global offset setting
  • implement wavesurfer regions
  • undo, redo, draft saving

synced+ v0.9.0

synced+ v0.9.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jun 06:58

first desktop release
todo: responsiveness...