본문으로 건너뛰기
🐨코알라 오딧세이
🐨
이다운
코알라 오딧세이

새 글 알림 받기

© 2026 이다운

업데이트 기록

블로그의 변경사항을 기록합니다. 총 167건의 업데이트가 17일에 걸쳐 기록되었습니다.

npm run changelog 명령으로 최신 커밋 기반으로 자동 생성됩니다.

2026년 4월 4일 (토)

15
스타일모바일 헤더의 아이콘 크기 및 로고 스타일 조정ec2b526
스타일포스트 상세 페이지의 여백 조정50dfffb
스타일포스트 상세 페이지의 여백 및 제목 크기 조정9b395a1
스타일대분류, 소분류, 세분류 pills의 스타일 개선 및 스크롤 기능 추가e98e136
새 기능모바일 헤더에 아이콘 추가 및 드로어 기능 개선455e15a
새 기능스크롤바 숨기기 유틸리티 클래스 추가cd2a7d7
스타일페이지 레이아웃 개선을 위한 여백 및 패딩 조정9f9c59a
버그 수정isDark 변수를 let으로 변경하여 상태 업데이트를 허용84a87ea
버그 수정isDark 변수를 let으로 변경하여 상태 업데이트를 허용4d99257
새 기능다크 모드와 라이트 모드를 구분하기 위한 마커 클래스 추가31d8be8
버그 수정themeScript에서 조건문 구문 오류 수정cedfd43
새 기능초기 테마 및 resolvedTheme을 동기적으로 읽도록 ThemeProvider 수정50b1e00
새 기능suppressHydrationWarning 속성을 html 요소에 추가cb68827
새 기능body 요소에 배경색 및 색상 전환 효과 추가b12d30a
새 기능사이드바 레이아웃 개선 및 스크롤 영역 추가d3334bf

2026년 4월 3일 (금)

15
새 기능마우스 인터랙션 개선 및 확대/축소 기능 추가b7aa1e7
새 기능마우스 인터랙션 개선 및 캔버스 확대/축소 기능 추가8939ba9
새 기능그래프 데이터 상태 관리 개선 및 시뮬레이션 실행 로직 최적화4d147da
새 기능시뮬레이션 시작을 위한 pendingSimRef 추가 및 로딩 후 실행 로직 개선0364d9e
버그 수정로컬 그래프 계산에서 노드 ID 참조 수정 및 revalidate 옵션 제거785194f
새 기능API URL 설정 및 포스트 입력 형식 수정8a7d655
새 기능TableOfContents 컴포넌트에 히트맵 기능 추가 및 스크롤 시간 기록ebd5c11
새 기능PostKnowledgeGraph 컴포넌트 추가하여 블로그 포스트 관계 시각화cb90b49
새 기능PostKnowledgeGraph 컴포넌트 추가하여 블로그 포스트 관계 시각화4fe33bd
새 기능DailyPaperWidget 컴포넌트 추가하여 오늘의 논문을 표시192bd27
새 기능Add ArxivLiveFeed component to display latest research papers22fc8e8
새 기능Add KnowledgeGraphPage component to visualize blog post relationships8a15a39
새 기능Add API endpoint to retrieve posts graph with nodes and edges53553cc
새 기능Implement daily paper summary API using Anthropic SDK83098d9
새 기능Add DailyPaperWidget component to display today's paper57e96ed

2026년 4월 2일 (목)

13
새 기능Refactor ArxivForceGraph component for improved category handling and renderingc5e1a6a
새 기능Add ARXIV_DB_PATH environment variable and configure volume for arXiv data41ac7cb
새 기능Add ARXIV_DB_PATH environment variable and configure volume for data7d1274b
버그 수정Improve error handling and logging in arxivDb.ts3f59b89
버그 수정Update database path for arxivDb.tse923650
버그 수정correct DB_PATH string formatting and remove console log596860c
새 기능log the database path for arXiv graph databasec3e35ed
버그 수정update DB_PATH to correct path for arxiv_graph.db6bf0c55
새 기능update next.config.ts to use serverExternalPackages for better-sqlite3d6794b3
새 기능add ArxivGraphPage component for visualizing arXiv papers and their relationsee55fd9
새 기능add ArxivForceGraph component for visualizing arXiv papers and relations92b99e9
새 기능integrate better-sqlite3 for database operations and add API routes for arxiv data42e3034
기타arxiv-graph 문서 추가: arXiv 논문 지식 그래프 자동 구축기 설계 및 구현 기록b98ebc9

2026년 4월 1일 (수)

1
기타fix2558db8

2026년 3월 31일 (화)

8
기타fix deploy.yml0b59cfd
기타fixe0f8a92
기타fix package-lock.jsonf930454
기타Add ChatWidget to layout.tsxdb6dadc
기타Create ChatWidget.tsx component4da8315
기타Create /api/posts/[...slug]/route.ts (post context API)5b16aca
기타Create /api/chat/route.ts (streaming chat endpoint)76097ee
기타Add @anthropic-ai/sdk to package.json6e6551d

2026년 3월 29일 (일)

7
기타워드 클라우드 동사 제거e5f097e
기타feat : Sidebar & MobileHeadereddc46b
기타Sidebar & MobileHeader 네비게이션 링크 추가f16ae25
기타PostList URL 검색 파라미터 지원 추가280fa48
기타Word cloud 페이지 생성 (src/app/wordcloud/page.tsx)fa7f706
기타WordCloud 컴포넌트 생성 (src/components/WordCloud.tsx)2477d22
기타API route 생성 (src/app/api/wordcloud/route.ts)67220b6

2026년 3월 27일 (금)

5
기타fix category systemf93d438
문서UASEF 구현기: 설계를 코드로 — 4가지 미해결 과제를 해결하며 글 수정4ed0fec
문서UASEF 구현기: 설계를 코드로 — 4가지 미해결 과제를 해결하며 글 추가90a877e
문서UASEF: 의료 LLM 에이전트를 위한 불확실성 기반 안전 에스컬레이션 프레임워크 설계 글 수정f77cb04
문서UASEF: 의료 LLM 에이전트를 위한 불확실성 기반 안전 에스컬레이션 프레임워크 설계 글 추가6e509c8

2026년 3월 26일 (목)

1
문서Mamba-3: 상태 공간 원리로 시퀀스 모델링을 한 단계 끌어올리다 글 추가ab81307

2026년 3월 21일 (토)

25
문서OpenJarvis 글 추가7609f22
기타fix mention1bf84be
기타fix481c5f6
기타fix category + poplist5729b77
기타fix categorye7047ab
기타fix sidebar category34f664c
기타fixd94358c
기타fixa9d8cf6
기타fix07ca347
기타fix3036012
기타fix client componentc873570
기타fix086dbfb
기타fix899df97
기타add3ba5aa9
기타add game7586343
기타add2c0a885
기타add3deaea6
기타add scroll to top button2338ab8
기타add share Buttonb76a516
기타add date format utility78e4dbc
기타fix5048844
기타fix fonts type error547bd6c
기타fixc349937
기타add OG image12a8650
기타add0d14bcb

2026년 3월 18일 (수)

7
기타 FIXcbcfb8d
기타수정fba498f
기타IX9e3b77a
기타fix72a4490
기타fix : api address85f9f79
기타FIX2c4cdf6
기타수정 : 소개 페이지 UI/UX 개선6e603b1

2026년 3월 17일 (화)

10
기타fix16614be
기타fix257ec11
기타FIX962b46d
기타feat : add new post graphana772585d
기타feat : 포스트 미배포 로직 추가018dd97
문서life 글 삭제233e9c7
문서test 글 추가b6ebb63
기타add : login logicc0caeb2
기타adda0e34f0
기타feat : 블로그 글 관리 기능65b8c8b

2026년 3월 16일 (월)

25
기타fix7c19ccf
기타fix2fc3ce1
기타fix860af97
기타fix77adbf2
기타feat : fixd4f705d
기타feat : re store posts9460a95
기타feat : 3단계 구분 및 UI 개선5540227
새 기능new post8ecd68f
기타fix : deploy and new post4135994
기타add : new post radixattention63c63b2
기타fixf3937d9
기타fix835b396
기타fix mcp22354f0
기타FIX472333d
버그 수정test243668c
기타fix4e4eb93
버그 수정testfbccc5a
기타add : new post mamba01d928e
기타fix addressd42a959
기타구독 기능 추가1eb3766
기타fixb9c2181
기타fixd0786ab
기타remove dev dependency09622b5
기타보안 스캔 추가 및 실패 시 로그 전송 기능 개선d46edfa
기타배포 실패 시 알림 기능 추가f54cc77

2026년 3월 15일 (일)

7
기타새로운 포스트 추가: GraphQLite를 사용한 SQLite 그래프 데이터베이스 기능 소개efc478f
기타Add reviews for new AI frameworks and modelsab3e48a
기타새로운 포스트 추가: ICCV 2025 딥페이크 탐지 논문 "DeepShield" 및 "HICOM" 리뷰와 번호판 이미지 생성 프로젝트 총정리f35067e
기타새로운 포스트 추가: Meta의 Omnilingual ASR에 대한 상세한 설명 및 기능 소개e2694c2
기타Add summaries for weeks 4-7 of the Image Handling course and a marathon completion post16282c5
기타문서 수정: 가격 표기에서 달러 기호 앞에 이스케이프 문자 추가6bbfc4a
기타의존성 추가: remark-gfm 패키지를 추가하고, 포스트 처리에 GFM 지원 추가1a21e74

2026년 3월 14일 (토)

9
기타배포 워크플로우 개선: 헬스 체크 로직 수정 및 대기 시간 증가68712a0
기타파비콘 추가: 새로운 파비콘 파일을 src/app 폴더에 추가d7cdaac
기타배포 워크플로우 개선: 컨테이너 빌드 및 시작, 헬스 체크 추가, Nginx 트래픽 전환 및 이전 컨테이너 제거 로직 수정df019ac
기타파비콘 파일 구조 변경: 기존 파비콘 삭제 및 게시물 폴더에 새 파비콘 추가9aa25e4
기타홈페이지 게시물 추가: 블로그와 API 서버 배포 과정 및 아키텍처 설명301d264
기타Merge branch 'main' of https://github.com/dlekdns08/bloge21294f
기타Update next.config.ts: set output option to 'standalone' for improved deployment configuration.60c53f8
기타Update next.config.ts38eabf9
기타Deploy configuration update: rename workflow to 'Deploy Blog' and streamline steps for clarity and consistency.eb0956c

2026년 3월 13일 (금)

4
기타Add PostAttachments component to PostDetailPage: display file attachments for posts, enhancing content accessibility and user engagement.adcc78e
기타Enhance PostDetailPage: improve layout and styling for user engagement features, including LikeButton and CommentSection, to create a more visually appealing and interactive experience.16e1b99
기타Update dependencies and enhance post processing: add KaTeX and remark plugins for math rendering, update package configurations, and remove outdated blog posts to streamline content.2e46568
기타Update PostDetailPage: improve styling for LikeButton and CommentSection, enhancing user engagement and overall visual appeal.d84633e

2026년 3월 12일 (목)

12
기타Remove multiple blog post files: delete outdated content including reviews on AI models and training experiences to streamline the repository.0f5ecbc
기타Refactor PostList component: improve pagination controls, enhance tag and query handling, and optimize post display for better user navigation.e16a20c
기타Add pagination to PostList component: implement page state management, update tag and query handling, and enhance post display with pagination controls for improved user navigation.d89bc4c
기타Update layout component: change sidebar display from block to flex for improved responsiveness and alignment.420b105
기타Update GitHub link in Sidebar component: change user profile link for accurate navigationf8c7dfa
기타Add LikeButton and CommentSection to PostDetailPage: enhance user interaction with post engagement features41efcea
기타Refactor PostDetailPage component: enhance header layout with improved styling for title, description, and tags, and update back link design for better user experience.338d085
기타Update PostList component: enhance styling for tags and search input, improve layout spacing, and refine post item presentation for better user experience.97e617a
기타Refactor Home page layout: enhance StackBadge styles, update gradient overlay, and improve text readability. Add link to posts section and adjust spacing for better visual hierarchy.31c4732
기타Enhance MobileHeader component: add "소개" link, update layout for improved aesthetics, and adjust active link stylesf760a0b
기타Add "소개" link to sidebar navigation, enhance blog title layout, and improve footer with GitHub link and copyright notice865d334
기타Update global styles in CSS: refine color variables, enhance typography, and improve prose formatting for better readability and aesthetics.dac4319

2026년 3월 11일 (수)

3
기타Add react-icons package and implement technology stack display35e7f45
기타first commitaf67717
기타Initial commit from Create Next App2ff7905