Skip to content

Commit e890275

Browse files
committed
update changelog
1 parent 41bb957 commit e890275

File tree

17 files changed

+281
-2743
lines changed

17 files changed

+281
-2743
lines changed

utilities/manual/build/html/CHANGELOG.html

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,16 @@
88
<meta property="og:url" content="CHANGELOG.html" />
99
<meta property="og:site_name" content="TeXstudio" />
1010
<meta property="og:description" content="TeXstudio 4.9.0: implement peer-to-peer collaborative editing with ethersync, see manual, fix table insert from libreoffice calc, see#4186, fix stylesheet application on windowed pdf viewer, see#41..." />
11-
<meta property="og:image:width" content="1146" />
12-
<meta property="og:image:height" content="600" />
13-
<meta property="og:image" content="_images/social_previews/summary_CHANGELOG_994db1e2.png" />
14-
<meta property="og:image:alt" content="TeXstudio 4.9.0: implement peer-to-peer collaborative editing with ethersync, see manual, fix table insert from libreoffice calc, see#4186, fix stylesheet application on windowed pdf viewer, see#41..." />
1511
<meta name="description" content="TeXstudio 4.9.0: implement peer-to-peer collaborative editing with ethersync, see manual, fix table insert from libreoffice calc, see#4186, fix stylesheet application on windowed pdf viewer, see#41..." />
16-
<meta name="twitter:card" content="summary_large_image" />
1712
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="prev" title="Background information" href="background.html" />
1813

19-
<link rel="shortcut icon" href="_static/texstudio.ico"/><!-- Generated with Sphinx 8.2.3 and Furo 2024.08.06 -->
14+
<link rel="shortcut icon" href="_static/texstudio.ico"/><!-- Generated with Sphinx 7.4.7 and Furo 2025.07.19 -->
2015
<title>CHANGELOG - TeXstudio 4.9.0 documentation</title>
21-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
22-
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=ad9e2e31" />
16+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
17+
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=25af2a20" />
2318
<link rel="stylesheet" type="text/css" href="_static/tabs.css?v=4c969af8" />
2419
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
25-
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=4aa03575" />
20+
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=8dab3a3b" />
2621

2722

2823

@@ -202,7 +197,6 @@
202197

203198
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
204199

205-
206200
<span class="sidebar-brand-text">TeXstudio 4.9.0 documentation</span>
207201

208202
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
@@ -278,6 +272,7 @@ <h2>TeXstudio 4.9.0<a class="headerlink" href="#texstudio-4-9-0" title="Link to
278272
<li><p>change glossary to use special arguments, independent of label/ref <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/4212">#4212</a></p></li>
279273
<li><p>extend find usage/goto definition for special arguments (e.g. glossary)</p></li>
280274
<li><p>fix tabular column definition detection to handle split lines</p></li>
275+
<li><p>add rainbow colored braces (default:off) <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/4224">#4224</a></p></li>
281276
</ul>
282277
</section>
283278
<section id="texstudio-4-8-9">
@@ -2094,9 +2089,9 @@ <h2>Texmaker 1.2<a class="headerlink" href="#texmaker-1-2" title="Link to this h
20942089
</aside>
20952090
</div>
20962091
</div><script src="_static/documentation_options.js?v=e33213b2"></script>
2097-
<script src="_static/doctools.js?v=9bcbadda"></script>
2092+
<script src="_static/doctools.js?v=9a2dae69"></script>
20982093
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2099-
<script type="module" src="_static/scripts/furo.js?v=d32f1409"></script>
2094+
<script src="_static/scripts/furo.js?v=46bd48cc"></script>
21002095
<script src="_static/tabs.js?v=3ee01567"></script>
21012096
<script src="_static/design-tabs.js?v=36754332"></script>
21022097
</body>

utilities/manual/build/html/_static/basic.css

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/*
2+
* basic.css
3+
* ~~~~~~~~~
4+
*
25
* Sphinx stylesheet -- basic theme.
6+
*
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
310
*/
411

512
/* -- main layout ----------------------------------------------------------- */
@@ -108,11 +115,15 @@ img {
108115
/* -- search page ----------------------------------------------------------- */
109116

110117
ul.search {
111-
margin-top: 10px;
118+
margin: 10px 0 0 20px;
119+
padding: 0;
112120
}
113121

114122
ul.search li {
115-
padding: 5px 0;
123+
padding: 5px 0 5px 20px;
124+
background-image: url(file.png);
125+
background-repeat: no-repeat;
126+
background-position: 0 7px;
116127
}
117128

118129
ul.search li a {
@@ -741,6 +752,14 @@ abbr, acronym {
741752
cursor: help;
742753
}
743754

755+
.translated {
756+
background-color: rgba(207, 255, 207, 0.2)
757+
}
758+
759+
.untranslated {
760+
background-color: rgba(255, 207, 207, 0.2)
761+
}
762+
744763
/* -- code displays --------------------------------------------------------- */
745764

746765
pre {

utilities/manual/build/html/_static/doctools.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/*
2+
* doctools.js
3+
* ~~~~~~~~~~~
4+
*
25
* Base JavaScript utilities for all Sphinx HTML documentation.
6+
*
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
310
*/
411
"use strict";
512

utilities/manual/build/html/_static/language_data.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
/*
2+
* language_data.js
3+
* ~~~~~~~~~~~~~~~~
4+
*
25
* This script contains the language-specific data used by searchtools.js,
36
* namely the list of stopwords, stemmer, scorer and splitter.
7+
*
8+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
9+
* :license: BSD, see LICENSE for details.
10+
*
411
*/
512

613
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];

0 commit comments

Comments
 (0)