Skip to content

Commit

Permalink
Merge branch 'release/2.7.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Honel committed Oct 5, 2023
2 parents 9dd2130 + c932b6d commit a1abca6
Show file tree
Hide file tree
Showing 16 changed files with 374 additions and 1,514 deletions.
4 changes: 2 additions & 2 deletions docs/User-Guide-header-html.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
h1::before {
content: "/ ";
display: inline;
color: #ff2424;
color: #e60000;
}

h2 {
color: #ff2424;
color: #e60000;
font-size: 1.375em;
font-weight: 700;
line-height: 1.22727;
Expand Down
9 changes: 6 additions & 3 deletions docs/User-Guide-header-pdf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
\usepackage{textpos}
\usepackage{titlesec}
\usepackage{xpatch}
\usepackage{graphicx}
\usepackage{color}
\usepackage{xcolor}

\graphicspath{{./img/}}
\definecolor{YwhRed}{HTML}{FF2424}
\definecolor{YwhRed}{HTML}{e60000}
\definecolor{YwhDarkGray}{HTML}{566369}
\definecolor{YwhLightGray}{HTML}{DDDDDD}

%% fancy header
\pagestyle{fancy}
\fancyhf{}
%\fancyhead[C]{YWH2BT User Guide}
\fancyhead[R]{\includegraphics{ywh2bt.png}}
\fancyhead[R]{\includegraphics[height=18pt]{ywh2bt}}
\fancyfoot[C]{YWH2BT User Guide}
\fancyfoot[R]{\thepage}
\renewcommand\headrulewidth{0pt}
Expand Down Expand Up @@ -42,7 +45,7 @@
\thispagestyle{pagetitlefooter}
\vfill
\begin{center}
\includegraphics{yeswehack.png}
\includegraphics{yeswehack}
\end{center}
\vspace{1cm}
\begin{center}
Expand Down
Binary file modified docs/img/ui-configuration-empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/ui-welcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/ui-yeswehack-empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/yeswehack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/ywh2bt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions docs/user-guide/User-Guide.html

Large diffs are not rendered by default.

Binary file modified docs/user-guide/User-Guide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ywh2bt"
version = "2.7.5"
version = "2.7.6"
description = "ywh2bt - YesWeHack to Bug Tracker"
readme = "README.md"
authors = ["m.honel <m.honel@yeswehack.com>"]
Expand Down
Loading

0 comments on commit a1abca6

Please sign in to comment.