Releases: NoDivide/astrum
Releases · NoDivide/astrum
1.6.3
1.6.2
1.6.1
1.5.17
1.5.16
1.5.15
Bug Fixes
- Added targeted classes to pre and code tags to avoid avoid style conflicts. Resolves (#33)
New Features
-
Added facility to force update an Astrum instance using the
--force
option. e.g.$ astrum update --force
This is useful if you need to restore an instance you've made changes to.
-
Added facility to disabled auto sample hiding. You can now specify manually if a component is hidden on mobile or desktop e.g.
{
"group": "podcasts",
"name": "latest-podcast",
"title": "Latest Podcast",
"options": {
"disabled_auto_sample_hiding": {
"show_on_mobile": true,
"show_on_desktop": true
}
}
}
1.5.12
New Features
-
Facility to set a
sample_background_color
option on a per component basis. This overrides the globalsample_dark_background
option and is useful if you need a component to sit about a particular background color. -
Facility to get the Astrum instance version number from the command-line tool using the
-I
option e.g.:$ astrum -I The Astrum instance version is: 1.5.12
The -V option also now returns the Astrum package version number.