- Fix selection being created on videos page refresh
- Add basic history page, accessible via
Cmd/Ctrl+Y
. - Fix selection staying in the same position when videos update
- Keep video selected if it moves position
- Fix settings link in Get Started popup
- Fix channel page filtering
- Fix scrolling
- Make search case insensitive
- Show Channels page as grid
- Load 100 videos at a time instead of 50
- Allow selecting bottom row diagonally with the down arrow key
- Fix channel tags sometimes not saving
- Add ability to edit tags by double-clicking
- Keep scroll position when archiving and unarchiving
- Keep video selected if the selected video stays in the same spot when videos get refreshed
- Add support for all channel URLs. URLs like
/lacunarecs
,/@lacunarecs
,/c/lacunarecs
,/user/lacunarecs
and even/lacunarecs/playlists
etc work now. - Fix some errors not being shown
- Fix notification identifiers
- Scroll to bottom after adding channel
- Fix blank screen
- Fix grid overflow
- Fix new videos sometimes not loading when using arrow keys
- Update Tauri
- Fix "missing field
videoPublishedAt
" error (which happens when videos are privated but still accessible)
- Fancy macOS single-color title bar
- Use Tauri 1.0, hopefully fixing some issues
- Fix Content Security Policy issue
- Fix archive button having an outline when clicked
- Add
Escape
shortcut to reset focus - Show loading indicator while checking for new videos
- Bring back focus when closing a modal
- Show tags alphabetically
- Use custom link drag image
- Keep selection and scroll position when archiving and unarchiving
- Use
actualStartTime
as the publish date for livestreams - Fix new videos not showing up immediately
- Prevent archive/unarchive shortcuts when there is no selection
- Improve tab navigation
- Fix switching between New/Archived/All using arrow keys
- Prevent double clicking the archive button from opening video
- Fix "0 of ?" showing on empty pages
- Fix total video count not showing
- Fix video loading issue
- Clicking on videos now selects them. To open a video, double click or cmd/ctrl+click on it.
- Add
Cmd/Ctrl+Delete
shortcut to archive the selected video - Add
Shift+Cmd/Ctrl+Delete
shortcut to unarchive the selected video - Add
Cmd/Ctrl+,
shortcut to open the settings - Small design changes
- Fix incorrect video page loading
- Fix missing Windows release
- Fix channel title line wrapping
- Sort videos from new to old
- Increase size of video thumbnails
- Fix channel name sometimes appearing on the same line as the title
- Fix thumbnail sizing
- Fix weekday being displayed as date
- Fix Videos page constantly refreshing
- Initial release