-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
download/the_sleeping_lion-1.0.0-x86_64.exe filter=lfs diff=lfs merge=lfs -text | ||
download/the_sleeping_lion-1.1.0-x86_64.exe filter=lfs diff=lfs merge=lfs -text | ||
download/the_sleeping_lion-1.2.0-x86_64.exe filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Version 1.2.0 changelog | ||
|
||
## New features | ||
Added the following macro: | ||
- `@banner` to display a black banner like the Mindthief's Augments. | ||
|
||
Added the following aliases: | ||
- `\invisible` | ||
|
||
The `\aoe` command is now sensitive to the context's size and can be made smaller using `@small`. | ||
|
||
When defining custom aliases, it is now possible to reference a previously defined custom alias. | ||
|
||
## User Interface | ||
- Added a popup when deleting a card to confirm or cancel card deletion. | ||
- Added a File->New option. | ||
- Tabs can be reordered manually as well as sorted by level, initiative or ID. | ||
- Added shortcuts to move through the entries in a tab (CTRL+TAB and CTRL+SHIFT+TAB). | ||
- Added shortcuts to move through tabs (ALT+LEFT/RIGHT ARROW). | ||
- Creation of a short user manual. | ||
|
||
## Bugfixes: | ||
- Using the `\multiline` command now adds a blank space before and after the command, so that the column of items isn't immediately next to what comes before and after. | ||
- Adding text after the `\summon` command no longer causes The Sleeping Lion to freeze. | ||
- Custom aliases without arguments are now properly detected when used in the middle of a line. | ||
- Custom aliases without arguments but with similar names no longer get mixed up. | ||
|
||
## Packaging | ||
- Fixed a bug where NSIS took a hardcoded version number for the Sleeping Lion instead of taking the one for the current version. |
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters