Changelog¶
Track what's new and updated on openit.chat.
[Unreleased]¶
[1.2.0] - 2025-12-25¶
Added¶
- Calendar/iCalendar Feed (.ics): Generate iCalendar feed from meetings.yaml for direct subscription in Outlook, Google Calendar, Apple Calendar, etc.
- Calendar Subscription: Users can subscribe via
webcal://openit.chat/calendar/meetings.icsor HTTPS URL - Dynamic Meeting Times:
calendar_configsection in meetings.yaml allows changing walkin time (19:00), meeting start (19:30), and end time (22:00) with automatic updates to all calendar events - Calendar Event Descriptions: Include walkin time, meeting start time, and topics in calendar app descriptions
- Meeting Generator Script:
generate_meetings.pynow outputs YAML with calendar_config and correct alternating date pattern (17/11 day intervals) - Fixed Agenda Injection: Re-injection system now properly replaces inline scripts on rebuilds, not just external tags
- Agenda Page: Translated to English with clear timing information and calendar subscription links
[1.1.0] - 2025-12-10¶
Added¶
- KB Naming Convention: ISO date prefix format (
YYYY-MM-DD-title.md) for chronological sorting and automatic date extraction - KB Frontmatter: Standardized YAML frontmatter with title, description, and tags for all KB articles
- KB Auto-Tagging System: Uses OpenRouter API to analyze articles and suggest relevant tags
- Latest KB Display: Main page now shows "Latest from Knowledge Base" with dates and tag pills
- KB Navigation Links: Added in "What We Do" section for easy discovery
- Tags Index Page: Browse KB articles by category tags
- KB Index Auto-Generator:
ew local.kb-generatetask updates all KB indices and category pages
Changed¶
- KB Structure: Flattened article layout with ISO date prefixes (was nested directories)
- Knowledge Base Indexer: Refactored and renamed from
tasks_kbtoknowledge_base_indexer, now scans by category tags - Navigation Simplified: Removed nested DevOps subheadings for cleaner sidebar
- KB Index Layout: Simplified topics to bullet list format for better sidebar navigation
- Sidebar Optimization: Re-enabled
toc.integratefor improved navigation
Fixed¶
- KB indexer now correctly scans all files by category tag and calculates proper relative paths for cross-linking
- Added cross-tags (
linux,self-hosting) to improve article discovery - Removed broken documentation links and fixed markdown list formatting
- KB auto-tagging article updated with implementation details and lessons learned
Coming Soon¶
- Member directory & profile system
- Project board for collaboration
- Automated meeting transcription & AI writeups
- GitHub integration for contributions
[1.0.0] - 2025-12-10¶
Added¶
- DevOps guide: Docker Production Migration (multi-container gunicorn setup with Traefik)
- Initial site structure and documentation
- Meeting schedule page with alternating Monday/Thursday pattern
- Community guidelines and code of conduct
- "What to Expect" guide for first-time visitors
- Contact & Signal group information
- Knowledge base framework with 6 topic categories:
- Python
- AI & Machine Learning
- Linux & Administration
- Self-Hosting
- DevOps & Infrastructure
- Other Topics
- Member-only features documentation (directory, project board, resource sharing - coming soon)