Skip to content

v0.0.1

Compare
Choose a tag to compare
@nobkd nobkd released this 07 May 13:31
· 132 commits to main since this release

πŸš€ Enhancements

  • Init extension (30e1bf7)
  • Add LICENSE (a79281e)
  • Add icons (d0d5315)
  • Add doc link (b0c120d)
  • Info to install temp extension in firefox (a49f6f1)
  • Add simple script to test the extension (9580f3f)
  • Collect iframes to google maps, add todos (a7c2dd2)
  • Simplify code, add uri convert function (2cd9f19)
  • Add js load func, todo for other solution (8f265ad)
  • Replace later added maps too (74ac60e)
  • Use url interceptor instead (2a26f19)
  • Implement leaflet with page embed (8053e5c)
  • Add formatter and web-ext (589012c)
  • Move to new structure & format (d93e8a2)
  • Generate icons (06e4cc4)
  • Parse params types (42fd231)
  • Parse pb param partially (e133ba4)
  • Use nominatim to get marker by address (25e085b)
  • Add test file to decode pb (25efa6c)
  • More decoding when parsing pb (230c31c)
  • WIP add ts (f7c4885)
  • WIP moving to ts and vite (19ecd14)
  • Fix build, allow top level await (changing?) (f844679)
  • Use vite and typescript (PR #1) (#1)
  • Use roadmap / satellite based on pb enum (f66a586)
  • Convert altitude to ca. zoom, popup options (d80971b)
  • Add latlon without label, set zoom precision (7d0be1f)
  • Add browser action button (3de654c)
  • Trying browser action to disable addon on pages (0168922)
  • Adding extension id (c4062d7)
  • WIP implement turning the ext off/on on page (14dad79)
  • icon: Pin svg shape (f1fabf0)
  • WIP gh workflow (e3b7d82)
  • Matching more urls (WIP) (30dc0fb)
  • Add vitest as testing dependency (4ac0a3d)
  • Adding tests for most code (#2)
  • Replace icon (2ab44a5)
  • Disable replace for page (atm no indicator change or settings page) (8b2469f)
  • Update icon, add grey variant (1f23708)
  • Show status for current tab with icon (a5fea03)
  • Add WIP publish script (38cf96a)
  • WIP release workflow (#3)
  • Update workflows (051b187)
  • Add git version update hook (39c435e)
  • hooks: Add automatically adding version change (92c256b)
  • Add WIP options page (8a6f528)
  • Disable hosts from options, update options (e6becf2)
  • Add options page (#5)

🩹 Fixes

  • Add clipping to icon (f177831)
  • Update icons (c1236df)
  • Content script matches (15d739b)
  • Make icon better (3c99776)
  • LoadJS wont work with extensions, stuff (1dc17cf)
  • Better regex (b665562)
  • Remove tabs permission (4b5c19a)
  • Remove edit frame function: not working (fd65e8e)
  • Stronger pattern binding (could be bad?) (56fef8f)
  • Join locales directly (123a5f0)
  • Safer digit handling (db80bed)
  • Save replace (ca10f48)
  • Correct types (f33ba58)
  • New file structure (df611d8)
  • Let vite handle the leaflet asset copying (20f3bbc)
  • Use faster svgexport (fce7093)
  • Fix possible out of range error (353bd96)
  • Clearer dms parsing (ca264ad)
  • Remove unnecessary null checks (907aada)
  • Fix compile output dir (7fc1605)
  • Prefer using cached deps (0cad050)
  • Renaming and sorting package scripts (5cf41b1)
  • Only change version on main (654cb6f)
  • Action icon now fits to currently active tab (fbf3fa5)
  • WIP: crrently one directional, reload frames instead of tab (6d9cebe)
  • ci: Add version change file only on bump call (4d0c390)
  • Reload tab if osm, else reload maps frames only (06b88ba)
  • Reload maps frames only / reload tab on replaced map (for now) (#4)
  • Always check conventional commits schema & bump version (b1c20ba)
  • Run pre commit formatting (3600cc2)
  • Cancel jobs on new push (736d089)

πŸ“– Documentation

  • Adds some documentation (faa7327)
  • Add JS-Doc to rest of functions (1b65966)
  • Add js doc (#6)

🏑 Chore

βœ… Tests

  • Add first small test test (779672d)
  • Extend parsePB test (912b759)
  • Add other test files (99dc388)
  • Add parseDMS (1644cb6)
  • Add zoom (WIP) (fd10f3e)
  • More accurate and predictable DMS test (d73468d)
  • Fix to use better test statements (50e48ac)
  • More common functions (8fec8bc)
  • Add partial test for read pb (d1a2592)
  • Fix pb example test (de52d8c)
  • Nominatim api call mocking (ea13f58)
  • Add specific zoom test (852fdde)
  • Move fetch mock to file top (f816e9a)
  • Add todos to indicate missing tests (dd11308)
  • Remove tests for webext-polyfill until knowing how to test (05f8276)

πŸ€– CI

❀️ Contributors