Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrosen committed Sep 14, 2024
2 parents ce6033a + 4972a49 commit 3a91db4
Show file tree
Hide file tree
Showing 27 changed files with 665 additions and 325 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:16.16.0
FROM node:20.14.0

RUN npm install -g [email protected]

RUN mkdir /srv/app && chown node:node /srv/app

USER node
# USER node

WORKDIR /srv/app
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-2023 Paul Rosen and Gregory Dyke
Copyright (c) 2009-2024 Paul Rosen and Gregory Dyke

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 6.4.3

## Bugs

* If there is a slur or tie on the top or bottom of a line, make sure there is room for it.

* Fix for crash on malformed @ positioned annotations

* Fix call of getBpm() to use the specified tempo if it isn't supplied.

* Bring bass note in range if transposed out-of-range by a visual transpose

# Version 6.4.2

## Bugs
Expand Down
4 changes: 2 additions & 2 deletions dist/abcjs-basic-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/abcjs-basic-min.js.LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
Copyright (c) 2009-2023 Paul Rosen and Gregory Dyke
Copyright (c) 2009-2024 Paul Rosen and Gregory Dyke

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 3a91db4

Please sign in to comment.