Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-02 | Merge pull request #1967 from HanYaodong/dev | Ajay Ramachandran | |
Fix license info in README | |||
2024-02-02 | Fix license info in README | HanYaodong | |
2024-02-01 | Don't close submission menu if submission didn't go through | Ajay | |
Fxies submission menu closing for warning about previewing a segment | |||
2024-01-31 | Handle exceptions for voting | Ajay | |
Maybe fixes #1961 | |||
2024-01-31 | Don't display preview bar while scrubbing on mobile | Ajay | |
Should help with #1962 | |||
2024-01-30 | bump version5.5.4 | Ajay | |
2024-01-30 | update translations | Ajay | |
2024-01-30 | Fix compatibility with vinegar on Safari | Ajay | |
2024-01-25 | Fix preview bar end time sometimes being inaccurate | Ajay | |
2024-01-24 | Move animation utils to maze utils | Ajay | |
2024-01-23 | bump version5.5.3 | Ajay | |
2024-01-23 | update translations | Ajay | |
2024-01-23 | Don't require preview for segments ending at end of the video | Ajay | |
Fixes #1959 | |||
2024-01-23 | Reloading after creating segments shouldn't require previewing | Ajay | |
2024-01-23 | Count previewed unsubmitted segments previewed manually | Ajay | |
2024-01-21 | Don't throw errors on extension live-update | Ajay | |
2024-01-21 | Improve precision of hover preview | Ajay | |
Also fixes issue with YouTube "most-replayed" messing it up | |||
2024-01-21 | bump version5.5.2 | Ajay | |
2024-01-21 | Fix category selection changes not saving | Ajay | |
2024-01-21 | bump version5.5.1 | Ajay | |
2024-01-21 | update translations | Ajay | |
2024-01-21 | Use runtime.getURL | Ajay | |
2024-01-21 | Only require a preview for skip and mute segments | Ajay | |
2024-01-21 | Only prevent scrolling while editing | Ajay | |
2024-01-21 | Prevent zooming when trying to scroll to edit times | Ajay | |
2024-01-16 | Fix german title not being shortened | Ajay | |
2024-01-16 | Don't warn about using the word intro in chapter names | Ajay | |
2024-01-16 | bump version5.5 | Ajay | |
2024-01-16 | update translations | Ajay | |
2024-01-16 | Add compatibility with Vinegar extension on Safari | Ajay | |
2024-01-15 | Require previewing before submitting | Ajay | |
2024-01-14 | Add keybind for previewing a segment | Ajay | |
2024-01-14 | Change how chapter views are counted | Ajay | |
2024-01-14 | Fix preview bar on mobile | Ajay | |
Fixes #1947 and #1943 | |||
2024-01-12 | Fix contradictory statements | Ajay | |
2024-01-12 | Bump postcss and web-ext | dependabot[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-12 | Relicense to GPL-3.0 | Ajay | |
2024-01-11 | Bump follow-redirects from 1.15.3 to 1.15.4 | dependabot[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-08 | Disable dearrow promotion | Ajay | |
2024-01-05 | Fix action type and category related items sometimes not updating in ↵ | Ajay | |
submission menu | |||
2024-01-05 | Remove log | Ajay | |
2024-01-05 | Fix unsubmitted segments not saving | Ajay | |
2024-01-05 | Fix unsubmitted segments sometimes not saving properly | Ajay | |
Fixes #1502 | |||
2023-12-23 | Move unsubmitted segments to local storage to remove limits | Ajay | |
Also add a way to export local storage Fixes #1933 | |||
2023-12-22 | Make 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-22 | Add timestamp to multi segment vote box | Ajay | |
2023-12-22 | Fix second skip notice slot not working | Ajay | |
2023-12-22 | Add keybind for closing skip notices | Ajay | |
Fixes #1915 | |||
2023-12-22 | Add keybind for submitting instead of just using the submission menu | Ajay | |
2023-12-22 | Allow dragging around notices | Ajay | |