Skip to content

Releases: fathiraz/refined-github-projects

v1.3.0

Choose a tag to compare

@fathiraz fathiraz released this 06 Jun 15:35
ad06292

1.3.0 (2026-06-06)

Features

  • bulk-edit: sectioned field list with A–Z sorting in flyout (#46) (a64fe74)

v1.2.0

Choose a tag to compare

@fathiraz fathiraz released this 02 Jun 18:41
1094841

1.2.0 (2026-06-02)

Features

  • bulk: replace modals with anchored flyouts (#38) (c0436d1)
  • projects: align board selection with Primer (#35) (ec11d67)
  • queue-tracker: mirror GitHub Primer Toast shell (#37) (d8e4229)

Bug Fixes

  • ui: isolate flyout and modal keyboard input (#45) (4ef2717)

v1.1.0

Choose a tag to compare

@fathiraz fathiraz released this 28 May 20:41
6b59851

1.1.0 (2026-05-28)

Features

  • app: add new docs design with modern style (#32) (c9fa3e4)
  • hovercard: match GitHub native issue row hover UI (7bdf0a5)
  • hovercard: match GitHub native issue row hover UI (782d2cf)

Bug Fixes

  • changelog: scope v1.0.0 entry to real diff against v0.6.0 (#30) (b4770fe)
  • hovercard: apply theme CSS after mount and key portals by item (d58a5e1)
  • hovercard: key previews by itemId and teardown host last (bf1d6d0)
  • hovercard: shadow Tippy CSS and trigger lifecycle (a849b0c)

v1.0.0

Choose a tag to compare

@fathiraz fathiraz released this 30 Apr 13:45
3448465

What's Changed

Features

  • Effect Platform Migration — Migrates the extension's core architecture to @effect/platform + @effect/platform-browser for type-safe service composition, structured concurrency, and improved error handling. Replaces ad-hoc Promise chains with Effect-based services (ProjectService, preview/hierarchy caches), adds schema validation at every API boundary, introduces a ManagedRuntime for background operations, and a Semaphore + FiberMap-driven queue. Also includes drag-and-drop row reorder and a rebuilt sprint modal flow. (#26)

Bug Fixes

  • bulk: preserve selected assignees visibility in random assign modal — selected assignees are now cached locally and remain pinned at the top even when the search query changes, preventing selections from disappearing mid-search. (#24)
  • app: drop -is:closed from auto-injected sprint filter — saving sprint settings now injects only -sprint:<@current without the unrelated -is:closed predicate, keeping closed items visible during sprint reviews. (#28)

Full Changelog: v0.6.0...v1.0.0

v0.6.0

Choose a tag to compare

@fathiraz fathiraz released this 29 Apr 03:16
c0ba455

0.6.0 (2026-04-27)

Features

  • switch options page to full tab and fix select-all shortcut (#22) (b5d5b6d)

This PR was generated with Release Please. See documentation.

v0.5.0

Choose a tag to compare

@fathiraz fathiraz released this 23 Apr 07:34
1feb71e

0.5.0 (2026-04-23)

Features

  • integrate Effect library for functional error handling and GraphQL client (#18) (7219cd5)

v0.4.0

Choose a tag to compare

@fathiraz fathiraz released this 07 Apr 22:45
9b525fb

0.4.0 (2026-04-07)

Features

  • modular background architecture, keyboard shortcuts, and dev tooling (v0.4.0) (#16) (fa47701)

v0.3.0

Choose a tag to compare

@fathiraz fathiraz released this 29 Mar 22:18
40795f2

What's new

This release brings smarter bulk assignment workflows, better project hierarchy visibility, and sprint progress insights to GitHub Projects.

Smarter bulk assignments

  • Bulk random assign — Distribute selected issues across your team automatically with preview and control. Choose from round-robin, weighted load balancing, or random distribution strategies before committing.

Better project context

  • Issue hierarchy support — See parent/child relationships and project context directly in your GitHub Projects views. Navigate issue trees without leaving the board.

Sprint insights at a glance

  • Sprint progress tracking — Track sprint progress with real-time scope change visibility. See when issues are added, removed, or moved between sprints without losing historical context.

Under the hood

  • Added message protocol handlers for bulk random assign operations
  • Enhanced shadow DOM compatibility for nested project views
  • Improved modal state management for bulk action workflows

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@fathiraz fathiraz released this 26 Mar 14:32
5644cfc

Bug Fixes

  • Fixed Firefox extension permissions and cookie handling for improved browser compatibility (3fdb8b3)

v0.2.0

Choose a tag to compare

@fathiraz fathiraz released this 26 Mar 13:15
10b81b3

UI improvements

  • Added a guided bulk duplicate flow with select, edit, and review steps, including relationship copying for duplicated issues (#1).
  • Added bulk issue relationship editing for parent, blocked-by, and blocking links (#3).
  • Added issue type selection and consolidated shared UI components (8c07267).
  • Refactored the extension entrypoints and shared utilities for a cleaner internal structure (09f8ead).

Docs and distribution

  • Updated install and distribution docs to prioritize the Chrome Web Store flow while keeping Edge and Firefox as manual install paths (#2).

CI and release automation

  • Upgraded CI and release workflows to newer Node runtimes and refreshed the store submission pipeline (#4).
  • Added follow-up fixes for PR review automation, Release Please token handling, and workflow action upgrades (#6).