Skip to content

Commit 0c99982

Browse files
author
djdiskmachine
committed
Update CHANGELOG
Bump build number Update docs Requires #214
1 parent e2d90ba commit 0c99982

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
1.6.0-bacon0
1+
1.6.0-bacon1
22
Contributions:
33
drbscl
44
Add 64 bit soundfont support (#211)
55

66
Fixes:
77
Add 64 bit soundfont support (#211)
8+
Skip randomly generated project name if a directory with that name already exists (#175)
89

910
1.5.0-bacon3
1011
Contributions:

docs/wiki/What-is-LittlePiggyTracker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ After that you can copy additional wavs to the lgptRoot/lgptProject/samples dire
5151

5252
## New project
5353

54-
When creating a new project, use the regen button to generate a random name. Generate a new name with Regen or edit it manually selecting characters with A and pressing up/down
54+
When creating a new project, use the Random button to generate a random name. Generate a new name with Random or edit it manually selecting characters with A and pressing up/down
55+
Attempting to create a project with the same name in the same location produces a notification that this operation is denied
5556

5657
## Multiple Projects
5758

sources/Application/Model/Project.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#define PROJECT_NUMBER "1"
2222
#define PROJECT_RELEASE "6"
23-
#define BUILD_COUNT "0-bacon0"
23+
#define BUILD_COUNT "0-bacon1"
2424

2525
#define MAX_TAP 3
2626

0 commit comments

Comments
 (0)