From eb64dfff67a2e1de30ab5666a931a1a2b9485926 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 12:03:50 +0200 Subject: [PATCH] Update Readme and Changelog style --- CHANGELOG.md | 24 ++++++++++++------------ README.md | 6 ++++++ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa949f..370196e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,42 +1,42 @@ -### Notable Changes +#### Notable Changes -#### 2.20 +##### Release 2.20 * Now all the new achievement categories are enabled by default in the settings panel -#### 2.10 +##### Release 2.10 * French translation -#### 2.8 +##### Release 2.8 * Fixed a bug, thanks to merlight -#### 2.6 +##### Release 2.6 * New option that outputs incomplete tasks of an achievement in the details only * New option that outputs the details line by line (necessary for pChat compatibility) -#### 2.2 +##### Release 2.2 * Fixed an incompatibility with pChat (a leading "h" in chat notifications) There is still an existing incompatibility with pChat regarding long notifications. pChat cuts off too long messages, I'm not sure why yet. -#### 2.1 +##### Release 2.1 * Internals / Refactoring -#### 2.0 +##### Release 2.0 * Finished the LAM 2.0 Upgrade to support the current version of ESO (The result: An all new and shiny settings page) -#### 1.0 +##### Release 1.0 * Added the possibility to change the notification step width with a slider (default 25%) -#### Beta 0.93 +##### Beta 0.93 * Added a notification if an achievement is completed * Added a notification when you discover an achievement for the first time * Fixed an achievement not showing up * Fixed the behavior of showing notifications every 25% - this should now work correctly * Optimized internals -#### Beta 0.92 +##### Beta 0.92 * Added an optional Debug Mode if you think you found an error * Fixed achievement notifications using the wrong achievement category * Fixed a problem that all achievements instead of only the currently active achievement of a progress line were shown * Changed the color of the notifications -#### Beta 0.90 +##### Beta 0.90 * Initial Release \ No newline at end of file diff --git a/README.md b/README.md index 6cbe9dc..b31c9f0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,19 @@ # AchievementInfo + +[![Build Status](https://drone.f-brinker.de/api/badges/fbrinker/elderscrolls-addon-achievementInfo/status.svg)](https://drone.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo) +[![Latest Releases](https://badgen.net/badge/releases/latest)](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/releases) + This is an **The Elderscrolls Online** addon. [See all details and the download @ESOUI](http://www.esoui.com/downloads/info350-AchievementInfo.html#info). [Issue-Tracker](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/issues) ## Why is this a public project? + In case I quit or pause playing TESO and cannot maintain this addon, feel free to contribute to keep this up to date and running. I'll still be available here and be able to update the ESOUI page. ## How to contribute? + **IMPORTANT: Github is a mirror.** Please contribute at [git.f-brinker.de/elderscrolls-addon-achievementInfo](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo) - You can login with your Github or Gitlab account (OAuth2). Then, create a fork of the repository, do what you have to do and create a pull-request afterwards. Feel free to contact me any time.