Features
- Due to demand, playlist menu up/down buttons added back in (6b256b2) @tomasklaen
- Simplify external track titles (#975) (904d23e) @dyphire
- API: Added
EventActivate.is_pointer
property (ef1bee4) @tomasklaen
Fixes
- Can't click action buttons outside menu (6de09a6) @tomasklaen
- Key navigation in menu feeling slow b/c bound to keyup instead of keydown (3733f71) @tomasklaen
timeline_step=0
not canceling timeline stepping (961c6e2) @tomasklaen- Reverted left/right keys back to navigating submenus (6e06fa2) @tomasklaen
- Cursor movement not deselecting menu item actions (00c1588) @tomasklaen
- Menu item button labels too distracting, moved to footnote (806095d) @tomasklaen
- Menu not selecting item under pointer after content updates (0d2705b) @tomasklaen
- Prevent menu indicator flickering when moving cursor between items (bc1d326) @tomasklaen
- Idle cursor selecting menu actions when navigating with keyboard (3621e0b) @tomasklaen
- Fix active menu item indicator flickering during vertical cursor movement above actions (05af465) @tomasklaen
- Track menu hints sometimes concatenating empty strings (da83afd) @tomasklaen
- Don't activate items in non-callback mode menus when modifiers or actions are used (fac1d98) @tomasklaen
- Limit menu width to reserve some space for external buttons (f51769e) @tomasklaen
- Track menu crash when no file is open (a59922d) @tomasklaen
- Updates Chinese translation (#975) (904d23e) @dyphire
- API:
on_close
&keep_open
not working as documented (e4e8f07) @tomasklaen
Full Changelog: 5.4.0...5.5.0