Skip to content

Commit aa10ac9

Browse files
committed
update changelog
1 parent b8340a4 commit aa10ac9

16 files changed

+541
-48
lines changed

CHANGELOG.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<meta property="og:type" content="website" />
88
<meta property="og:url" content="CHANGELOG.html" />
99
<meta property="og:site_name" content="TeXstudio" />
10-
<meta property="og:description" content="TeXstudio 4.8.3: use argument position to assign argument type (fixes some issues concerning keyval arguments), windows binaries are code signed for easier installation, fix activation of keyvals f..." />
11-
<meta name="description" content="TeXstudio 4.8.3: use argument position to assign argument type (fixes some issues concerning keyval arguments), windows binaries are code signed for easier installation, fix activation of keyvals f..." />
10+
<meta property="og:description" content="TeXstudio 4.8.4: fix word selection#3812. TeXstudio 4.8.3: use argument position to assign argument type (fixes some issues concerning keyval arguments), windows binaries are code signed for easier..." />
11+
<meta name="description" content="TeXstudio 4.8.4: fix word selection#3812. TeXstudio 4.8.3: use argument position to assign argument type (fixes some issues concerning keyval arguments), windows binaries are code signed for easier..." />
1212
<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" />
1313

1414
<link rel="shortcut icon" href="_static/texstudio.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
15-
<title>CHANGELOG - TeXstudio 4.8.3 documentation</title>
15+
<title>CHANGELOG - TeXstudio 4.8.4 documentation</title>
1616
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=9701f087" />
1818
<link rel="stylesheet" type="text/css" href="_static/tabs.css?v=4c969af8" />
@@ -131,7 +131,7 @@
131131
</label>
132132
</div>
133133
<div class="header-center">
134-
<a href="index.html"><div class="brand">TeXstudio 4.8.3 documentation</div></a>
134+
<a href="index.html"><div class="brand">TeXstudio 4.8.4 documentation</div></a>
135135
</div>
136136
<div class="header-right">
137137
<div class="theme-toggle-container theme-toggle-header">
@@ -154,7 +154,7 @@
154154
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
155155

156156

157-
<span class="sidebar-brand-text">TeXstudio 4.8.3 documentation</span>
157+
<span class="sidebar-brand-text">TeXstudio 4.8.4 documentation</span>
158158

159159
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
160160
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -208,6 +208,12 @@
208208
<article role="main">
209209
<section id="changelog">
210210
<h1>CHANGELOG<a class="headerlink" href="#changelog" title="Link to this heading">#</a></h1>
211+
<section id="texstudio-4-8-4">
212+
<h2>TeXstudio 4.8.4<a class="headerlink" href="#texstudio-4-8-4" title="Link to this heading">#</a></h2>
213+
<ul class="simple">
214+
<li><p>fix word selection <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/3812">#3812</a></p></li>
215+
</ul>
216+
</section>
211217
<section id="texstudio-4-8-3">
212218
<h2>TeXstudio 4.8.3<a class="headerlink" href="#texstudio-4-8-3" title="Link to this heading">#</a></h2>
213219
<ul class="simple">
@@ -1828,6 +1834,7 @@ <h2>Texmaker 1.2<a class="headerlink" href="#texmaker-1-2" title="Link to this h
18281834
<div class="toc-tree">
18291835
<ul>
18301836
<li><a class="reference internal" href="#">CHANGELOG</a><ul>
1837+
<li><a class="reference internal" href="#texstudio-4-8-4">TeXstudio 4.8.4</a></li>
18311838
<li><a class="reference internal" href="#texstudio-4-8-3">TeXstudio 4.8.3</a></li>
18321839
<li><a class="reference internal" href="#texstudio-4-8-2">TeXstudio 4.8.2</a></li>
18331840
<li><a class="reference internal" href="#texstudio-4-8-1">TeXstudio 4.8.1</a></li>
@@ -1933,7 +1940,7 @@ <h2>Texmaker 1.2<a class="headerlink" href="#texmaker-1-2" title="Link to this h
19331940

19341941
</aside>
19351942
</div>
1936-
</div><script src="_static/documentation_options.js?v=a74c591d"></script>
1943+
</div><script src="_static/documentation_options.js?v=4f6f18ad"></script>
19371944
<script src="_static/doctools.js?v=888ff710"></script>
19381945
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
19391946
<script type="module" src="_static/scripts/furo.js?v=3e7832f7"></script>

_sphinx_design_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '4.8.3',
2+
VERSION: '4.8.4',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

0 commit comments

Comments
 (0)