Releases: JeffersonLab/presenter
Releases · JeffersonLab/presenter
v5.0.0
v4.12.1
- Fixed typo
Full Changelog: v4.12.0...v4.12.1
v4.12.0
- Content Contact updated to moser
Full Changelog: v4.11.0...v4.12.0
v4.11.0
- Replace second PD Summary slide with ShiftInfoSummary slide (has footer), effects SAM and HCO presentation types
- Replace HCO graph slide with a blank iframe slide (goal is to prompt PD to select specific graph)
Full Changelog: v4.10.0...v4.11.0
v4.10.0
v4.9.1
v4.9.0
- Bump Gradle to v9
- Bump spotless to v7.2.1
- Compile to Java 17
- Build with JDK21
Full Changelog: v4.8.0...v4.9.0
v4.8.0
v4.7.1
- Bug Fix: Only lookup PD if a PD Presentation (not for Crew Chief slides)
Full Changelog: v4.7.0...v4.7.1
v4.7.0
What's Changed
- Post elog as PD by @slominskir in #10
Oracle Database Migration Notes
If using shared database run:
GRANT SELECT ON PD_OWNER.ASSIGNMENTS TO PRESENTER_OWNER;
create or replace view presenter_owner.assignments as
(
select USER_ID, START_DATE, END_DATE from pd_owner.assignments
);
create or replace view presenter_owner.staff as
(
select STAFF_ID, USERNAME from support.staff
);
Otherwise, in a standalone env just create empty tables of the same name and the elog code with fallback to using user presenter
Full Changelog: v4.6.1...v4.7.0