0.2.0 (2017-12-07) Undo/Redo, Offline, Manage tracks, Select/Copy/Paste Annotations, Stacking Annotations, Video Sources
- Stacking annotations
- Select/copy/paste annotations
- Undo/redo feature (default: 20 actions are saved, see
src/app/config/snapshots.ts
) - Offline feature via service-worker
- Duplicate and re-arrange tracks
- Http video sources and youtube/vimeo tech
- Timeline: (Fixes #150)
- Track title
- Fix setting player head on mousedown
- Fix triggering app hotkey handler (e.g. space) when typing new track title
- Delete track
- Fix setting player head on mousedown
- Track title
- Fix unnecessary handlebar update emits
- Project modal
- Fix close button issue
- Changelog init
- Improved type safety due to strict compiler options
- Store centric implementation
- Immutable data structures for project state
- Refactoring of core components
- Updated dependencies
- Updated local angular/cli
- Responsive layout
- Focus annotation in inspector when moved in timeline
- Improved interactivity: timeline updates are immediately propagated
- Performance improvements on core components
- Improved annotation updates in timeline
- Improved seeking in timeline
- Improved scollbar
- Improved autosave
- 15% smaller production build (prev: 814KB/now: 690KB)
- 66% less initial HTTP requests (prev: 50/ now: 17)
- ~10MB less heap usage
- Fixed issues in project IO
- Fixed issues in player state management
- Fixed annotation selection issues