Add project docs, EUPL licence, and open-source licence check
Documentation & licensing:
- Add the EUPL-1.2 licence (LICENSE.md) and set the project licence; refresh
the README (name origin wink, updated feature list, documentation index).
- Add CONTRIBUTING, SECURITY, CODE_OF_CONDUCT, CHANGELOG, AUTHORS, and
THIRD_PARTY_NOTICES, plus docs/ (ARCHITECTURE, BUILD, USER_GUIDE, SHORTCUTS,
LICENSE_COMPLIANCE) and .github/ (CI workflow, issue/PR templates).
- Bring docs/FILE_FORMAT.md in line with current behaviour (code & chart
slides, per-slide TLP comment, annotation .ink.json sidecar, chart data/ CSVs).
Open-source compliance:
- Add tool/check_licenses.dart and a `make licenses` target (wired into
check-full and CI) that verifies every resolved dependency uses a recognised
open-source licence. A scan of all 151 packages and bundled assets found only
OSI-approved licences.
Charts (Fase 1.1):
- Replace the chart CSV textarea with an in-app editable data grid (editable
series/labels/values, add/remove row & column, read-only when linked).
- Centralize the linked-CSV directory name (`data/`) in a shared constant.
Also normalize formatting repo-wide with `dart format` and fix one
curly-braces lint, so `make check` and CI are green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 12:19:56 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
All notable changes to OciDeck are documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
|
|
and the project aims to follow [Semantic Versioning](https://semver.org/).
|
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
|
|
### Added
|
Move radar scale to a side legend and add point tooltips
- The radar/spider scale no longer clutters the figure: the evenly spaced
tick values now sit in a slim legend beside the chart, both in the live
preview and in the SVG/HTML export.
- Hovering a radar point shows a tooltip (axis, series, value) like the other
charts; the invisible scale-anchor dataset is ignored.
- Refresh the documentation (README, user guide, file format, changelog) for
all recent work: code-slide theming with custom hex colours, the spider/radar
chart type, chart min/max, legend hover, and the chart tooltip behaviour.
- Drop two redundant non-null assertions in the chart preview tests.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 14:04:47 +02:00
|
|
|
- **Source-code slides** — a "code sheet" with per-language syntax highlighting,
|
|
|
|
|
stored as a fenced code block. Background and text colours are part of the style
|
|
|
|
|
profile, with a syntax-colouring toggle; turning it off renders the block in a
|
|
|
|
|
single colour (e.g. green on black for a CRT-terminal look).
|
|
|
|
|
- **Charts** — bar, line, pie, and **spider/radar** chart slides. Data is entered
|
|
|
|
|
in an in-app grid or imported from CSV; the spec is stored as JSON in a ```chart
|
|
|
|
|
block. Data can stay inline or be linked to a CSV in a separate `data/`
|
|
|
|
|
directory. Rendered natively in-app (preview, presenter, PDF, PPTX) and as
|
|
|
|
|
self-contained SVG in the HTML export.
|
|
|
|
|
- Optional **min/max**: horizontal reference lines on bar/line charts, or a
|
|
|
|
|
fixed scale on spider/radar charts shown as a small legend beside the figure.
|
|
|
|
|
- **Legend hover** highlights the matching series (or pie slice). Line-chart
|
|
|
|
|
tooltips attach to the dot under the cursor (showing every overlapping dot),
|
|
|
|
|
and spider/radar points show a tooltip on hover too.
|
|
|
|
|
- **Custom theme colours** — every style-profile colour can be entered as a custom
|
|
|
|
|
hex value in addition to the presets.
|
Add project docs, EUPL licence, and open-source licence check
Documentation & licensing:
- Add the EUPL-1.2 licence (LICENSE.md) and set the project licence; refresh
the README (name origin wink, updated feature list, documentation index).
- Add CONTRIBUTING, SECURITY, CODE_OF_CONDUCT, CHANGELOG, AUTHORS, and
THIRD_PARTY_NOTICES, plus docs/ (ARCHITECTURE, BUILD, USER_GUIDE, SHORTCUTS,
LICENSE_COMPLIANCE) and .github/ (CI workflow, issue/PR templates).
- Bring docs/FILE_FORMAT.md in line with current behaviour (code & chart
slides, per-slide TLP comment, annotation .ink.json sidecar, chart data/ CSVs).
Open-source compliance:
- Add tool/check_licenses.dart and a `make licenses` target (wired into
check-full and CI) that verifies every resolved dependency uses a recognised
open-source licence. A scan of all 151 packages and bundled assets found only
OSI-approved licences.
Charts (Fase 1.1):
- Replace the chart CSV textarea with an in-app editable data grid (editable
series/labels/values, add/remove row & column, read-only when linked).
- Centralize the linked-CSV directory name (`data/`) in a shared constant.
Also normalize formatting repo-wide with `dart format` and fix one
curly-braces lint, so `make check` and CI are green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 12:19:56 +02:00
|
|
|
- **Per-slide TLP classification** — each slide can carry its own Traffic Light
|
|
|
|
|
Protocol level; slides classified stricter than the level the deck is shown at
|
|
|
|
|
are withheld when presenting and exporting.
|
|
|
|
|
- **Dual-screen presenter** — on a second display the beamer shows the slide
|
|
|
|
|
while the laptop shows the presenter view (current/next slide, notes, timer),
|
|
|
|
|
kept in sync over method channels.
|
|
|
|
|
- **Annotation layer** — draw on slides while presenting (pen, highlighter,
|
|
|
|
|
eraser, laser pointer). Kept fully separate from the Marp Markdown, mirrored
|
|
|
|
|
live to the beamer, and persisted in a `<name>.ink.json` sidecar.
|
|
|
|
|
- **App theming** — customizable app appearance profiles, including a dark
|
|
|
|
|
interface.
|
|
|
|
|
- Project documentation: contributing guide, security policy, architecture and
|
|
|
|
|
build notes, user guide, keyboard-shortcut reference, third-party notices, and
|
|
|
|
|
the EUPL-1.2 licence text.
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Slide transitions in the presenter no longer flash a black frame (neighbour
|
|
|
|
|
images are precached and `gaplessPlayback` is enabled) — important for
|
|
|
|
|
recording.
|
|
|
|
|
|
|
|
|
|
## [1.0.0]
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Initial release: structured, slide-by-slide editor for Marp presentations with
|
|
|
|
|
typed slide templates, live preview, fullscreen presenter, deck-wide TLP
|
|
|
|
|
marking, media handling, import, and export to Marp Markdown, PDF, PPTX, and
|
|
|
|
|
self-contained HTML. Decks save as a self-contained project/package with copied
|
|
|
|
|
assets. Localized in Dutch, English, Italian, German, French, Spanish, Frisian,
|
|
|
|
|
and Papiamento.
|
|
|
|
|
|
|
|
|
|
[Unreleased]: https://example.com/ocideck/compare/v1.0.0...HEAD
|
|
|
|
|
[1.0.0]: https://example.com/ocideck/releases/tag/v1.0.0
|