Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Anonomit/LootReserve
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2024-11-12
Choose a base ref
...
head repository: Anonomit/LootReserve
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Nov 23, 2024

  1. Fix some xml stuff

    Anonomit committed Nov 23, 2024
    Copy the full SHA
    87ca721 View commit details
  2. Copy the full SHA
    0b7d23c View commit details

Commits on Nov 28, 2024

  1. Support fresh realms

    Anonomit committed Nov 28, 2024
    Copy the full SHA
    1ebf3d1 View commit details
  2. Copy the full SHA
    ed84ab7 View commit details
  3. Copy the full SHA
    3c46cfb View commit details
  4. Release 2024-11-28

    Anonomit committed Nov 28, 2024
    Copy the full SHA
    1fc7788 View commit details

Commits on Nov 29, 2024

  1. Minor UI changes

    Anonomit committed Nov 29, 2024
    Copy the full SHA
    078bc3c View commit details
  2. Restore SoD loot tables

    Anonomit committed Nov 29, 2024
    Copy the full SHA
    a182297 View commit details
  3. Release 2024-11-29

    Anonomit committed Nov 29, 2024
    Copy the full SHA
    74c4da0 View commit details

Commits on Dec 5, 2024

  1. Copy the full SHA
    aa2800f View commit details

Commits on Dec 6, 2024

  1. Copy the full SHA
    7c23a10 View commit details
  2. Update item list

    Anonomit committed Dec 6, 2024
    Copy the full SHA
    15fccdb View commit details
  3. Copy the full SHA
    4a2b137 View commit details
  4. Update LibRangeCheck-3.0

    Custom version while waiting on the PR
    Anonomit committed Dec 6, 2024
    Copy the full SHA
    7fe7c32 View commit details
  5. Copy the full SHA
    1a9cfe0 View commit details
  6. Copy the full SHA
    9b8d198 View commit details
  7. Fix raid colors in SoD

    Anonomit committed Dec 6, 2024
    Copy the full SHA
    05c3118 View commit details
  8. Release 2024-12-06

    Anonomit committed Dec 6, 2024
    Copy the full SHA
    bef1b48 View commit details

Commits on Dec 10, 2024

  1. Copy the full SHA
    69b05e6 View commit details
  2. Release 2024-12-10

    Anonomit committed Dec 10, 2024
    Copy the full SHA
    f6c01c8 View commit details

Commits on Dec 14, 2024

  1. Copy the full SHA
    e838861 View commit details
  2. Make shamans blue in Era

    Anonomit committed Dec 14, 2024
    Copy the full SHA
    7c9861d View commit details
  3. Rename AQ20 in SoD -> AQ10

    Anonomit committed Dec 14, 2024
    Copy the full SHA
    24f02d6 View commit details
  4. Copy the full SHA
    88f2f7f View commit details
  5. Copy the full SHA
    9cd9a1b View commit details
  6. Copy the full SHA
    3bf4edb View commit details
  7. Copy the full SHA
    253f73a View commit details
  8. Copy the full SHA
    ca82056 View commit details
  9. Copy the full SHA
    2215ea1 View commit details
  10. Copy the full SHA
    c61707e View commit details
  11. Copy the full SHA
    441af17 View commit details
  12. Unindent token categories

    Anonomit committed Dec 14, 2024
    Copy the full SHA
    e65bb7a View commit details
  13. Update item level overrides

    Anonomit committed Dec 14, 2024
    Copy the full SHA
    510ed07 View commit details
  14. Copy the full SHA
    35d24b4 View commit details

Commits on Dec 15, 2024

  1. Copy the full SHA
    e7d1bc3 View commit details
  2. Copy the full SHA
    c0e84dc View commit details
  3. Copy the full SHA
    bc53495 View commit details

Commits on Dec 17, 2024

  1. Copy the full SHA
    2c610f1 View commit details
  2. Copy the full SHA
    8cdfaec View commit details
  3. Changelog formatting

    Anonomit committed Dec 17, 2024
    Copy the full SHA
    4f2a34b View commit details
  4. Release 2024-12-17

    Anonomit committed Dec 17, 2024
    Copy the full SHA
    9670112 View commit details

Commits on Dec 21, 2024

  1. Copy the full SHA
    ff92817 View commit details
  2. Update ItemCache

    Anonomit committed Dec 21, 2024
    Copy the full SHA
    4d59d5a View commit details
  3. Release 2024-12-21

    Anonomit committed Dec 21, 2024
    Copy the full SHA
    7d4330c View commit details
15 changes: 7 additions & 8 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<h3>Changes</h3>
<h3>Features</h3>
<ul>
<li>Added Crystallized Firestone to Ragnaros in Firelands.</li>
<li>Added Living Ember and Eternal Ember to Firelands.</li>
<li>Enabled Scepter of the Shifting Sands raid drops in Season of Discovery.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed an issue with CSV delimiting when an item name has a comma.</li>
<li>Added slash commands to find item links by searching item names. The list of matching items will be shown in your chat window.</li>
<ul>
<li>/link, /find, /getitem</li>
<li>As an example, find <a href="https://www.wowhead.com/classic/item=6948">[Hearthstone]</a> with: /link hearth</li>
<li>If you don't have ItemCache installed, then item database will need to be loaded each session.</li>
</ul>
</ul>
Loading