Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoMigros authored Feb 24, 2023
1 parent d268ebb commit 5641e3d
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@ A simple MuseScore plugin that tells you how long your score is.
- Save the values to Score Properties, with a variety of formats to choose from

## Changelog;
- 1.2.0:
- MuseScore 4 compatibility
- Tag preview: The plugin shows how the Score Properties value will look
- Massive code simplifications
- 1.1.2:
- Fixed a bug which meant settings only saved on 60s =< scores < 3600s
- Fixed a bug where a score of eg. 61 seconds could be saved as 1:1 (preferred: 1:01)
- Text in the pop-up window doesn't automatically add plurals to all units
- Text in the pop-up window won't display empty quotes if no score title was found
- Various code simplifications
- 1.1.1: The plugin now saves selected options to settings.
- 1.1.0: The plugin can now write the duration to Score Properties, in a variety of formats.
- 1.0.1: Initial functional release
### 1.2.0
- MuseScore 4 compatibility
- Tag preview: The plugin shows how the Score Properties value will look
- Massive code simplifications
### 1.1.2
- Fixed a bug which meant settings only saved on 60s =< scores < 3600s
- Fixed a bug where a score of eg. 61 seconds could be saved as 1:1 (preferred: 1:01)
- Text in the pop-up window doesn't automatically add plurals to all units
- Text in the pop-up window won't display empty quotes if no score title was found
- Various code simplifications
### 1.1.1
- The plugin now saves selected options to settings.
### 1.1.0
- The plugin can now write the duration to Score Properties, in a variety of formats.
### 1.0.1
- Initial functional release

## Installation
Unzip the [latest release](https://github.com/XiaoMigros/msc-score-duration/releases/tag/v1.2.0) and move the folder 'Score Duration' to MuseScore's plugins folder.
Expand Down

0 comments on commit 5641e3d

Please sign in to comment.