Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

소마 멘토링 시간표 version history - 10 versions

소마 멘토링 시간표 by durumari

There are no ratings yet
0 Stars out of 5
5
0
4
0
3
0
2
0
1
0
소마 멘토링 시간표 version history - 10 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 26.5.20.0

    Released May 19, 2026 - 54.57 KB
    Works with firefox 109.0a1 and later
    What's Changed
    • Refactor: 캘린더 캐시 정합성 개선 및 아키텍쳐 리팩토링 by @ymjoo12 in https://github.com/ymjoo12/soma-calendar/pull/52

    업데이트 내용
    • 51로 보고된 캘린더 누락 문제를 해결했습니다. history-latest 전체 ID를 실제 신청 내역 응답과 검증하여, 오래전에 신청한 현재/미래 강의가 누락되거나 취소된 강의가 캐시에 남는 상황을 방지합니다.
    • 캘린더 진입 시 실제 응답 기준으로 이번 주 이후 신청 내역을 먼저 표시하고, 남은 히스토리 검증은 백그라운드에서 처리합니다.
    • 강의 데이터 계층을 pages, client, service, cache, constants로 정리하여 DOM 파싱, 캐시, 페이지 렌더링 책임을 분리했습니다.
    • 강의 ID 기반 단일 lecture record 캐시를 사용하고, 기본 필드 30분 / 변동 필드 30초 / 과거 강의 7일 TTL 정책을 적용했습니다.
    • ICS 및 Google Calendar 추가 시 캐시 TTL 정책에 따라 최신 상세 정보를 사용하고, 일정 변경이 확인되면 표시 중인 캘린더 셀을 갱신합니다.
    • 부산센터 강의 목록의 온라인/오프라인 필터는 부산 URL에서만 표시되며, 서울센터에는 표시되지 않습니다.
    • Calendar pop 신청 인원은 신청인원/전체인원 형식으로 표시하고, 파싱 실패 시 -를 표시합니다.
    • manifest 버전을 26.5.20.0으로 갱신했습니다.

    Contributors
    • @ymjoo12 contributed PR #52

    Full Changelog: https://github.com/ymjoo12/soma-calendar/compare/26.5.14.0...26.5.20.0

    Source code released under MIT License

    Download Firefox and get the extension
    Download file
  • Older versions

    Version 26.5.14.0

    Released May 14, 2026 - 49.93 KB
    Works with firefox 109.0a1 and later
    What's Changed
    • Refactor: 캐시 및 캘린더 로딩 최적화 by @ymjoo12 in https://github.com/ymjoo12/soma-calendar/pull/50

    Full Changelog: https://github.com/ymjoo12/soma-calendar/compare/26.5.11.0...26.5.14.0

    Source code released under MIT License

    Download file
  • Version 26.5.11.0

    Released May 10, 2026 - 40.87 KB
    Works with firefox 109.0a1 and later
    What's Changed
    • feat: 팝업 파일에 부산 소마 추가 by @gyuhochoime in https://github.com/ymjoo12/soma-calendar/pull/45

    New Contributors
    • @gyuhochoime made their first contribution in https://github.com/ymjoo12/soma-calendar/pull/45

    Full Changelog: https://github.com/ymjoo12/soma-calendar/compare/26.4.22.0...26.5.11.0

    Source code released under MIT License

    Download file
  • Version 26.4.22.0

    Released Apr 22, 2026 - 40.83 KB
    Works with firefox 109.0a1 and later
    What's Changed
    • chore: 사소한 디자인 수정 by @doorcs in https://github.com/ymjoo12/soma-calendar/pull/43
    • Release 26.4.22.0: close calendar issues #40 and #41 by @ymjoo12 in https://github.com/ymjoo12/soma-calendar/pull/44

    Full Changelog: https://github.com/ymjoo12/soma-calendar/compare/26.4.21.0...26.4.22.0

    Source code released under MIT License

    Download file
  • Version 26.4.21.0

    Released Apr 21, 2026 - 40.73 KB
    Works with firefox 109.0a1 and later
    What's Changed
    • Merge latest main updates into develop and bump manifest version by @ymjoo12 in https://github.com/ymjoo12/soma-calendar/pull/38
    • Release 26.4.21.0 calendar history updates by @ymjoo12 in https://github.com/ymjoo12/soma-calendar/pull/42
    • feat: add functionality for viewing past two weeks in calendar by @twkim02 in https://github.com/ymjoo12/soma-calendar/pull/39

    New Contributors
    • @twkim02 made their first contribution in https://github.com/ymjoo12/soma-calendar/pull/39

    Full Changelog: https://github.com/ymjoo12/soma-calendar/compare/26.4.18.0...26.4.21.0

    Source code released under MIT License

    Download file
  • Version 26.4.18.0

    Released Apr 17, 2026 - 40.31 KB
    Works with firefox 109.0a1 and later
    What's Changed
    • 접수내역 달력 취소 동작을 실제 사이트 흐름에 맞게 수정 by @lickelon in https://github.com/ymjoo12/soma-calendar/pull/36
    • Merge main into develop and update manifest version to 26.4.18.0 by @ymjoo12 in https://github.com/ymjoo12/soma-calendar/pull/37

    Full Changelog: https://github.com/ymjoo12/soma-calendar/compare/26.4.15.0...26.4.18.0

    Source code released under MIT License

    Download file
  • Version 26.4.15.0

    Released Apr 15, 2026 - 39.98 KB
    Works with firefox 109.0a1 and later
    What's Changed
    • feat: HTML 셀렉터 구조 변경 대비 fallback 옵션 추가 by @doorcs in https://github.com/ymjoo12/soma-calendar/pull/33
    • Merge main into develop and bump manifest version to 26.4.15.0 by @ymjoo12 in https://github.com/ymjoo12/soma-calendar/pull/34

    Full Changelog: https://github.com/ymjoo12/soma-calendar/compare/26.4.14.0...26.4.15.0

    Source code released under MIT License

    Download file
  • Version 26.4.14.0

    Released Apr 13, 2026 - 39.95 KB
    Works with firefox 109.0a1 and later
    What's Changed
    • feat: 가독성 향상을 위해 지나간 강의는 회색으로 표시 by @doorcs in https://github.com/ymjoo12/soma-calendar/pull/32

    New Contributors
    • @doorcs made their first contribution in https://github.com/ymjoo12/soma-calendar/pull/32

    Full Changelog: https://github.com/ymjoo12/soma-calendar/compare/26.4.13.0...26.4.14.0

    Source code released under MIT License

    Download file
  • Version 26.4.13.0

    Released Apr 13, 2026 - 39.62 KB
    Works with firefox 109.0a1 and later
    Full Changelog: https://github.com/ymjoo12/soma-calendar/compare/26.4.8.0...26.4.13.0

    Source code released under MIT License

    Download file
  • Version 26.4.7.0

    Released Apr 7, 2026 - 423.55 KB
    Works with firefox 109.0 and later

    Source code released under MIT License

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.