Skip to content

Releases: AprilSylph/XKit-Rewritten

Beta 0.3.7

24 Jun 17:11
4ec12df
Compare
Choose a tag to compare
  • 1c5c3f3 add util for showing modal prompts (April Sylph)
  • 41dbd93 improve jsdoc across util files (April Sylph)
  • 19b35fd modals util: add modalCancelButton export (April Sylph)
  • 9ee9c1e correct showModal jsdoc (message parameter type) (April Sylph)
  • f83b6d3 PostBlock: use custom modal over window.confirm (April Sylph)
  • 5a76602 NotificationBlock: confirm actions using showModal (April Sylph)
  • 1eb4be0 Classic Search: update Tumblr search selector (April Sylph)
  • e8bb14b modals: center message text (April Sylph)
  • 4ec12df manifest: bump version to 0.3.7 (April Sylph)

Beta 0.3.6

23 Jun 13:41
36714fa
Compare
Choose a tag to compare
  • 37c9543 Quick Tags: remove useless removeListener (April Sylph)
  • 7a203a2 getPostElements: ensure timeline is RegExp (April Sylph)
  • a3d562f Timestamps: simplify preference change handling (April Sylph)
  • ec893db Quick Tags: clean up script properly when disabled (April Sylph)
  • 540ea1a manifest: raise minimum chrome version to 80 (April Sylph)
  • 16858eb Quick Reblog: use currentTarget over target (April Sylph)
  • 8c102e1 use event.currentTarget across popup scripts (April Sylph)
  • d1aeac3 remove usage of jQuery .click() (deprecated) (April Sylph)
  • cf1944f use optional chaining across scripts (April Sylph)
  • fdd35c7 use nullish coalescing when rendering preferences (April Sylph)
  • 35c8148 use event.currentTarget over event.target (April Sylph)
  • 36714fa manifest: bump version to 0.3.6 (April Sylph)

Beta 0.3.5

21 Jun 16:32
e1ae713
Compare
Choose a tag to compare
  • d563b82 popup: set initial width to 375px (April Sylph)
  • 17f8b18 popup: reduce font size to 14px (April Sylph)
  • 8d6205f use idiomatic CSS in all popup stylesheets (April Sylph)
  • 3146ebf use idiomatic CSS across script stylesheets (April Sylph)
  • 25c4c7f use idiomatic CSS across content stylesheets (April Sylph)
  • bf7f93c Quick Tags: match new control panel font size (April Sylph)
  • 7e8a28a popup: make input placeholders look consistent (April Sylph)
  • fb026a3 find react properties more robustly (April Sylph)
  • e1ae713 manifest: bump version to 0.3.5 (April Sylph)

Beta 0.3.4

16 Jun 13:56
7105754
Compare
Choose a tag to compare
  • 814a0d5 popup: style textarea and pre scrollbars (April Sylph)
  • 0dba803 popup: simplify HTML, never shrink filter dropdown (April Sylph)
  • 581ea7f style scrollbars of iframe-type preferences (April Sylph)
  • 72fef75 Quick Tags: fix control panel styling on chromium (April Sylph)
  • 7105754 manifest: bump version to 0.3.4 (April Sylph)

Beta 0.3.3

14 Jun 14:22
d577a65
Compare
Choose a tag to compare
  • f9bb25c popup: set main min-width only after rendering scripts (April Sylph)
  • acef443 popup: remove main heading (April Sylph)
  • b2d32b5 popup: move version number to links tab (April Sylph)
  • a1a153b popup: match firefox menu colours (April Sylph)
  • bf813e1 Quick Tags: control panel makeover (April Sylph)
  • a390dc5 Quick Reblog: restore select arrow on blog picker (April Sylph)
  • 3347602 detect peepr more reliably across scripts (April Sylph)
  • e92fcf2 popup: style scrollbar on Firefox (April Sylph)
  • d577a65 manifest: bump version to 0.3.3 (April Sylph)

Beta 0.3.2

07 Jun 13:50
3ae51ab
Compare
Choose a tag to compare
  • 2d35a9a backup tab: fix flashing effect when switching subsections (April Sylph)
  • 2e4151c No Recommended: hide carousels more reliably (April Sylph)
  • ce14ec9 popup: remove main min-width (April Sylph)
  • 3ae51ab manifest: bump version to 0.3.2 (April Sylph)

Beta 0.3.1

04 Jun 13:12
bc1b746
Compare
Choose a tag to compare
  • 4e99f35 notifications util: fix issues with toasts on peepr (April Sylph)
  • a2bbecd notifications util: rethink toast borders (April Sylph)
  • bc1b746 manifest: bump version to 0.3.1 (April Sylph)

Beta 0.3.0

04 Jun 11:44
2dcb51b
Compare
Choose a tag to compare
  • 96523a1 remove fakeImport (April Sylph)
  • c343ac9 main: expect real module exports (April Sylph)
  • a682fdd use real module exports in all scripts and utils (April Sylph)
  • 6a4c54d expect real module exports in all scripts and utils (April Sylph)
  • 10c82a4 manifest: raise minimum firefox version to 89 (April Sylph)
  • 847eee9 user blogs util: convert to real module (April Sylph)
  • 88ed33e do not unnecessarily import main when destroying script (April Sylph)
  • f4b0724 use simpler relative urls for imports where available (April Sylph)
  • 1381067 use top-level imports in scripts where available (April Sylph)
  • d88f82c main: use relative url when importing inject.js (April Sylph)
  • d9e085f main: expect scripts to export onStorageChanged (April Sylph)
  • a7716c7 export onStorageChanged across scripts (April Sylph)
  • f63a04e do not export autoRestart across scripts (April Sylph)
  • aec3663 getPreferences: allow inheriting from other storage keys (April Sylph)
  • 3334729 main: remove data-pathname setter (April Sylph)
  • 7930425 Tweaks: remove options for hiding recommended blogs, radar (April Sylph)
  • 37e98da add script No Recommended (April Sylph)
  • ea92736 No Recommended: add option to hide blog carousels (April Sylph)
  • ce990c0 No Recommended: add option to hide tag carousels (April Sylph)
  • 5e1e9e5 revert "Fix browser notifications not sending on Chromium" (April Sylph)
  • e8d3ed1 change sub-scripts' imports to be top-level (April Sylph)
  • 7f29041 CleanFeed: move all imports to top level (April Sylph)
  • aeafeb8 add notifications util script (April Sylph)
  • 44f687e Quick Reblog, Quick Tags: use new in-house notifications (April Sylph)
  • d25fba3 background, manifest: de-implement browser.notifications (April Sylph)
  • aa98e41 notifications util: make toasts square on mobile layout (April Sylph)
  • c817663 notifications util: always switch toasts position when capable (April Sylph)
  • e08e234 notifications util: style tweaks (April Sylph)
  • 74a58e4 notifications util: add displaying toasts in peepr (April Sylph)
  • 47c3487 backup tab: change local export filename (April Sylph)
  • c511044 overhaul backup tab; split up local import and local export (April Sylph)
  • 4619b17 backup: add success message for local import (April Sylph)
  • 3d62468 backup: change local data display to <pre> (April Sylph)
  • 7021279 backup tab: close other subsections when opening one (April Sylph)
  • 73503a6 meatballs manager: add dataset identifier to buttons (April Sylph)
  • d74efba add script NotificationBlock (April Sylph)
  • df44301 backup tab: set Restore button text via CSS (April Sylph)
  • e71d675 NotificationBlock: check for notification data before destructuring (April Sylph)
  • 609e856 AccessKit: decrease z-index of GIF label (April Sylph)
  • 11b188f meatballs utils: move to own file (April Sylph)
  • 24db78e react props utils: add exposeTimelines function (April Sylph)
  • b1bfb01 getPostElements: add timeline regex option (April Sylph)
  • 86ded5b Seen Posts: use exposeTimelines + timeline filter (April Sylph)
  • ee654b4 Show Originals: use exposeTimelines + timeline filter (April Sylph)
  • 4635430 Hide own posts tweak: use exposeTimelines + timeline filter (April Sylph)
  • 42917e4 react props utils: remove givenPath function (April Sylph)
  • 1a9ab4a remove try counting when unburying react properties (April Sylph)
  • 0498253 backup tab: relabel Export and Import sections (April Sylph)
  • dfd0f13 backup tab: use current date when exporting backup (April Sylph)
  • e502764 remove background page, don't set storageLastModified (April Sylph)
  • 2dcb51b manifest: bump version to 0.3.0 (April Sylph)

Beta 0.2.10

10 May 17:54
49f5673
Compare
Choose a tag to compare
  • efe8e89 AccessKit: make all preferences off by default (April Sylph)
  • bdd86de Fix browser notifications not sending on Chromium (April Sylph)
  • 49f5673 manifest: bump version to 0.2.10 (April Sylph)

Beta 0.2.9

15 Apr 13:41
bb1bee0
Compare
Choose a tag to compare
  • 48371c7 Mutual Checker: don't mark own blog as mutual (April Sylph)
  • bb1bee0 manifest: bump version to 0.2.9 (April Sylph)