Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lady-Binary committed Feb 28, 2023
1 parent 0d2448a commit 66a3f16
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## LoA 1.4.1.0 - EasyLoU 1.3.0.1 (28/02/2023)

#### Enhancements:

- Improve syntax highlight [#186](https://github.com/Lady-Binary/EasyLoU/issues/186)
- Move ScanJournal into two separate commands, ScanChatJournal and ScanSystemJournal [#183](https://github.com/Lady-Binary/EasyLoU/issues/183)
- Add current character name to the EasyLoU window [#174](https://github.com/Lady-Binary/EasyLoU/issues/174)

#### function (placeholders) {
return '';
}

- .csproj files not existent in the repos [#181](https://github.com/Lady-Binary/EasyLoU/issues/181)

---

## LoA 1.4.1.0 - EasyLoU 1.3.0.0 (11/06/2021)

#### Bugfixes:
Expand All @@ -13,9 +29,9 @@
- EasyLoU does not require to be placed in the Aria folder anymore, can be placed anywhere [#165](https://github.com/Lady-Binary/EasyLoU/issues/165)
- Add compatibility with LoU Auto-Map 1.0.0.0 [#163](https://github.com/Lady-Binary/EasyLoU/issues/163)
- Add compatibility with Aria client 1.4.1.0 [#162](https://github.com/Lady-Binary/EasyLoU/issues/162)
- New PlayScript, PlayAllScripts, PauseScript, StopScript, StopAllScripts, StopAllScriptsButThis commands [#159](https://github.com/Lady-Binary/EasyLoU/issues/159)
- Check for minimum supported LoU version [#157](https://github.com/Lady-Binary/EasyLoU/issues/157)
- Add the ability to stop or restart scripts via a lua function [#130](https://github.com/Lady-Binary/EasyLoU/issues/130)

---

## LoA 1.4.0.0 - EasyLoU 1.2.1.2 (29/01/2021)
Expand Down Expand Up @@ -288,8 +304,3 @@

## LoA 1.0.0.4 - EasyLOU 1.0.0.20 (27/07/2020)
*No changelog for this release.*

---

## LoA 1.0.0.4 - EasyLOU 1.0.0.19 (27/07/2020)
*No changelog for this release.*
6 changes: 3 additions & 3 deletions EasyLoU/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
// [assembly: AssemblyVersion("1.3.0.1")]
[assembly: AssemblyVersion("1.3.0.1")]
[assembly: AssemblyFileVersion("1.3.0.1")]

0 comments on commit 66a3f16

Please sign in to comment.