Changes in version 0.3.1 Improvements - The app no longer requires a configured Git remote to launch; gert is dropped as a dependency. - The file tree now roots at the configured project directory (options("project.dir"), falling back to here::here()) rather than the working directory. Bug fixes - Main-panel content is centered again under bslib >= 0.10, which gives .bslib-page-main a 576px min-width that previously overflowed the panel on narrow viewports. - Sidebar resizing works again. The custom resize handle predated bslib's native (keyboard-accessible) sidebar resize and was overriding its grid; it has been removed in favour of the built-in handle. Changes in version 0.3.0 Improvements - Python environment management now goes through the pyro package. initialize_app() is unchanged from a caller's perspective — reinstall presentifyr to pick up the new dependency. - meta_type keys in image metadata are decoded against figure_footnotes / table_footnotes in standard_footnotes.yaml and prepended to the Notes line. - Report directory is configured via options("presentifyr.report_dir_name") (default "report") rather than discovered through reportifyr's init JSON. Projects with a non-default report directory name should set this option. Changes in version 0.2.1 Improvements - Slide notes now decode abbreviation keys into KEY: full form strings using the project's report/standard_footnotes.yaml (falling back to the copy shipped with reportifyr). Unknown keys fall back to the raw key and emit a warning. Changes in version 0.2.0 First public release. Initial Features - Shiny app for building reproducible PowerPoint presentations from R-generated figures, with layout selection, slide preview, and image reordering. - initialize_app() sets up the reportifyr project environment and installs python-pptx in a single call. - app() launches the Shiny interface — select images from a tree navigator, configure slide layout and footnote styling, preview slide arrangement, and download the final .pptx. - Template upload support — upload a custom .pptx template and presentifyr extracts usable layouts with placeholder thumbnails. - Slide preview modal with split, merge, reorder, and per-image slot assignment controls. - Configurable footnote styling (font family, size, bold/italic/underline, color) pulled from image metadata JSON sidecars generated by reportifyr. - toggle_logger() switches log verbosity at runtime via the PRFY_VERBOSE environment variable (DEBUG, INFO, WARN, ERROR).