Releases: scarlatti/roseingrave
Releases · scarlatti/roseingrave
v1.1.0
- Added
"values"."sourcesColumnWidth"
field to template file
- Increased default width of column 1 to 285
- Added all editors of spreadsheet (except volunteer) to protected range
- Added
--version
option
v1.0.0
- Removed any mention of the "master" spreadsheet or "master" commands (#17)
- Removed hard-coded
"metaDataFields"
values from defaults file (#21)
- This forces the
"template"
file to be required for the user, which is a non-backward compatible change.
v0.12.1
- Fixed bug of using the only sheet as a temp sheet without renaming it (leading to possible title conflicts when adding new piece sheets) (#20)
- Fixed bug of plain text formatting not allowing checkboxes to render (#22)
v0.12.0
- Deprecated any mention of the "master" spreadsheet (#17)
- Users should use "summary" instead
- This will be fully removed in v1.0.0
v0.11.0
- Added
--extend
option to create_sheet
command to extend a volunteer spreadsheet with missing pieces (#19)
v0.10.2
- Moved repo to
scarlatti
organization
- Fix protected range bug: specify emails of editors (which is only the owner) (#13)
- Add text wrapping and disable automatic number formatting for any cells with user input (#16 #18)
v0.10.1
- Display error for a missing spreadsheets index file for commands that must read from it (
volunteer_summary
and export_master
) (#14)
- Change OAuth authentication flow from deprecated console flow (#8)
Note: Since this is the first tag in the repo, commits for previous versions may be marked as part of v0.10.1.