From 9378c5b9631835b12ba14d29a0780d9989e41e4f Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 19 Jul 2025 16:16:28 +0200 Subject: [PATCH 1/2] bump versions (date and number) --- beamercolorthemecatppuccin.dtx | 3 ++- catppuccinpalette.dtx | 3 ++- latex.tera | 9 +++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/beamercolorthemecatppuccin.dtx b/beamercolorthemecatppuccin.dtx index f029e12f..33386fef 100644 --- a/beamercolorthemecatppuccin.dtx +++ b/beamercolorthemecatppuccin.dtx @@ -31,7 +31,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{beamercolorthemecatppuccin} %<*package> - [2024/02/27 v1.0.0 catppuccin beamer color theme] + [2025/07/19 v1.2.0 catppuccin beamer color theme] % % %<*driver> @@ -71,6 +71,7 @@ % % \changes{v0.0.1}{2024/02/25}{Converted to DTX file} % \changes{v1.0.0}{2024/02/27}{First full release} +% \changes{v1.2.0}{2025/07/19}{Merge with official catppuccin package} % % \DoNotIndex{\newcommand,\newenvironment,\@ifclassloaded,\def,\renewcommand,\RequirePackage,\setbeamercolor,\usebeamercolor,\ProvidesPackage,\DeclareOptionBeamer,\ExecuteOptionsBeamer,\ProcessOptionsBeamer,\mode} % diff --git a/catppuccinpalette.dtx b/catppuccinpalette.dtx index ee433dd4..fdc44048 100644 --- a/catppuccinpalette.dtx +++ b/catppuccinpalette.dtx @@ -31,7 +31,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{catppuccinpalette} %<*package> - [2024/08/13 v1.1.0 catppuccin xcolor palette] + [2025/07/19 v1.2.0 catppuccin xcolor palette] % % %<*driver> @@ -75,6 +75,7 @@ % \changes{v1.0.1}{2024/05/19}{Make fit for CTAN} % \changes{v1.0.2}{2024/05/19}{Fix colors in documentation} % \changes{v1.1.0}{2024/08/13}{Move to / Merge with official catppuccin. Thereby deprecate colors with |Cat| prefix. Subject to removal in the future} +% \changes{v1.2.0}{2025/07/19}{Add suport for beamer} % % \DoNotIndex{\newcommand,\newenvironment,\color,\colorlet,\def,\fi,\RequirePackage,\ProvidesPackage,\ProcessPgfOptions,\preparecolorset,\pgfkeys,\pagecolor,\newif,\NeedsTeXFormat} % diff --git a/latex.tera b/latex.tera index 5ca42711..910ea9c3 100644 --- a/latex.tera +++ b/latex.tera @@ -3,11 +3,11 @@ whiskers: version: ^2.5.1 filename: "catppuccinpalette.dtx" -packageVersion: 1.1.0 +packageVersion: 1.2.0 versionDate: - year: 2024 - month: 08 - day: 13 + year: 2025 + month: 07 + day: 19 --- % \iffalse meta-comment @@ -67,6 +67,7 @@ versionDate: % \changes{v1.0.1}{2024/05/19}{Make fit for CTAN} % \changes{v1.0.2}{2024/05/19}{Fix colors in documentation} % \changes{v1.1.0}{2024/08/13}{Move to / Merge with official catppuccin. Thereby deprecate colors with |Cat| prefix. Subject to removal in the future} +% \changes{v1.2.0}{2025/07/19}{Add suport for beamer} % % \DoNotIndex{\newcommand,\newenvironment,\color,\colorlet,\def,\fi,\RequirePackage,\ProvidesPackage,\ProcessPgfOptions,\preparecolorset,\pgfkeys,\pagecolor,\newif,\NeedsTeXFormat} % From 52832733fe2e9000d4ae874780cbf7e9d3b809dc Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 19 Jul 2025 16:44:31 +0200 Subject: [PATCH 2/2] add instructions for new release to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 813ed2a9..363a68a0 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,17 @@ need to pass `hyperref=true` to `\usepackage{catppuccinpalette}` (after Please refer to the [examples](https://github.com/catppuccin/latex/tree/main/examples) for full demonstrations, with LaTeX sources and their outputs, on theme usage and code highlighting. +## Developing +
+How to do a new release + +1. adjust the version tag in the `latex.tera` and `beamercolorthemecatppuccin.dtx` files +2. add the changelog entry also in those two files (I'd say we just skip the entry if for the specific package/file nothing was changed now that we have two packages/files) +3. run `make whiskers` +4. PR -> merge -> tag the commit (conforming to `"v*.*.*"` and the release will be created automatically) + +
+ ## 💝 Thanks to - [Lukas](https://github.com/atticus-sullivan)