Skip to content

XIVCombo v2.0.0.0 #5293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/XIVCombo/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ project_path = "XIVComboPlugin"
changelog = """\
7.1\
we did it reddit
"""
"""
Binary file added testing/live/XIVCombo/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions testing/live/XIVCombo/manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[plugin]
repository = "https://github.com/MKhayle/XIVComboPlugin.git"

# The commit to check out and build from the repository.
commit = "11879795f2b26eedd092f6dc24ca8d419abcd517"

# The people authorised to update this manifest (e.g. who can deploy updates). These are GitHub usernames.
owners = [
"MKhayle"
]

# Optional: where your project/csproj is located within the repository.
# If empty or unspecified, it will be assumed the project is in the root of the repository.
project_path = "XIVComboPlugin"

# The changelog for this version. Will be shown in-game, as well on the Goat Place Discord.
changelog = """\
## Adoption of XIVCombo
- A new UI, more modern and more fitting for the increasing amount of jobs has been added to XIVCombo.
- Currently, all 65 existing combos have been kept while keeping feature parity as much as possible.
- Your previous settings will not carry over this new version. A welcoming pop-up will warn you about it.
- No new features, except the new UI. Maybe later, who knows? Updates should be more consistent from now on.
- The GitHub repository will be cleaned up (issues and pull requests closed) as nothing there are relevant anymore.
- Please use the Feedback feature of Dalamud to report any issues you would meet.
-# :french_bread: :croissant:
"""
Loading