Skip to content

Latest commit

 

History

History
204 lines (134 loc) · 5.47 KB

File metadata and controls

204 lines (134 loc) · 5.47 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.0] - 2026-04-05

Added

  • Custom category directories: override where lua, macros, or plugins install via CATEGORY_PATHS in settings.local.toml.
  • Clearer messages for users on why certain resources are skipped or blocked.

Changed

  • Rewrote the sync pipeline with separate discovery, planning, and execution stages.

[1.1.2] - 2026-02-16

Fixed

  • Fixed a crash when starting the RG web interface.

[1.1.1] - 2026-02-15

Fixed

  • Resources will re-download if you change their path.

[1.1.0] - 2026-02-13

Added

  • Windows: optional Desktop shortcut, toggle it in the TUI settings.
  • Staff picks: Scriber, Bazaar/Auction Helper, and Skill Skillup are now on LIVE/TEST/EMU.

Fixed

  • Staff picks: Buttonmaster was pointing at the deleted beta resource, giving everyone a 404 log line each run.

[1.0.0] - 2026-02-02

Added

  • Staff picks: curated resources for LIVE/TEST/EMU. Turn it off if you don't care what we like.

Changed

  • Authentication now uses OAuth2, though you can still use an API key if you prefer.

Fixed

  • publish: --message can be a file path. If it’s a Keep a Changelog file, we'll use the matching version entry; otherwise the file contents are posted. Empty messages are skipped.
  • Corrected maps directory handling for special resources. Sorry for the bad maps dirs all this time! Please delete the old ones from your EQ directory.

[0.9.4] - 2025-12-01

Added

  • Navmesh support, thanks to wired420/mqmesh.com

[0.9.3] - 2025-11-29

Changed

  • Linux installs will default to the user config folder for settings, and the user data folder for downloads.

Fixed

  • EQ Path will now display in the TUI.

[0.9.2] - 2025-11-26

Added

  • TUI: Search log, progress bar. (#12)
  • Handling for uv install/uninstall.

Changed

  • Refactored the TUI and moved some buttons around.

Fixed

  • Fixed cache deletion on uninstall.
  • Maps not going to the right place with myseq checked. (#11)

[0.9.1] - 2025-11-21

Fixed

  • Add legacy handling for --push, which is now publish.

[0.9.0] - 2025-11-21

Added

  • A new command line interface, but legacy commands still work. See the resource overview or redfetch help for details.

Changed

  • Refactored just about everything to be async/await, which makes updates much faster.

[0.8.0] - 2025-10-27

Added

  • One big resource manifest for update checks, which improves speed
  • MD5 verification of downloads for reliability

Fixed

  • Fixed Unicode display issues. (#13)
  • Fixed MySEQ shortcut. (#14)
  • Fixed plugin download behavior on Test/Emulator servers. (#9)

[0.7.0] - 2025-01-18

Added

  • TUI: Directory pickers can now change drive letters.

[0.6.4] - 2024-12-21

Changed

  • Prompt to create the custom config directory if it doesn't exist.

[0.6.3] - 2024-12-03

Changed

  • Detect if you installed redfetch via pipx and use that method to update.

[0.6.0] - 2024-11-26

Added

  • TUI: Added server-select to Fetch tab.
  • TUI: Added a unique default theme for each server type.

Changed

  • Resource names (as well as IDs) are now displayed when updating.
  • TUI: EverQuest directory validation
  • TUI: Check for presence of files for shortcuts
  • TUI: The setting being changed will now appear in the log.
  • TUI: Removed some emojis and colors that were especially ugly in Win10's conhost (cmd prompt).
  • TUI: Uninstall confirmation.

Fixed

  • MQ will now terminate prior to unload.

[0.5.0] - 2024-11-22

Added

  • A bit of flair for initial setup.
  • Detect directories from RedGuides Launcher.
  • Detect EverQuest directory.
  • Added "themes" to the TUI. You can keep different themes for Live, Test, and Emulator.
  • Auto unload & close MacroQuest before update.

Changed

  • Uninstall now removes settings and cache and logs the user out.
  • Changed appearance to fit with the new theme system.

Fixed

  • true/false settings now work when set from the command line
  • opting out of special resources no longer requires a restart
  • A few fixes for linux (tested on ubuntu)

[0.3.7] - 2024-10-29

CHANGED

  • Another README.md change.

[0.3.6] - 2024-10-29

Added

  • Added a README.md.

Changed

  • Standardized name as redfetch

[0.3.5] - 2024-10-28

Changed

  • And again, added a better check for pasting on Windows.

[0.3.4] - 2024-10-28

Changed

  • Added a better check for pasting on Windows.

[0.3.3] - 2024-10-28

Changed

  • Removed suggestion for users to paste dirs when running under conhost (cmd.exe)

[0.3.2] - 2024-10-27

Changed

  • Update check will no longer trigger in CI environment.

[0.3.1] - 2024-10-27

Fixed

  • Confirming a fix of the update check.

[0.2.9] - 2024-10-27

Added

  • Added error handling to push commands, mostly for github actions pipeline.

[0.2.8] - 2024-10-27

Added

  • Final pipeline test part 3. I hope it works.

[0.2.7] - 2024-10-27

Added

  • Final pipeline test part 2. I hope it works.

[0.2.6] - 2024-10-27

Added

  • Final pipeline test part 1. I hope it works.