CSES Solved Filter by Date

Hide solved check marks (list & task pages) for problems whose last submission is before a selected date.

या स्क्रिप्टच्या अशा आवृत्त्या ज्यांत कोड अपडेट करण्यात आले होते. सर्व आवृत्त्या दाखवा.

  • v0.1.8 2025-08-15

    feat: Initialize CSES Solved Filter by Date script with TypeScript support

    • Add package.json and package-lock.json for project dependencies
    • Create TypeScript configuration file (tsconfig.json)
    • Implement main user script (cses-filter.user.ts) to filter solved problems by submission date
    • Add UI elements for date selection and cache management
    • Implement caching mechanism for submission dates
    • Enhance problem refresh functionality and UI updates
    • Add functionality to exclude sections from filtering
    • Implement aggregate statistics display for filtered and overall problem counts
  • v0.1.7 2025-08-15

    Add section heading title extraction and improve filtered stats aggregation

  • v0.1.7 2025-08-15

    Bump version to 0.1.7; enhance section inclusion/exclusion functionality and update UI elements

  • v0.1.6 2025-08-15

    Update README and user script for section exclusion feature; bump version to 0.1.6

  • v0.1.5 2025-08-12

    Bump version to 0.1.5 and add dark mode detection; enhance result page copy buttons

  • v0.1.4 2025-08-11

    Update version to 0.1.4 and enhance problem refresh functionality

  • v0.1.3 2025-08-11

    Updated version number

  • v0.1.2 2025-08-11

    Added dark mode to date selector UI

  • v0.1.2 2025-08-11

    Filtering works on all problemset/* page

  • v0.1.1 2025-08-11 Imported from URL
  • v0.1.0 2025-08-11