https://github.com/kierdavis/noresearchdupes
ESO add-on to help you save inventory space by only keeping one item of each researchable trait.
https://github.com/kierdavis/noresearchdupes
eso esoui
Last synced: 7 days ago
JSON representation
ESO add-on to help you save inventory space by only keeping one item of each researchable trait.
- Host: GitHub
- URL: https://github.com/kierdavis/noresearchdupes
- Owner: kierdavis
- License: other
- Created: 2021-02-01T02:57:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T21:49:07.000Z (over 3 years ago)
- Last Synced: 2024-10-18T16:22:05.269Z (8 months ago)
- Topics: eso, esoui
- Language: Lua
- Homepage: https://www.esoui.com/downloads/info2964-NoResearchDupes.html
- Size: 1.49 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NoResearchDupes
Information for users (what this addon does, how to install it, how to get help)
is available on the [addon's page on esoui.com][esoui].## Release process
* Increase `AddOnVersion` in NoResearchDupes.txt.
* Create a git tag `v$VERSION`.
* Run `tools/release.sh $VERSION` to create ZIP file.
* Push `main` branch and tags to Github.
* Create a Github release and attach the new ZIP file.
* Upload new ZIP file to esoui.com.## Supporting a new ESO release
* Set the maximum compatible API version (the second number on the `APIVersion` line in `NoResearchDupes.txt`) to the latest ESO API version as per [this list][apiversions].
* Test that the addon works as expected.
* Publish a release by following steps above.## License
[LICENSE.txt](LICENSE.txt)
[esoui]: https://www.esoui.com/downloads/info2964-NoResearchDupes.html
[apiversions]: https://wiki.esoui.com/APIVersion