Skip to content

Commit

Permalink
toc and build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Aug 31, 2022
1 parent d925061 commit 6875e5f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 8 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build-locales.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CI

on:
push:
branches:
- locales

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1

- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1
with:
args: "--no-color -q"

- name: Update Curseforge Translations
run: ./cf_translations.sh
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
3 changes: 3 additions & 0 deletions AtlasLootClassic/AtlasLootClassic.toc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
## X-Category: Map
## X-License: GPL v2
## X-Localizations: enUS, deDE, frFR, esES, koKR, zhCN, zhTW, esMX, ptBR, ruRU, itIT
## X-Curse-Project-ID: 326516
## X-WoWI-ID: 25185
## X-Wago-ID: RXKqzoGy

embeds.xml

Expand Down
2 changes: 1 addition & 1 deletion AtlasLootClassic/AtlasLootClassic_TBC.toc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
## X-License: GPL v2
## X-Localizations: enUS, deDE, frFR, esES, koKR, zhCN, zhTW, esMX, ptBR, ruRU, itIT
## X-Curse-Project-ID: 326516
## X-WoWI-ID: 25953
## X-WoWI-ID: 25185
## X-Wago-ID: RXKqzoGy

embeds.xml
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ

[Changelog history](https://github.com/Hoizame/AtlasLootClassic/blob/master/AtlasLootClassic/Documentation/Release_Notes.md)

## v3.0.0 (May, XX, 2022)
## v3.0.0 (Aug, XX, 2022)

- Move to a multiple game version build
- Wrath support Version
- add all Wrath dungeons and raids
- add Wrath T Sets
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ AtlasLootClassic is an UI mod allowing for loot tables of bosses to be browsed w

[WoWInterface](https://www.wowinterface.com/downloads/info25185-AtlasLootClassic.html)

## Download (TBC)

[Curseforge](https://www.curseforge.com/wow/addons/atlaslootclassic)

[WoWInterface](https://www.wowinterface.com/downloads/info25953-AtlasLootClassic-TBC.html)

## Features

* Loottables for Dungeons and Raids
Expand Down Expand Up @@ -51,3 +45,5 @@ This currently only supports items
[Atlas Classic WoW](https://www.curseforge.com/wow/addons/atlas-classicwow)

[Atlas Burning Crusade](https://www.curseforge.com/wow/addons/atlas-burningcrusade)

[Atlas Wrath of the Lich King](https://www.curseforge.com/wow/addons/atlas-wrathofthelichking)

0 comments on commit 6875e5f

Please sign in to comment.