変更履歴

CHANGELOG.md

v2026.5.1 (2026-05-06)

Fix

  • copilot: remove outdated dirhtml references and add deps:audit command

  • CLAUDE: remove outdated directions and fix deps:setup command

  • README: update setup command to use --all-groups

  • CLAUDE: update setup command and deps section for dependency-groups migration

  • Taskfile: add docs:clean task and improve deps tasks

  • quarto-format: add output format guide for html, typst, revealjs, pptx, and docx

  • typst-let: add alias section with hr and pagebreak examples

  • typst-build: add --root option and /tmp output directory examples

  • typst-figure: update figure and caption spacing settings

  • pyproject: restore [tool.setuptools] py-modules = []

Refactor

  • deps: remove build-system config to treat project as virtual

  • deps: migrate optional-dependencies to dependency-groups

v2026.5.0 (2026-05-04)

Fix

  • typst-tidy: add typst-tidy package for API documentation

  • typst-usage: add typst-measure to toctree and add measure documentation

  • typst-columns: add columns layout documentation

  • typst-grid: add grid layout documentation

  • typst-page: add custom header example using grid function

  • typst-page: add caution note about columns affecting title layout

  • typst-show: rewrite with clearer structure and add comprehensive set/show examples

  • typst-label: clarify note on label markup recommendation

  • typst-label: remove extra blank line

  • typst-link: add link decoration section with show rule example

  • typst: improve footnote decoration example and fix link description

  • typst-math: update show rule syntax from text.with to set text

  • typst-table: expand header bold section and fix figure label syntax

  • typst-set: expand list settings with shared variables and add enum and term configs

  • typst-title: add external package section for title page alternatives

  • typst-func: move unnamed function section earlier and expand with inline example

  • typst-func: simplify explanations and remove boilerplate sections

  • typst-let: add explanations for array and dictionary usage

  • typst-align: expand alignment explanation with direction and note blocks

  • typst-list: improve code block comments for clarity

  • typst-raw: add figure usage example to language label section

  • typst-raw: simplify language label show rule using named block variables

  • typst-raw: reorganize sections and add monospace font and language label examples

  • typst-list: add explanations for marker, numbering, and separator options

  • typst-list: add commented-out optional parameters for list, enum, and terms

  • typst-list: normalize indent values and fix trailing commas

  • typst-heading: simplify show rule examples and add level-specific decoration section

  • typst-title: improve section title clarity and conciseness

  • typst-title: simplify show rule examples and add border section

  • typst-heading: expand show rule examples and add font size section

  • typst-heading: expand numbering options and add show rule examples

  • typst-show: update show rule documentation with closure section

  • typst-color: Update color documentation

  • zensical-readthedocs: Update documentation links and add new blog post

  • typst-heading: update heading syntax

  • typst-figure: correct syntax based on TypstApp testing

  • typst-figure: refactor grid layout examples and add placeholder section

  • typst: refactor reference and bibliography documentation

  • typst-figure: refactor structure and add cross-references

  • typst: add label and citation documentation

  • typst-usage: reorganize toctree structure and add typst-image documentation

  • typst-raw: add simple markup examples alongside function markup

  • typst-strong: add simple markup examples alongside function markup

  • typst-usage: add typst-table to toctree and create table documentation

  • typst-list: add simple markup examples alongside function markup

  • typst-heading: add section header and improve set heading explanation

  • typst-document: improve document metadata documentation with context example

  • typst-text: reorganize text documentation with set text section

  • typst-heading: reorganize heading documentation structure

  • typst-show: simplify show documentation with focused examples

  • typst-with: restructure with method documentation with practical examples

  • typst-set: simplify set documentation with consolidated examples

  • deps: update dependencies to latest versions

v2026.4.2 (2026-04-27)

Fix

  • typst-with: improve template documentation with with method details

  • typst-heading: improve heading documentation and decoration examples

  • typst-with: improve template documentation with with method details

  • typst-heading: improve heading documentation and decoration examples

  • typst-text: improve text element documentation and font sections

  • typst-par: improve par element documentation with examples

  • typst-page: improve margin, numbering, and background sections

  • typst-page: improve page layout documentation

  • root-trandom: add TRandom event generation documentation

  • root-grandom: add gRandom documentation

  • root-trandom: add TRandom distribution documentation

  • root-trandom: add TRandom documentation

  • root-tcanvas-log: simplify SetLogy documentation for first-year students

  • root-tlegend: update TLegend documentation

  • root-th2: update TH1/TH2 histogram documentation

  • root-tbrowser: add TBrowser/RBrowser documentation

  • root-tcanvas-update: simplify for first-year students

  • root-tcanvas-print: simplify for first-year students

  • root-th1-draw: merge root-tcanvas-draw into root-th1-draw

  • root-tcanvas-saveas: simplify for first-year students

  • root-tcanvas-divide: improve section structure and pad numbering diagrams

  • root-tcanvas-divide: simplify for first-year students

  • root-tcanvas: update section titles to 「〇〇したい(method)」 format

  • root-tcanvas: add 「名前を変えたい」 and 「タイトルを変えたい」 sections

  • root-tcanvas: simplify for first-year students

  • root-usage: flatten sections to 「〇〇したい」 format per class/topic

  • root-usage: reorder sections for first-year students

  • root-usage: reorganize root-usage.md

  • quarto-create: add quarto create command documentation

  • sphinx-build: update sphinx-build doc to use uv and task commands

  • index: update toctree captions to use したい format

  • python: update python-audit to use uv

  • python: update marimo and streamlit install docs to use uv

  • streamlit: update streamlit-install to use uv

  • sphinx: update sphinx-install title to include package name

  • sphinx: update sphinx-config and sphinx-install to use uv

  • sphinx: rename sphinx-conf files to sphinx-config and update toctree

  • hugo: update hugo-install to mention uv and remove npm section

  • myst: update myst-install to use uv instead of npm/pipx

  • myst: add myst-config page and update toctree

  • zensical: add zensical-install and zensical-config pages and update toctree

  • quarto: add quarto-config page and update toctree

  • quarto: add Quarto documentation section

  • command-task-bump: fix indentation in bump:patch task example

  • command-task-bump: update bump task documentation with version task and improved examples

  • command-task: rename command-task-version to command-task-bump and update toctree

  • command-task: rename command-task-doc to command-task-docs and update toctree

  • command-task-doc: update task docs with Sphinx, MkDocs, and Zensical examples

  • deploy: replace poetry with uv for build commands

  • update README formatting, Taskfile docs:build command, and copyright year

  • index: restructure toctree into 8 focused sections

  • python-uv: reorganize uv python and uv tool sections

  • python-uv: add venv activation examples and package management notes

  • python-uv: reorganize uv documentation structure and improve clarity

  • python-uv: update uv documentation with improved examples and explanations

  • pandas: add overview description for Pandas, NumPy, and SciPy

  • ci: add git config and tag list diagnostic for changelog workflow

  • ci: add fetch-tags option to checkout action for commitizen changelog generation

  • pandas-dataframe: enhance documentation with practical examples and clearer explanations

  • matplotlib-figure-subplots: enhance documentation with practical examples and improved explanations

  • python-uv: clarify uv tool capabilities and add distinction between project and pip modes

  • python-install: improve documentation title and add package management section

  • zensical-readthedocs: update documentation with local build confirmation and typo fix

  • root-tfile: add comprehensive TTree data saving example

  • root-tfile: remove duplicate code block

  • root-tfile: simplify and reorganize TFile documentation

  • root-tchain: reorganize and improve TChain documentation

  • root-ttree-draw: improve Python example with complete usage patterns

  • root-ttree-draw: simplify and reorganize Draw documentation

  • root-rdataframe: improve documentation with better explanations and context

  • root-ttree: enhance documentation with better explanations and historical context

  • root-ttree-branch: simplify and consolidate Branch documentation

  • root-ttree-readfile: add note about TTree::ReadFile advantages

  • root-ttree-readfile: simplify and improve ReadFile documentation

  • root-ttree: improve documentation with file I/O examples

  • root-th1-stats: simplify and improve SetStats documentation

  • root-th1-scale: simplify and improve Scale documentation

  • root-th1-integral: add note about bin numbers vs X-axis values

  • root-th1-integral: simplify and improve Integral documentation

  • root-th1-fill: simplify and improve Fill method documentation

  • root-th1: improve TH1 histogram documentation with comprehensive examples

  • altair-errorbars: improve documentation with comprehensive examples and better organization

  • matplotlib-scatter: reorganize seealso references

  • plotly-scatter: expand documentation with marker and colormap sections

  • plotly-histogram: improve documentation with code examples and better references

  • hvplot-hist: expand documentation with advanced histogram options

  • matplotlib-hist: add seealso section with cross-references

  • hvplot-scatter: improve documentation with marker and colormap sections

  • plotly-scatter: improve documentation with better examples and references

  • altair-scatter: improve documentation with code examples and better references

v2026.4.1 (2026-04-12)

Feat

  • pandas-plot-box: add box plot documentation

Fix

  • pandas-plot-area: add area plot documentation

  • pandas-plot-errorbars: add comprehensive example with errorbar usage

  • pandas-plot-scatter: improve documentation with colormap and bubble plot sections

  • pandas-plot-hist: remove duplicate code and add hbar usage example

  • pandas-plot-hist: expand with cumulative, normalization, and grouping options

  • pandas-plot-hist: improve histogram documentation with better examples and explanations

  • pandas-plot: improve documentation with better formatting and matplotlib equivalents

  • matplotlib-pandas: add pandas integration guide with multi-panel layouts

  • python-rich: add Rich library documentation for styled console output

  • python-audit: add pip-audit security vulnerability checking guide

  • matplotlib-funcanimation: add note about alternative frameworks for dashboards

  • matplotlib-funcanimation: add real-time monitor example with threading

  • matplotlib: add FuncAnimation documentation and improve subplot_mosaic guide

  • matplotlib-subplots: restructure documentation with better examples

  • matplotlib-figure: improve documentation with structure and hierarchy explanation

  • matplotlib-legend: add legend documentation

  • matplotlib-pie: add pie chart documentation

  • matplotlib-boxplot, matplotlib-violinplot: add statistical distribution plot documentation

  • matplotlib-bar: add bar chart documentation

  • matplotlib-plot: add line plot documentation

  • matplotlib-contour: add contour plot documentation

  • matplotlib-hist: add comprehensive histogram documentation

  • matplotlib-errorbar: improve code example and add asymmetric error documentation

  • matplotlib-imshow: add image display documentation

  • matplotlib-scatter: improve title, fix typos, and add marker/colormap sections

  • matplotlib-rcparams: add colormap configuration section

  • matplotlib-rcparams: add use-case examples for papers, presentations, and dashboards

  • altair-usage: refine introduction and improve clarity

  • matplotlib: add matplotlib-rcparams doc and update usage

  • matplotlib: reorganize usage documentation with clearer introduction

  • matplotlib: update scatter and subplots documentation

  • matplotlib: update documentation for figure, import, install, and usage

v2026.4.0 (2026-04-07)

Feat

  • python-time: add time module

  • emacs-web: add web-mode config

  • emacs-frame: add frame size operation

  • zensical-readthedocs: add zensical readthedocs support

  • emacs-consult: add consult package

  • emacs-marginalia: add marginalia package

  • emacs-flymake: add flymake package

  • emacs-evil: add evil-mode

  • emacs-guru: add guru-mode usage

  • emacs-doom-modeline: add doom-modeline config

  • emacs-modeline: add modeline customization

  • emacs-eval: add eval commands

  • emacs-recentf: add recentf package

  • emacs-anything: add anything as legacy package

  • emacs-ivy: add ivy usage

  • emacs-ido: add ido usage

  • emacs-orderless: add oderless usage

  • emacs-corfu: add corfu usage

  • emacs-dired: add dired, dired-x, wdired packages

  • emacs-straight: add straight package manager

  • emacs-init: add emacs init/early-init usage

  • emacs-shell: add eshell and vterm usage

  • emacs-vertico: add vertico package

  • emacs-which-key: add which-key package

Fix

  • python-time: updated timeout detection

  • gas: clarify Date format table and timezone usage

  • gas-form: update FormApp.getResponses

  • emacs-builtins: updated builtins config

  • emacs-twitter: add deprecation message

  • emacs-usage: update introduction

  • emacs-init: update init config

  • emacs-icomplete: add icomplete package

  • emacsclient: add emacsclient usage

  • emacs-usage: add placeholders for Spacemacs and Doom Emacs

  • emacs-prelude: removed outdated description

  • emacs-yatex: update YaTeX config

  • emacs-org: updated org-mode config

  • emacs-magit: updated Magit config

  • emacs-use-package: update use-package usage

  • emacs-install: update Emacs install methods

  • emacs-package: update Emacs package examples

  • gas-properties: add user/document property sections and improve code examples

  • gas-exports: add TypeScript export pattern with entry point example

  • gitignore: ignore auto-generated sphinx-tags output directory

v2026.3.2 (2026-03-21)

Fix

  • geant4-singleton: expand singleton pattern documentation with detailed examples

  • geant4-drivers: reorganize and improve visualization driver documentation

  • geant4-overview: remove outdated Manager class descriptions

  • geant4-overview: rewrite overview and replace flowchart with sequence diagram

  • gas-map: convert to TypeScript syntax and add JSON serialization note

  • gas-object: add section for converting Object to Map type

  • gas-object: convert to TypeScript and reorganize Object.keys/values/entries section

  • gas-function: add note about arrow function and this binding behavior in GAS

  • gas-function: improve explanations for function expression and arrow function sections

  • gas-function: convert code examples to TypeScript with type annotations

  • gas-globalthis: add globalThis documentation for GAS TypeScript bundling

  • gas-clasp: update commands for clasp v3 and simplify Git management section

  • gas-spreadsheet-sheet: add TypeScript examples for appendRow, column index, and duplicate row detection

  • gas-spreadsheet-book: fix getUrl() call and add hint for spreadsheet URL format

  • gas-drive: convert code examples to TypeScript with type annotations and fix bugs

  • gas-iterator: add new page for GoogleAppsScript iterator utilities

  • conf: sort myst_number_code_blocks list alphabetically

  • gas-date: convert code examples to TypeScript and fix table formatting

  • gas-variables: reorganize sections and improve initialization examples with TypeScript types

  • gas-version: add Node.js column to table and notes about ECMAScript implementations and runtimes

  • gas-variables: reorder declarations to prefer const/let and add note about V8 runtime

  • gas-function: rename js-function.md to gas-function.md, remove js-usage.md, and update toctree

  • gas-logger: reorganize and improve Logger and console documentation

  • gas-typescript: improve descriptions and add note about @types auto-recognition

  • gas-logger: merge gas-console.md content into gas-logger.md and delete gas-console.md

  • gas-console: rename js-console.md to gas-console.md and update toctree

  • gas-array: improve 2D array documentation with hints and empty row filtering

  • gas-array: add TypeScript types and 2D array examples for spreadsheet data

  • gas-builtins: rename js-array/object/map/set.md to gas-* and update toctree

  • gas-primitives: add primitive types documentation for GAS/TypeScript

  • gas-builtins: rename js-builtins.md to gas-builtins.md and move to gas section

  • gas-usage: reorganize toctree into 環境構築 and GAS操作 sections

  • gas-usage: remove ts-usage.md and its toctree entry

  • gas-typedoc: rename ts-typedoc.md to gas-typedoc.md and move to gas section

  • gas-rollup: rename ts-rollup.md to gas-rollup.md and move to gas section

  • gas-typescript: rename ts-tsc.md to gas-typescript.md and move to gas section

  • gas-usage: rewrite introduction to describe local development workflow with TypeScript, rollup, and clasp

v2026.3.1 (2026-03-17)

Fix

  • gas-gform: add FormApp documentation with getItems and getId examples

  • html-htaccess: improve Basic authentication and RequireAny documentation

  • html-htaccess: reorganize Require directive documentation for clarity

  • gas-ts-tsc: add npm scripts example for tsc, rollup, and clasp workflow

  • gas-ts-tsc: improve tsc usage and installation instructions

  • gas-ts-tsc: update tsconfig.json example for GAS with rollup

  • gas-clasp: add npm scripts section for push and pull

  • gas-ts: add rollup bundler documentation

  • gas-clasp: update clasp 3.x info and reorganize content

  • gas-triggers: add setupTriggers example

v2026.3.0 (2026-03-08)

Fix

  • geant4-material-propertiestable: improve optical properties docs

  • geant4-material-acrylic: modernize code examples and clarify explanations

  • geant4-material: fix class name, toctree, and code snippet

  • geant4-material-nistmanager: improve clarity and modernize code examples

  • geant4-physics-opticalphoton: rewrite with ProcessHits example for optical sensor

  • geant4-physics-opticalphysics: restructure guide with quick reference and clearer sections

  • geant4-physics-ftfp_bert: correct terminology from 物理リスト to 物理モジュール

  • geant4-physics-ftfp_bert: improve description and add context

  • geant4-physics: add introductory description of physics list selection

  • raspi-capslock: restructure keyboard config guide with purpose-driven sections

  • geant4-sensor-allocator: fix typos and remove duplicate code block

  • geant4-sensor-allocator: improve G4Allocator explanation and clarity

  • geant4-sipm: add SiPM photosensor implementation guide

  • geant4-install-taskfile: improve Taskfile.yml documentation and update to v11.4.0

  • geant4-examples-b1: add directory structure section and clean up formatting

  • geant4-examples-b2: improve documentation structure and add component sections

  • geant4-examples-b1: enhance primary generator section explanation

  • geant4-examples-b1: add sections for detector, physics list, and particle generation

  • geant4-examples-b1: improve documentation structure and explanations

  • geant4-examples: improve documentation and formatting

  • command-dnf: add dnf package manager documentation

Refactor

  • geant4: rename geant4-sipm.md to geant4-sensor-photon.md

v2026.2.0 (2026-02-07)

Fix

  • python-pathlib: fix syntax errors in path resolution example

  • vscode-keybind: enhance keyboard shortcuts documentation with setup instructions

  • command-ssh: improve SSH documentation with key management and configuration examples

  • command-systemctl: add SSH service management documentation

  • git-fork: enhance upstream sync documentation and rebase alternatives

  • git-fork: improve fork setup documentation with gh command and safety notes

  • command-systemctl: improve service management documentation

v2026.1.6 (2026-01-25)

Fix

  • command-openssl: consolidate CSR creation documentation and remove duplication

  • command-openssl: move x509 certificate verification earlier in workflow

  • command-openssl: reorganize sections for logical workflow order

  • command-openssl: reorder key algorithms and add ECDSA example

  • command-openssl: add quick reference examples and improve genpkey documentation

  • command-mkcert: improve documentation of local CA and HTTPS development

  • command-openssl: update self-signed certificate with -noenc and add step-by-step example

  • command-openssl: comprehensive CSR and key generation documentation improvements

  • command-openssl: update OpenSSL version to 3.6.0

  • command-: add cross-references between cryptography tools

  • command-ssh-keygen: add seealso section about public key cryptography tools

  • command-ssh-keygen: add cross-platform public key copying examples

  • command-ssh-keygen: enhance ssh-copy-id documentation with security notes

  • command-ssh-keygen: enhance ssh-add workflow and macOS KeyChain documentation

  • command-ssh-keygen: improve examples and section organization

  • command-ssh-keygen: update key length recommendations and examples

  • command-ssh-keygen: update algorithm recommendations for modern OpenSSH

  • command-ssh-keygen: enhance security explanations and terminology

  • command-ssh-keygen: improve clarity of introductory section

  • command-ssh-keygen: refine ssh-add section title and explanation

  • command-ssh-keygen: improve ssh-add documentation with passphrase and KeyChain details

  • command-ssh-keygen: expand documentation with practical examples and security guidelines

  • geant4-install: update Qt version compatibility notes for Geant4

  • geant4-versions: add Geant4 11.4.0 version information

v2026.1.5 (2026-01-22)

Feat

  • typst-simple-plot: add documentation for simple-plot package

  • typst-import: add documentation for local packages and Typst Universe packages

  • typst-align: add documentation for content alignment

  • typst-bibliography: add documentation for citations and bibliography

  • typst-ref: add comprehensive documentation for cross-referencing

  • typst-footnote: add documentation for footnote element

Fix

  • typst-physica: add free field Lagrangian examples

  • typst-physica: update physica package version and add derivative examples

  • typst-math: add examples for time derivatives and mathematical symbols

  • typst-page: improve column layout examples and documentation

  • typst-math: expand documentation with equation configuration

  • typst-raw: restructure with purpose-driven organization

  • typst-where: update title syntax to show rule format

  • typst-with: update title syntax to show rule format

  • typst-title: expand documentation with additional styling examples

  • typst-figure: add note about block styling scope

  • typst-where: restructure documentation with purpose-driven organization

  • typst-where: update title syntax to show rule format

  • typst-text: improve documentation clarity and add reference section

  • typst-func: correct type comparison to use type value instead of string

  • typst-func: correct method syntax to function call syntax

v2026.1.4 (2026-01-18)

Feat

  • typst-syntax: add comprehensive guide to Typst’s three core modes

  • typst-type: add documentation for type checking function

  • typst-figure: add comprehensive documentation for figure element

  • typst-datetime: add documentation for #datetime() function

Fix

  • typst-heading: reorganize heading documentation and add show rule examples

  • typst-show: refactor figure styling and reorganize sections

  • typst-figure: improve terminology and refine documentation

  • typst-styling: add section on markup vs styling separation

  • typst-show: improve titles and show rule examples

  • typst-set: improve documentation clarity and add cross-references

  • typst-styling: expand content with practical examples and clear explanations

  • typst-page: reorganize and improve numbering, header, and footer sections

  • typst-page: improve formatting and add new sections for fill and background options

  • typst-let: simplify variable definition examples and improve formatting

  • typst: standardize titles with function notation and reorganize toctree

  • typst: reorganize and improve documentation with clearer examples and structure

  • typst-figure: fix colbreak syntax and add LaTeX comparison note

  • typst-strong: improve documentation with delta option and clearer examples

  • typst-block: add comprehensive documentation for block element options

  • typst-heading: refactor with improved organization and examples

  • typst-usage: reorganize toctree sections for better navigation

  • typst-document: add section for referencing document metadata

  • typst-document: refactor to document #set document() function

  • typst-title: refactor to document built-in #title() function

  • typst-func: add anonymous functions section with practical examples

  • typst-func: remove incomplete anonymous function section

  • typst-page: refactor chapter-based header and footer with improved structure

  • typst-page: refactor header and footer example with clearer structure

  • typst-page: simplify page function example with clearer defaults

  • typst-text: add note about language setting for Japanese documents

  • typst-page: fix page counter final() method usage

v2026.1.3 (2026-01-16)

Fix

  • typst-func: refactor loop processing section with purpose-driven format

  • typst-func: improve code formatting and refactor conditional branching section

  • typst-func: use raw() function for code display in content

  • typst-func: reorganize variadic and content block sections with improved examples

  • typst-func: update code examples with consistent cover function theme

  • typst-func: refactor parameter types section with purpose-driven organization

  • typst-func: reorganize content blocks section with purpose-driven placement

  • typst-func: improve positional and named arguments documentation with examples

  • typst-func: refactor parameter types section with purpose-driven organization

  • typst-func: simplify function definition section

  • typst-func: update loop control section with purpose-driven organization

v2026.1.2 (2026-01-14)

Fix

  • python-jupyter: improve jupyter command usage and add VS Code integration

  • python-jupyter: simplify installation instructions and improve formatting

  • README: migrate remaining poetry references to uv

  • root-notebook: improve setup instructions and error handling

v2026.1.1 (2026-01-13)

Fix

  • .pre-commit-config: update hook versions

  • Taskfile: reorganize and expand task definitions with better documentation

  • python-marimo: add comparison section for Marimo and Jupyter

  • python-marimo: update section headers and add check section

  • python-marimo: expand export section with more format examples

  • python-marimo: add convert and export sections

  • python-marimo: expand tutorial section with command examples

  • python-marimo: add tutorial section with command examples

  • python-marimo: add tutorial section with command examples

  • python-commitizen: reorganize installation methods

  • python-poetry: simplify installation instructions

  • python-pipx: add installation method guidance

  • python-venv: improve documentation clarity and formatting

v2026.1.0 (2026-01-12)

Fix

  • python-marimo: add marimo notebook tool documentation

v2026.0.0 (2026-01-05)

Feat

  • python-pyproject: add pyproject.toml configuration guide with examples

v2025.12.1 (2025-12-24)

Fix

  • python-loguru: add comprehensive logging examples with platformdirs support

v2025.12.0 (2025-12-08)

Fix

  • mkdocs-site: add MkDocs site, markdown, and material configuration guides

  • mkdocs-usage: add toctree for MkDocs documentation

  • mkdocs-plugins: add built-in plugin documentation

  • mkdocs-theme: add comprehensive theme configuration guide

  • command-usage: add DVC documentation to toctree

  • command-dvc: add comprehensive DVC documentation with Google Drive support

v2025.11.12 (2025-11-26)

Fix

  • python-poetry: rewrite for beginners with improved structure and clarity

  • python-poetry: rewrite for beginners with simplified structure and examples

  • python-uv: rewrite for beginners with improved structure and clarity

  • python-hatch: add comprehensive hatch guide for beginners

  • python-pyproject: expand build tools evolution and add tool adoption rationale

  • python-pyproject: update introduction and add specification evolution

  • update-changelog-workflow: use cz executable from commitizen

  • update-changelog-workflow: use uvx for commitizen installation

  • command-task-git: add git management tasks documentation

  • command-task-version: update documentation to reflect new task namespace

  • taskfile: add git management tasks and improve comment formatting

Refactor

  • taskfile: reorganize dependency management tasks with namespace grouping

v2025.11.11 (2025-11-25)

Feat

  • arduino: add FreeRTOS Queue documentation

  • arduino: add Serial data reception documentation

  • arduino: add WiFi connection documentation with mode switching

  • arduino: add comprehensive LittleFS documentation

  • arduino: add JSON serialization documentation with JSONL format examples

  • arduino: add Serial.print documentation with practical examples

  • arduino: add Arduino usage documentation with setup and loop guides

  • root-tf1-crystalball: add Crystal Ball function fitting documentation

  • root-tf1-pol: add polynomial fitting documentation with TGraphErrors examples

  • root-tf1-draw: add TF1::Draw documentation

  • root-tf1-derivative: add TF1::Derivative documentation

  • root-tf1-integral: add TF1::Integral documentation

  • root-tf1-getchisquare: add TF1::GetChiSquare documentation

  • root-tf1-getparameter: add TF1::GetParameter documentation

  • root-tf1-fixparameter: add TF1::FixParameter documentation

  • root-tf1-setparameter: add TF1::SetParameter documentation

  • root-ttree-entry: add TTree::GetEntry documentation

Fix

  • arduino: add millis timing documentation and improve loop documentation

  • arduino: add millis timing documentation and improve loop documentation

  • arduino: improve Queue documentation with detailed explanations

  • python-jupytext: add format and metadata filter documentation

  • root-ttree-entry: improve documentation clarity and organization

  • root-tf1: reorganize TF1 documentation and update toctree

  • root-tf1-gaus: correct Gaussian function formula

  • root-usage: add newly reorganized ROOT documentation files to toctree

  • root-th1-draw: restructure documentation following root-th1-fill pattern

  • root-th1-fit: restructure documentation following root-th1-fill pattern

  • root-tf1-gaus: restructure documentation following root-th1-fill pattern

  • root-tf1: create comprehensive TF1 documentation with JTF style corrections

  • root-notebook,root-ttree-entries,root-usage: update package names and references

  • root-rntuple: restructure documentation with practical examples

  • root-ttree-write: restructure documentation following root-th1-fill pattern

  • root-ttree-branch: restructure documentation following root-th1-fill pattern

  • root-ttree-fill: restructure documentation following root-th1-fill pattern

  • root-ttree-fill: restructure documentation with purpose-driven subsections

  • root-notebook: add TCanvas examples and clarify drawing in Jupyter

  • root-notebook: restructure documentation with purpose-driven subsections

  • CLAUDE: update subsection pattern documentation to purpose-driven format

  • root-ttree-draw: reorganize documentation with purpose-driven subsections

  • root-usage: restructure table of contents for better organization

Refactor

  • arduino: split LittleFS documentation into focused modules

v2025.11.10 (2025-11-14)

Migrated project-wide build system to pyproject-based configuration and unified dependency management from Poetry to uv.

Refactor

  • ci: migrate remaining GitHub Actions workflows from poetry to uv

  • ci: migrate GitHub Actions workflow from poetry to uv

  • readthedocs: remove requirements.txt dependency

  • docs/Makefile: migrate from poetry to uv

  • pre-commit: remove poetry-check hook after uv migration

  • pyproject: disable package discovery in setuptools

  • pyproject: use setuptools as build backend

  • pyproject: add hatchling wheel configuration

  • taskfile: migrate commands from poetry to uv

  • pyproject: migrate build system from poetry-core to hatchling

v2025.11.9 (2025-11-14)

Feat

  • root-th1-stats: add SetStats method documentation for histogram statistics box display

  • root-th1-rms: add GetRMS method documentation for histogram root mean square calculation

  • root-th1-mean: add GetMean method documentation for histogram mean value calculation

  • root-th1-binerror: add SetBinError method documentation for custom bin error assignment

  • root-th1-sumw2: add comprehensive Sumw2 method documentation for weighted histogram error tracking

  • python-uproot: add uproot documentation for reading ROOT files in Python

Fix

  • root-notebook: add virtual environment setup instructions

  • root-notebook: enhance documentation with comprehensive notebook usage guide

  • root-usage: update tutorial section with ROOT official resources

  • root-tutorial: remove obsolete reStructuredText tutorial files

  • root-usage: add Cling and CINT documentation to interactive mode section

  • root-cling, root-cint: add C++ interpreter documentation

  • root-tcanvas: add DrawColorTable documentation

  • root-tcanvas: add SetLogy documentation with comparison to gStyle

  • root-tcanvas: add Draw documentation and reorganize canvas guide

  • root-tcanvas: add Update documentation and reorganize canvas guide

  • root-tcanvas: create TCanvas::Print documentation

  • root: reorganize canvas documentation structure

  • root-tcanvas: reorganize SaveAs documentation into separate file

  • root-tcanvas: reorganize canvas documentation

  • root-tcanvas: add section explaining why ‘new’ should be used for canvas creation

  • root-tcanvas: add note about automatic canvas generation

  • root-tcanvas: organize and expand Canvas documentation following CLAUDE.md format

  • root-tgraph: reorganize and split graph documentation

  • root-th2: organize 2D histogram documentation following CLAUDE.md standards

  • root-usage: reorganize histogram and graph documentation structure

  • root-rdataframe: improve examples and add csv loading reference

  • root-tfile: move method signature section to follow opening code examples

  • root-tfile: reorganize TFile documentation with comprehensive examples

  • root-rdataframe-csv: add comprehensive CSV loading documentation

  • root-hist: add integral and scale documentation to index

  • root-th1-scale: add comprehensive normalization documentation

  • root-th1-integral: add comprehensive integral documentation

  • root-th1-mean: reorganize documentation with comprehensive examples

  • root-hist, root-th1: update documentation with cross-references to new statistical methods

  • CLAUDE: establish concise ROOT method documentation style as basic reference

  • root-th1-fill: add comprehensive Fill method documentation

  • root-th1-title: reorganize with comprehensive style guidelines

  • root-th1: add error management section explaining weights vs errors

  • root-th1: add explanation of when and why to use weights in Fill method

  • root-th1: add concise explanation for weight parameter in Fill method

  • root-th1: add constructor signatures and detailed parameter documentation

  • root-th1: reorganize TH1 documentation with comprehensive style guidelines

  • root-tstring: enhance TString documentation with benefits and C++ std::string comparison

  • root-tstring: reorganize TString documentation with style guidelines

  • root-ttree: simplify TTree creation documentation focused on new TTree constructor

  • root-history: organize ROOT development history from PAW through modern features including TTree as core design and RDataFrame evolution

  • root-ttree-entries: reorganize TTree entry counting documentation with comprehensive examples and practical use cases

  • root-ttree-readfile: reorganize text file to TTree conversion documentation with comprehensive examples and practical use cases

Refactor

  • CHANGELOG: split changelog by release year for better maintainability

v2025.11.8 (2025-11-14)

Feat

  • root-rdataframe: split histogram visualization into separate documentation

  • root-rdataframe: split statistics computation into separate documentation

  • root-rdataframe: split filtering into separate documentation

Fix

  • root-rootrc: reorganize ROOT user configuration documentation with .rootrc and rootlogon.C examples

  • root-groot-setstyle: reorganize graphics style documentation with style comparison table and practical examples

  • root-gstyle-font: add warning admonition for CJK font limitations

  • root-gstyle-font: reorganize font configuration documentation with precision and font family examples

  • root-gstyle-canvas: reorganize canvas configuration documentation with size and position examples

  • root-gstyle-settimedisplay: reorganize time display documentation with epoch explanation and practical examples

  • root-gstyle-setpadgrid: reorganize grid line documentation with practical examples and customization options

  • root-gstyle-setoptlog: reorganize logarithmic scale documentation with practical examples and use cases

  • root-gstyle-setoptstat: reorganize statistics display documentation with comprehensive bit structure and practical examples

  • root-gstyle-setoptfit: reorganize fit result display documentation with detailed bit structure and practical examples

  • root-gstyle-setndivisions: reorganize axis division documentation with detailed parameter explanations and practical examples

  • root-gstyle-sethistlinewidth: reorganize histogram styling documentation with comprehensive parameter documentation and practical examples

  • root-groot-setrgb: reorganize and add recommended color palettes

  • root-rdataframe: add headers, restructure, and explain TChain relationship

  • docker: auto-format by pre-commit hooks

  • docker-example-nginx: improve documentation for beginners and add version information

  • docker-example-httpd: improve documentation for beginners and add version information

  • CLAUDE: add custom versioning scheme documentation

  • CLAUDE: improve formatting and update commit type conventions

  • CLAUDE: add CLAUDE.md developer guidance file

  • docker: add AlmaLinux and RockyLinux to toctree

  • docker-example-busybox: add characteristics section

  • docker-example-raspi: add emulation characteristics section

  • docker-example-rockylinux: add characteristics section

  • docker-example-almalinux: add characteristics section

  • docker-ubuntu: add characteristics section

  • docker-example-rockylinux: add RockyLinux container documentation

  • docker-example-almalinux: add AlmaLinux container documentation

  • command: add GPG encryption documentation

  • typst: improve tyler documentation by splitting local-build and local-install sections

Refactor

  • root-rdataframe: rename statistics documentation and expand content

  • root: split global configuration documentation

  • docker: update Ubuntu version information with latest releases

  • docker-example: reorganize example files with docker-example- prefix

v2025.11.7 (2025-11-12)

Feat

  • raspi-config: create comprehensive reverse lookup reference documentation

Fix

  • python-venv: update tool comparison with recommendation levels

  • python-venv: improve for beginners and add system vs venv explanation

  • python-pyserial: add more configuration options and troubleshooting tips

  • python-pyserial: add beginner-friendly note about serial communication options

  • python-pyserial: fix continuous reading section syntax and improve explanation

  • python-pyserial: remove corrupted section added by linter

  • sphinx-latex-lualatex: add luatex packages and hyperref settings

  • python-commitizen: reorganize for beginners with detailed bump options

  • docs/Makefile: correct sphinx-autobuild ignore option syntax

  • docs/Makefile: add poetry integration for sphinx-build

  • command-mkcert: restructure with reverse lookup style and Docker integration

  • docker-wordpress-bitnami: split Bitnami WordPress configuration into separate document

  • docker-wordpress: add Bitnami image examples and comparison guide

  • docker-wordpress: restructure with compose-first approach and reverse lookup style

  • docker-mariadb: add environment variables and adminer configuration

  • docker-postgresql: reorganize structure and add Adminer with env variables

  • docker-mariadb: reorganize structure and add Adminer with env variables

  • docker-nginx: reorganize structure and update to Compose format

  • raspi-date: add NTP synchronization note and improve documentation

  • raspi-packages: update Python environment setup to include pipx and uv

  • raspi-python: focus on uv tool install for ruff and pre-commit

  • raspi-capslock: restructure as reverse lookup reference with improved documentation

  • raspi-usage: reorganize table of contents with new configuration files

  • raspi-packages: restructure as reverse lookup reference with expanded documentation

  • raspi-ssh: restructure to prioritize CLI setup and improve organization

  • raspi-vnc: restructure VNC client setup and add macOS compatibility info

  • raspi-vnc: update documentation for Raspberry Pi 4/5 with modern VNC setup

Refactor

  • Taskfile: simplify bump task name

  • command-usage: reorganize items into logical categories

  • raspi: split configuration docs into focused files

v2025.11.6 (2025-11-09)

Feat

  • raspi-config: create comprehensive reverse lookup reference documentation

Fix

  • raspi-date: add NTP synchronization note and improve documentation

  • raspi-packages: update Python environment setup to include pipx and uv

  • raspi-python: focus on uv tool install for ruff and pre-commit

  • raspi-capslock: restructure as reverse lookup reference with improved documentation

  • raspi-usage: reorganize table of contents with new configuration files

  • raspi-packages: restructure as reverse lookup reference with expanded documentation

  • raspi-ssh: restructure to prioritize CLI setup and improve organization

  • raspi-vnc: restructure VNC client setup and add macOS compatibility info

  • raspi-vnc: update documentation for Raspberry Pi 4/5 with modern VNC setup

Refactor

  • raspi: split configuration docs into focused files

v2025.11.5 (2025-11-09)

Fix

  • docker-dockerfile-cmd: expand documentation with comprehensive examples and best practices

  • docker-dockerfile-run: add Python + venv environment setup example

  • docker-dockerfile-run: expand documentation with comprehensive examples

  • docker-dockerfile-copy: clarify .dockerignore placement in build context

  • docker-dockerfile-copy: expand documentation with comprehensive examples and best practices

  • docker-dockerfile: improve documentation with sample and reorganize toctree order

  • docker-dockerfile-shell: improve documentation quality and completeness

  • docker-dockerfile-workdir: improve documentation quality and completeness

  • docker-dockerfile-from: improve documentation quality and completeness

  • docker-compose.md: reorder commands by usage frequency and add introduction

  • docker-compose-run.md: expand documentation with practical examples

  • docker-compose-ps.md: restructure and expand documentation

  • docker-compose-ls.md: improve documentation clarity

  • docker-compose-logs.md: improve clarity and documentation

  • docker-compose-cp.md: improve clarity and documentation

  • docker-compose-exec.md: improve clarity and documentation

  • docker-compose-down.md: improve clarity and documentation

  • docker-compose-up.md: improve clarity and documentation

  • docker-compose-yaml.md: improve clarity with version key note and workflow

  • docker-compose-yaml.md: reorganize introduction for clarity

Refactor

  • docker: split ls and inspect commands into separate files

v2025.11.4 (2025-11-09)

Fix

  • pandas-usage.md: correct toctree reference

  • conf.py: add unicode-math package for LuaLaTeX \mathscr support

Refactor

  • conf.py: improve configuration organization

v2025.11.3 (2025-11-09)

Feat

  • Taskfile.yml: add pre-commit task

Fix

  • README.md: Correct typos and URLs

Refactor

  • README.md: Improve virtual environment activation instructions

v2025.11.2 (2025-11-09)

Refactor

  • Taskfile.yml: Rename livehtml task to docs

v2025.11.1 (2025-11-09)

Feat

  • Taskfile.yml: Add incremental changelog generation task

v2025.11.0 (2025-11-09)

Feat

  • Switch to calendar-based versioning (YYYY.MM.PATCH)

  • Taskfile.yml: Add cz bump commands for patch and minor versions

Fix

  • python/python-platformdirs.md: platformdirsを追記した

  • command/command-wget.md: wgetを追記した

  • command/command-curl.md: curlの使い方を整理した

  • python/python-ruff.md: ruffの設定を追記した

  • command/command-ansible.md: ansibleを追加した

  • typst/typst-with.md: テンプレートの使い方を追加した

  • python/python-esptool.md: esptoolを追加した

  • python/python-pytest.md: マーカーなどを追加した

v2.0.0 (2025-10-26)

ひさびさにbumpしたらv2になってしまいました

Feat

  • command/specify: specify(スペック駆動開発)を追加した

  • numpy/numpy-ndarray.md: NumPyを追加した

  • python/python-pyserial.md: PySerialの使い方を追加した

Fix

  • command/command-lmstudio.md: LM Studioを追加した

  • command/command-ollama.md: Ollamaを追加した

  • command/command-claude.md: Claude Codeを追加した

  • command/command-claude.md: vimモード切り替えを追加した

  • command/command-cmake.md: CMakeを追加した

  • command/command-glab.md: glabを追加した

  • command/command-screen.md: screenを追加した

  • command/command-task.md: タスクのサンプルを追加した

  • command/command-zed.md: Zedを追加した

  • docker: MariaDBの使い方を更新した

  • docker: サブコマンドの使い方を更新した

  • gas/gas-drive.md: DriveAppを追記した

  • gas/gas-exports.md: エクスポートを追加した

  • gas/gas-groups.md: グループの使い方を追記した

  • gas/gas-trigger.md: トリガー設定を追記した

  • gas/js-biome.md: biomeを追加した

  • gas/ts-tsc.md: tscを追加した

  • gas/ts-typedoc.md: TypeDocを追加した

  • geant4-sensor-allocator.md: G4Allocatorを整理した

  • geant4/geant4-cpp-geant4.md: Geant4のコーディング規約を整理した

  • geant4/geant4-errors.md: エラーの対処方法を追加した

  • geant4/geant4-event.md: イベント情報を追記した

  • geant4/geant4-geometry.md: ジオメトリの設定を追記した

  • geant4/geant4-install-cmake.md: インストール手順を修正した

  • geant4/geant4-install-taskfile.md: タスクを整理した

  • geant4/geant4-install.md: Geant4のインストール手順を改訂した

  • geant4/geant4-material-plastic-scintillator.md: プラシンのサンプルを改良した

  • geant4/geant4-physics-opticalphysics.md: 光学物理の設定を整理した

  • geant4/geant4-scoring-accumulable.md: G4Accumlableを追記した

  • geant4/geant4-singleton.md: シングルトンパターンを追加した

  • geant4/geant4-user-actioninitialization.md: ユーザーアクションの設定を整理した

  • geant4/geant4-user-physicslist.md: 物理モデルを整理した

  • geant4/geant4-versions.md: バージョン情報を整理した

  • git/git-fork.md: フォーク開発のワークフローを追記した

  • hvplot/hvplot-options.md: hvplotのオプション設定を追記した

  • hvplot/hvplot-scatter.md: hvplotの散布図を追記した

  • jupytext: JupyTextを修正した

  • notebooks/python-histogram.ipynb: Pythonでヒストグラムを作成する方法を比較した

  • numpy/numpy-arange.md: np.arangeを追加した

  • numpy/numpy-column_stack.md: column_stackを追加した

  • numpy/numpy-linspace.md: np.linspaceを追加した

  • numpy/numpy-usage.md: numpyの位置付けを追記した

  • opencode: OpenCodeを追加した

  • pandas: Pandasの使い方の分類を整理した

  • pandas/pandas-groupby.md: groupbyを整理した

  • pandas/pandas-lmfit.md: lmfitを追加した

  • pytest: テスト用のディレクトリ構造を整理した

  • python/python-mypy.md: mypyの使い方を追記した

  • python/python-pip.md: パッケージ管理ツール選択フローチャートを追加した

  • python/python-pydantic.md: 設定ファイルを管理するクラスの手順を追記した

  • python/python-pyright.md: pyrightを追記した

  • python/python-pyserial.md: ファイルに保存する方法を追記した

  • python/python-pyserial.md: 複数デバイスのシリアル通信を追加した

  • python/python-pyserial.md: 複数デバイス処理を追記した

  • python/python-pytest.md: pytestを追記した

  • python/python-ruff.md: ruffを追記した

  • python/python-typing.md: typingを追記した

  • python/python-uv.md: uvを追記した

  • python/python-venv.md: venvを追加した

  • python/python-virtualenv.md: virtualenvを削除した

  • raspi/raspi-python.md: Python環境のセットアップを追加した

  • raspi/raspi-usage.md: GoとNode環境のセットアップを追加した

  • specify: SpecKitの使い方を追記した

  • task: added poetry export task

  • task: updated Taskfile

  • task: タスク(code)を修正した

  • tyler: Tylerの使い方を確認した

  • typst: page設定を追記した

  • typst: raw要素を追記した

  • typst: showの使い方を整理した

  • typst: stateを追加した

  • typst: tylerの使い方を追加した

  • typst: Typstの使い方を更新した

  • typst: ブロック要素とインライン要素を追加した

  • typst: 色の設定を追加した

  • typst: 関連ツール(typstyleとtinymist)を追加した

  • typst/typst-page.md: ページ設定を追記した

  • typst/typst-set.md: Typstの使い方を追記した

  • wp-cli: wp-cliを追加した

v1.44.3 (2025-04-15)

Fix

  • .gitignore: ignored vscode 設定

  • .mise.toml: miseを削除した

  • command/command-1password.md: opコマンドを追記した

  • command/command-awk.md: 空白とカンマ区切りできるようにした

  • command/command-jq.md: よく使われるワンライナーを追記した

  • command/command-vim.md: vimのキーバインドを追加した

  • docker/docker-cli.md: 新旧コマンド対応表を追加した

  • docker/docker-compose-down.md: upとdownを分割した

  • docker/docker-compose-exec.md: compose execの例を追記した

  • docker/docker-compose-run.md: compose runを追記した

  • docker/docker-compose-up-down.md: downのオプションを追記した

  • docker/docker-compose-up.md: stopとstartをまとめた

  • docker/docker-compose-up.md: 設定ファイルを変更できることを追記した

  • docker/docker-compose-yaml.md: ボリューム設定を追加した

  • docker/docker-mariadb.md: MariaDBを整理した

  • docker/docker-texlive.md: TeX LiveのDocker composeを追記した

  • docker/docker-usage.md: Dockerの使い方の導入を修正した

  • docs/source/python/python-pre-commit.md: pre-commitで設定できるフックの種類を追記した

  • gas/gas-spreadsheet-book.md: ブック操作を追記した

  • gas/gas-spreadsheet-range.md: range操作を追加した

  • gas/gas-spreadsheet-sheet.md: シート操作を修正した

  • gas/gas-spreadsheet.md: spreadsheetを修正した

  • gas/js-jest.md: jestを追加した

  • geant4/geant4-install-brew.md: WSL2でのインストールを追加した

  • geant4/geant4-install-download.md: ダウンロードリンクを修正した

  • git/git-branch.md: ブランチ名を整理した

  • git/git-config.md: リポジトリ設定を整理した

  • git/git-ignore.md: gitignoredを整理した

  • git/git-local.md: 目次を整理した

  • git/git-review.md: レビューの手順を整理した

  • git/git-setup.md: 目次を整理した

  • git/git-worktree.md: worktreeを追記した

  • hugo/hugo-setup.md: 目次を整理した

  • python/python-coverage.md: coverageを追加した

  • python/python-pip.md: pip/pipxを追記した

  • python/python-pydantic.md: 再代入時のバリデーションを追記した

  • python/python-pyproject.md: キャレットが使えなくなったことを追記した

  • python/python-uv.md: uvを追加した

  • sphinx/sphinx-html-css.md: CSSのレイヤー機能を追加した

v1.44.2 (2025-03-03)

Fix

  • docker/docker-container-run.md: docker container runを修正した

  • docker/docker-dockerfile-copy.md: COPYを追記した

  • docker/docker-dockerfile-from.md: マルチステージビルドを追記した

  • docker/docker-dockerfile-run.md: RUNコマンドを追記した

  • docker/docker-dockerfile-shell.md: シェルの設定を追記した

  • docker/docker-dockerfile-workdir.md: ディレクトリ名のサンプルを追記した

  • docker/docker-examples.md: 目次を整理した

  • docker/docker-python3.md: Python3イメージを追記した

  • docker/docker-setup.md: 目次を整理した

  • docker/docker-texlive.md: TeX LiveのDockerfileを追加した

  • docker/docker-usage.md: 目次を整理した

  • docs/source/_static/latex/examples/main.tex: tex-fmtした

  • latex/latex-docker.md: DockerでTeXLiveする方法を追記した

  • latex/latex-font-family.md: フォント要素を整理した

  • latex/latex-fonts.md: udpmapを確認する方法を追記した

  • latex/latex-glossaries-extra.md: glossaries-extraを追加した

  • latex/latex-glossaries.md: glossariesを追加した

  • latex/latex-imakeidx.md: imakeidxを追加した

  • latex/latex-makeglossaries.md: makeglossariesを追加した

  • latex/latex-makeidx.md: makeidxに修正した

  • latex/latex-makeindex.md: makeindexを追加した

  • latex/latex-masterthesis.md: 全体を修正した

  • latex/latex-siunitx.md: S列を追加した

  • latex/latex-tex-fmt.md: tex-fmtを追加した

  • latex/latex-usefont.md: エンコーディングを表に整理した

  • pyproject.toml: PEP621準拠に修正した

  • pyproject.toml: poetry-plugin-exportを追加した

  • python/python-pyproject.md: pyprojectを整理した

  • root/root-config.md: 設定確認を追記した

  • root/root-genv.md: gEnvを追加した

  • root/root-notebook.md: ROOT Notebookを追加した

  • root/root-rdataframe.md: RDataFrameを追加した

  • root/root-rint.md: Rintを整理した

  • root/root-rntuple.md: RNTupleを追加した

  • root/root-th1-title.md: タイトルの設定方法を別ページに整理した

  • root/root-th1.md: TH1を整理した

  • root/root-th1.md: タイトルを変更する方法を追加した

  • root/root-th1.md: 平均値、RMSを取得する方法を追記した

  • root/root-th1.md: 統計ボックスを表示した

  • root/root-th1.md: 軸タイトルの変更方法を追記した

  • root/root-th2.md: TH2を整理した

  • vscode/vscode-devcontainer.md: devcontainerを追加した

v1.44.1 (2025-02-10)

LaTeX強化リリース

Fix

  • .gitignore: LaTeX関係の補助ファイルを除外した

  • docs/source/_static/latex/beamer/main.tex: beamerのサンプルを更新した

  • docs/source/_static/latex/examples/latexmkrc: latexmkの設定を変更した

  • docs/source/_static/latex/examples/main.tex: サンプルを更新した

  • docs/source/_static/latex/poster/latexmkrc: pvcを無効にした

  • docs/source/_static/latex/slides/main.tex: ltjsarticleでスライドを作成するサンプルを追加した

  • docs/source/_static/latex/templates/lualatex-jlreq/main.tex: このファイルの内容は別のファイルに移行することにした

  • geant4/geant4-sensor.md: 目次のリンクを修正した

  • geant4/geant4-usage.md: 目次のリンクを修正した

  • git/git-usage.md: git-cliffを追加した

  • latex/beamer/main.tex: 確認済みの内容はバックアップに移動した

  • latex/examples/latexmkrc: LaTeXのサンプルの設定を修正した

  • latex/latex-amsmath.md: 同位体コマンドを追記した

  • latex/latex-amsmath.md: 数式の使い方を整理した

  • latex/latex-beamer.md: beamerの使い方を追加した

  • latex/latex-beamer.md: モード設定を追記した

  • latex/latex-booktabs.md: booktabsを整理した

  • latex/latex-changes.md: changesを追加した

  • latex/latex-changes.md: 色の変更を追加した

  • latex/latex-documentclass-beamer.md: パスを整理した

  • latex/latex-draftwatermark.md: draftwatermarkを追加した

  • latex/latex-fncychap.md: fncychapを整理した

  • latex/latex-font-family.md: 数式フォントの操作も追記した

  • latex/latex-font-series.md: シリーズを整理した

  • latex/latex-fonts.md: フォント設定の目次を整理した

  • latex/latex-fontsetup.md: fontsetupを追加した

  • latex/latex-fontspec.md: フォント設定の参考を追加した

  • latex/latex-geometry.md: スライドサイズの設定を追記した

  • latex/latex-japanese.md: 日本語LaTeXについて追記した

  • latex/latex-kanji.md: AdobeJapan1を追記した

  • latex/latex-latexdiff.md: latexdiffを追加した

  • latex/latex-latexpand.md: latexpandを追加した

  • latex/latex-lmodern.md: LatinModernを追記した

  • latex/latex-ltjsclasses.md: englishオプションを追加した

  • latex/latex-luatexja-fontspec.md: luatexja-fontspecを整理した

  • latex/latex-luatexja-otf.md: luatexja-otfとotfの内容をまとめた

  • latex/latex-luatexja-preset.md: luatexja-presetを整理した

  • latex/latex-luatexja-ruby.md: latexja-rubyを整理した

  • latex/latex-luatexja.md: luatexjaを整理した

  • latex/latex-markdown.md: hybridオプションに関する警告を追記した

  • latex/latex-minted.md: 背景色のサンプルコードを変更した

  • latex/latex-misc.md: 雑談を整理した

  • latex/latex-needstexformat.md: NeedsTeXFormatを追加した

  • latex/latex-newcommand.md: NewDocumentCommandを追加した

  • latex/latex-otf.md: 削除した

  • latex/latex-package.md: パッケージを作成するためのセクションを作成した

  • latex/latex-polyglossia.md: 方言の設定を追記した

  • latex/latex-requirepackage.md: バージョン指定を追記した

  • latex/latex-section.md: 見出しの使い方を整理した

  • latex/latex-table.md: 図表の使い方を整理した

  • latex/latex-tabularray.md: tabularrayのサンプルを追加した

  • latex/latex-tcolorbox.md: tcolorboxを追加した

  • latex/latex-titlepage.md: 表紙のパターンを追加した

  • latex/latex-titlesec.md: 標準タイトルの設定を追加した

  • latex/latex-tlmgr.md: tlmgrを更新した

  • latex/latex-unicode-math.md: unicode-mathを追加した

  • latex/latex-usage.md: 目次を整理した

  • latex/latex-usefont.md: フォント要素の簡単な説明を追加した

  • latex/latex-xcolor.md: pagecolorを追加した

  • latex/latex-xcolor.md: 使うとよさそうな色名を追記した

  • latex/latex-xcolor.md: 透過度を追記した

v1.44.0 (2025-01-27)

LaTeX 強化リリース

Feat

  • command/command-fc-list.md: fc-listを追加した

  • command/command-openssl.md: OpenSSLを追加した

Fix

  • command/command-openssl.md: CSR生成のコマンドを追記した

  • command/command-openssl.md: 暗号化アルゴリズムを追記した

  • command/command-openssl.md: 自己署名証明書の作成手順を追記した

  • conf.py: copyright year を更新した

  • docs/source/conf.py: luatexjaパッケージを追加した

  • latex-documentclass-twocolumn.md: 2段組を整理した

  • latex/fonts: フォント設定の構成を整理した

  • latex/latex-bib.md: bibファイルの作り方を追記した

  • latex/latex-biblatex.md: biblatexの使い方を整理した

  • latex/latex-bibliography.md: thebibliographyの使い方を整理した

  • latex/latex-bibtex.md: bibtexを追加した

  • latex/latex-bibunsho.md: LaTeX美文書を追加した

  • latex/latex-booktabs.md: booktabsを整理しました

  • latex/latex-caption.md: captionを追記した

  • latex/latex-chktex.md: chktexを追加した

  • latex/latex-classes.md: 欧文クラスを追加した

  • latex/latex-cleveref.md: cleverefを追加した

  • latex/latex-detex.md: detexを追加した

  • latex/latex-documentclass-options.md: クラスオプションを別ページにした

  • latex/latex-documentclass-tate.md: 見出しを修正した

  • latex/latex-documentclass-twoside.md: 両面印刷を追加した

  • latex/latex-documentclass.md: ドキュメントクラスを整理した

  • latex/latex-documentclass.md: 和文クラスの説明を整理した

  • latex/latex-documentclass.md: 早見表を追加した

  • latex/latex-feynman.md: ファインマン図を追加した

  • latex/latex-font-dotgothic16.md: ドット文字の設定を追加した

  • latex/latex-font-family: 書体の特徴を追加した

  • latex/latex-font-hiragino.md: ヒラギノを追加した

  • latex/latex-font-kiwi-maru.md: KiwiMaruを追加した

  • latex/latex-font-zen-maru-gothic.md: Zen丸ゴシックを追加した

  • latex/latex-fonts.md: フォント設定を整理した

  • latex/latex-geometry.md: geometryの設定を追記した

  • latex/latex-group.md: ローカルスコープを追加した

  • latex/latex-heading.md: 見出し用のコマンドを整理した

  • latex/latex-history.md: TeXの系譜を整理した

  • latex/latex-hyperref.md: hyperrefを整理した

  • latex/latex-install.md: MacTeXのインストールを整理した

  • latex/latex-jlreq.md: jlreqのオプションを確認中

  • latex/latex-kanji-config-udpmap-sys.md: いまは不要なことを明記した

  • latex/latex-kpsewhich.md: kpsewhichを追加した

  • latex/latex-latexmk.md: latexmkを追記した

  • latex/latex-link.md: 参照系の項目を整理した

  • latex/latex-list.md: 箇条書きの環境を整理した

  • latex/latex-lualatex.md: biberを追加した

  • latex/latex-lualatex.md: lualatexの使い方を整理した

  • latex/latex-maketitle.md: 表紙の設定を整理した

  • latex/latex-markdown.md: markdownパッケージを追加した

  • latex/latex-masterthesis.md: 修論の書き方を整理した

  • latex/latex-minted.md: mintedの使い方を整理した

  • latex/latex-misc.md: 雑談スペースを作成した

  • latex/latex-newcommand.md: codeコマンドを追加した

  • latex/latex-online.md: Zoteroの使い方を追記した

  • latex/latex-page.md: ページ設定の目次を整理した

  • latex/latex-par.md: テキスト編集の目次を整理した

  • latex/latex-preamble.md: 目次を整理した

  • latex/latex-providespackage.md: パッケージかする手順を追加した

  • latex/latex-ref.md: 相互参照を整理した

  • latex/latex-setlength.md: 長さ指定を追記した

  • latex/latex-setup.md: 目次を整理した

  • latex/latex-siunitx.md: siunitxのコマンドを整理した

  • latex/latex-subcaption.md: subcaptionを追加した

  • latex/latex-texdoc.md: texdocを追加した

  • latex/latex-tikz-feynman.md: tikz-feynmanを追記した

  • latex/latex-titlepage.md: titlepageを追加した

  • latex/latex-tlmgr.md: tlmgrを別ページにした

  • latex/latex-uplatex.md: uplatexの使い方を整理した

  • latex/latex-usage.md: 目次を整理した

  • latex/latex-xcolor.md: カラーパレットを追加した

  • pandas/pandas-fit-curve_fit.md: pmatrixの誤記を修正した

  • python/python-poetry.md: poetry shell -> poetry env activate への移行が必要

  • sphinx/sphinx-autobuild.md: autobuildの設定を整理した

  • sphinx/sphinx-latex-docclass.md: ドキュメントクラスを整理した

  • sphinx/sphinx-latex-engine.md: lualatexをオススメした

v1.43.1 (2025-01-05)

Fix

  • command/command-softwareupdate.md: softwareupdateを追加した

  • command/command-xcode.md: Command Line Toolsのインストールを追記した

  • docs/source/gas/gas-spreadsheet-pivottable.md: ヒストグラムを追記した

  • gas/gas-namespace.md: 名前空間を追記した

  • gas/gas-properties.md: PropertiesServiceを追加した

  • gas/gas-spreadsheet-chart.md: グラフの作り方を追加した

  • gas/gas-spreadsheet-pivottable.md: ピボットテーブル操作を追記した

  • gas/gas-spreadsheet-range.md: 範囲選択を整理した

  • gas/js-function.md: 関数宣言を整理した

  • gas/js-map.md: Map型の操作を追記した

  • geant4/geant4-scoring-accumulable.md: G4AccValueに変更されたことを追記した

  • geant4/geant4-versions.md: CMakeのミニマムバージョンを追記した

  • geant4/geant4-versions.md: Geant4 11.3.0 がリリースされた

  • latex/latex-luatexja-otf.md: latexja-otfを追記した

  • latex/latex-luatexja-ruby.md: ルビの振り方を追記した

  • latex/latex-luatexja.md: 和文フォントを追記した

  • latex/latex-minipage.md: minipage環境を追加した

  • latex/latex-pmatrix.md: 行列の追加した

  • latex/latex-showframe.md: showframeパッケージを追加した

  • latex/latex-usepackage-geometry.md: geometryパッケージを整理した

  • notebooks/scipy-interpolate.ipynb: 補間の使い方を確認中

  • pandas/pandas-interpolate-spline.md: スプライン補間を追加した

  • python/python-uv.md: upgrade --all を追記した

  • scripts/pexpect.py: 更新した