Skip to content

Commit

Permalink
Add profile sharing, exporting, and importing
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Dec 21, 2020
1 parent 0a516d1 commit cefc627
Show file tree
Hide file tree
Showing 24 changed files with 3,031 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ read_globals = {
"BOOKTYPE_PROFESSION",
"CreateFrame",
"DisableAddOn",
"C_ChatInfo",
"C_CreatureInfo",
"C_PvP",
"C_SpecializationInfo",
Expand All @@ -55,6 +56,7 @@ read_globals = {
"GameFontHighlight",
"GameFontHighlightLarge",
"GameFontHighlightSmall",
"GameMenuFrame",
"GameTooltip",
"GetAddOnEnableState",
"GetAddOnMetadata",
Expand All @@ -77,6 +79,7 @@ read_globals = {
"GetTime",
"HideUIPanel",
"InCombatLockdown",
"InterfaceOptionsFrame",
"InterfaceOptionsFrame_OpenToCategory",
"IsAddOnLoaded",
"IsAltKeyDown",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ The format of this changelog is based on [Keep a Changelog](https://keepachangel

## [Unreleased]

### Added

- Add an option to export and import profiles
- Add an option to share the current profile to another player

### Fixed

- Fix an error when selecting alphabetical sort
Expand Down
Loading

0 comments on commit cefc627

Please sign in to comment.