Breaking changes:
* Default themes now no longer use a progress bar based footer.
Instead they use indicator of the current page number and the
total number of pages. If you'd like to preserve the old behavior,
you can override the theme by using footer.style = progress_bar in your theme.
* Links that include a title (e.g. [my title](http://example.com))
now have their title rendered as well.
Removing a link's title will make it look the same as they used to.
New features:
* Use "template" footer in built-in themes (#358).
* Allow including external code snippets (#328) (#372).
* Add +no_background property to remove background from code blocks (#363) (#368).
* Show colored output from snippet execution output (#316).
* Style markdown inside block quotes (#350) (#351).
* Allow using all intro slide variables in footer template (#338).
* Include hidden line prefix in executors file (#337).
* Show link labels and titles (#334).
* Add +exec_replace which executes snippets and replaces them with their output (#330) (#371).
* Always show snippet execution bar (#329).
* Handle suspend signal (SIGTSTP) (#318).
* Allow closing with q (#321).
* Add event, location, and date labels in intro slide (#317).
* Use transparent background in mermaid charts (#314).
* Add +acquire_terminal to acquire the terminal when running snippets (#366) (#376).
* Add PHP executor (#332).
* Add Racket syntax highlighting (#367).
* Add TOML highlighting (#361).
Fixes:
* Wrap code snippets if they don't fit in terminal (#320).
OBS-URL: https://build.opensuse.org/package/show/utilities/presenterm?expand=0&rev=22
27 lines
973 B
Plaintext
27 lines
973 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/mfontanini/presenterm</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.9.0</param>
|
|
<param name="match-tag">*</param>
|
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">presenterm</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">presenterm</param>
|
|
</service>
|
|
</services>
|
|
|