From 72b7996be42fa5e48c87418f5219807aa0f0dbf8 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Mon, 27 Apr 2026 19:33:44 -0700 Subject: [PATCH] =?UTF-8?q?session=20log:=202026-04-27=20general=20?= =?UTF-8?q?=E2=80=94=20SharePoint=20version=20history=20Q&A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- session-logs/2026-04-27-session.md | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 session-logs/2026-04-27-session.md diff --git a/session-logs/2026-04-27-session.md b/session-logs/2026-04-27-session.md new file mode 100644 index 0000000..804d06c --- /dev/null +++ b/session-logs/2026-04-27-session.md @@ -0,0 +1,38 @@ +# Session Log: 2026-04-27 +**Type:** General / Mixed + +--- + +## User +- **User:** Mike Swanson (mike) +- **Machine:** DESKTOP-0O8A1RL +- **Role:** admin + +--- + +## Session Summary + +Session consisted of a single general knowledge question about SharePoint version history. No code changes, no infrastructure work, no credentials involved. + +--- + +## Q&A Reference: SharePoint Version History + +**Question:** Does SharePoint support version history? If a file is updated, can previous versions be seen? + +**Answer:** +- Yes — SharePoint has built-in version history on document libraries +- Access via: right-click file → **Version History** (or three-dot menu → Version History) +- Shows list of versions with timestamp, modified-by, and optional comment +- Can open any version read-only, restore it to current, or delete it +- **Major versions** (1.0, 2.0): used for simple libraries or published content +- **Major + Minor versions** (1.0, 1.1, 1.2): draft/publish workflow; minor = draft, major = published +- Default limit: 500 major versions; older versions pruned automatically when limit reached +- Versioning must be enabled on the library (on by default for modern SharePoint/OneDrive) +- Admin control: Library Settings → Versioning Settings + +--- + +## Pending Tasks + +None from this session. See `projects/radio-show/session-logs/2026-04-27-qa-extraction-cohost-indexing.md` for the main work done today (radio show archive pipeline, co-host voice profile, archive.db indexing).