Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GVigne committed Aug 8, 2023
1 parent b13e16a commit 6786cc5
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Here are a few examples of what the cards look like when they are created using
# Installing The Sleeping Lion
## Windows users

For Windows, you can simply use [this binary](https://github.com/GVigne/TheSleepingLion/raw/main/TheSleepingLion_WindowsInstaller.exe) (you do not need to have Python installed).
For Windows, you can simply use [this binary](https://github.com/GVigne/TheSleepingLion/raw/main/download/the_sleeping_lion-1.2.0-x86_64.exe) (you do not need to have Python installed).

Of course, you can also install The Sleeping Lion in a Python environment by following the instructions below.

Expand Down
Binary file removed TheSleepingLion_WindowsInstaller.exe
Binary file not shown.
29 changes: 29 additions & 0 deletions changelogs/version_1_2_0.md
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.
3 changes: 3 additions & 0 deletions download/the_sleeping_lion-1.2.0-x86_64.exe
Git LFS file not shown
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pathlib import Path

setup(name='thesleepinglion',
version='1.1.0',
version='1.2.0',
description='Automatic card layout creation for Gloomhaven custom classes',
long_description=Path("README.md").read_text("utf8"),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6786cc5

Please sign in to comment.