aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-02-02Merge pull request #1967 from HanYaodong/devAjay Ramachandran
Fix license info in README
2024-02-02Fix license info in READMEHanYaodong
2024-02-01Don't close submission menu if submission didn't go throughAjay
Fxies submission menu closing for warning about previewing a segment
2024-01-31Handle exceptions for votingAjay
Maybe fixes #1961
2024-01-31Don't display preview bar while scrubbing on mobileAjay
Should help with #1962
2024-01-30bump version5.5.4Ajay
2024-01-30update translationsAjay
2024-01-30Fix compatibility with vinegar on SafariAjay
2024-01-25Fix preview bar end time sometimes being inaccurateAjay
2024-01-24Move animation utils to maze utilsAjay
2024-01-23bump version5.5.3Ajay
2024-01-23update translationsAjay
2024-01-23Don't require preview for segments ending at end of the videoAjay
Fixes #1959
2024-01-23Reloading after creating segments shouldn't require previewingAjay
2024-01-23Count previewed unsubmitted segments previewed manuallyAjay
2024-01-21Don't throw errors on extension live-updateAjay
2024-01-21Improve precision of hover previewAjay
Also fixes issue with YouTube "most-replayed" messing it up
2024-01-21bump version5.5.2Ajay
2024-01-21Fix category selection changes not savingAjay
2024-01-21bump version5.5.1Ajay
2024-01-21update translationsAjay
2024-01-21Use runtime.getURLAjay
2024-01-21Only require a preview for skip and mute segmentsAjay
2024-01-21Only prevent scrolling while editingAjay
2024-01-21Prevent zooming when trying to scroll to edit timesAjay
2024-01-16Fix german title not being shortenedAjay
2024-01-16Don't warn about using the word intro in chapter namesAjay
2024-01-16bump version5.5Ajay
2024-01-16update translationsAjay
2024-01-16Add compatibility with Vinegar extension on SafariAjay
2024-01-15Require previewing before submittingAjay
2024-01-14Add keybind for previewing a segmentAjay
2024-01-14Change how chapter views are countedAjay
2024-01-14Fix preview bar on mobileAjay
Fixes #1947 and #1943
2024-01-12Fix contradictory statementsAjay
2024-01-12Bump postcss and web-extdependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.33 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `postcss` from 8.4.21 to 8.4.33 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.33) Updates `web-ext` from 7.6.2 to 7.10.0 - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.6.2...7.10.0) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: web-ext dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
2024-01-12Relicense to GPL-3.0Ajay
2024-01-11Bump follow-redirects from 1.15.3 to 1.15.4dependabot[bot]
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2024-01-08Disable dearrow promotionAjay
2024-01-05Fix action type and category related items sometimes not updating in ↵Ajay
submission menu
2024-01-05Remove logAjay
2024-01-05Fix unsubmitted segments not savingAjay
2024-01-05Fix unsubmitted segments sometimes not saving properlyAjay
Fixes #1502
2023-12-23Move unsubmitted segments to local storage to remove limitsAjay
Also add a way to export local storage Fixes #1933
2023-12-22Make unskipping by keybind easier for multiple segment notices by focusing ↵Ajay
by default Clicking tab will focus the next button allowing you to unskip the next segment
2023-12-22Add timestamp to multi segment vote boxAjay
2023-12-22Fix second skip notice slot not workingAjay
2023-12-22Add keybind for closing skip noticesAjay
Fixes #1915
2023-12-22Add keybind for submitting instead of just using the submission menuAjay
2023-12-22Allow dragging around noticesAjay