Skip to content

Commit 44ecfab

Browse files
committed
Set up for v4.0.1 development
1 parent 9fc8f6a commit 44ecfab

File tree

4 files changed

+47
-28
lines changed

4 files changed

+47
-28
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Change Log / Ray Tracing in One Weekend
22
====================================================================================================
33

4+
# v4.0.1 (in progress)
5+
6+
### Common
7+
- Delete --
8+
- Change --
9+
- Fix --
10+
- New --
11+
12+
### In One Weekend
13+
14+
### The Next Week
15+
16+
### The Rest of Your Life
17+
18+
19+
----------------------------------------------------------------------------------------------------
420
# v4.0.0 (2024-07-26)
521

622
From our last official v3.2.3 release (three and a half years ago!), this major release includes all
@@ -13,12 +29,12 @@ major releases.
1329
There's still a fair amount of work remaining on book three, which we'll work on after this release.
1430

1531
### Common
16-
- New -- Add explicit std:: namespacing almost everywhere (#1487)
1732
- Change -- Use delegating constructors where helpful (#1489)
1833
- Change -- Standardized our use of `begin`/`end` standard C++ iterators (#1551)
1934
- Fix -- CSS reformatting and fixes (#1567)
2035
- Fix -- Add workaround for image and figure captions using latest Markdeep versions (#1583)
2136
- New -- Add DOCTYPE declaration to all Markdeep documents (#1566)
37+
- New -- Add explicit std:: namespacing almost everywhere (#1487)
2238

2339
### The Next Week
2440
- Delete -- Remove debug output code from `constant_medium::hit()` function (#1495)

books/RayTracingInOneWeekend.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
**Ray Tracing in One Weekend**
99
[Peter Shirley][], [Trevor David Black][], [Steve Hollasch][]
1010
<br>
11-
Version 4.0.0, 2024-07-26
11+
Version 4.0.1, 20XX-XX-XX
12+
**DRAFT IN DEVELOPMENT**
1213
<br>
1314
Copyright 2018-2024 Peter Shirley. All rights reserved.
1415

@@ -4399,13 +4400,13 @@
43994400

44004401
### LaTeX and BibTex
44014402
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4402-
~\cite{Shirley2024RTW1}
4403+
~\cite{Shirley20XXRTW1}
44034404

4404-
@misc{Shirley2024RTW1,
4405+
@misc{Shirley20XXRTW1,
44054406
title = {Ray Tracing in One Weekend},
44064407
author = {Peter Shirley, Trevor David Black, Steve Hollasch},
4407-
year = {2024},
4408-
month = {July},
4408+
year = {20XX},
4409+
month = {XXXXXX},
44094410
note = {\small \texttt{https://raytracing.github.io/books/RayTracingInOneWeekend.html}},
44104411
url = {https://raytracing.github.io/books/RayTracingInOneWeekend.html}
44114412
}
@@ -4415,13 +4416,13 @@
44154416
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44164417
\usepackage{biblatex}
44174418

4418-
~\cite{Shirley2024RTW1}
4419+
~\cite{Shirley20XXRTW1}
44194420

4420-
@online{Shirley2024RTW1,
4421+
@online{Shirley20XXRTW1,
44214422
title = {Ray Tracing in One Weekend},
44224423
author = {Peter Shirley, Trevor David Black, Steve Hollasch},
4423-
year = {2024},
4424-
month = {July},
4424+
year = {20XX},
4425+
month = {XXXXXX},
44254426
url = {https://raytracing.github.io/books/RayTracingInOneWeekend.html}
44264427
}
44274428
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

books/RayTracingTheNextWeek.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
**Ray Tracing: The Next Week**
99
[Peter Shirley][], [Trevor David Black][], [Steve Hollasch][]
1010
<br>
11-
Version 4.0.0, 2024-07-26
11+
Version 4.0.1, 20XX-XX-XX
12+
**DRAFT IN DEVELOPMENT**
1213
<br>
1314
Copyright 2018-2024 Peter Shirley. All rights reserved.
1415

@@ -4356,13 +4357,13 @@
43564357

43574358
### LaTeX and BibTex
43584359
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4359-
~\cite{Shirley2024RTW2}
4360+
~\cite{Shirley20XXRTW2}
43604361

4361-
@misc{Shirley2024RTW2,
4362+
@misc{Shirley20XXRTW2,
43624363
title = {Ray Tracing: The Next Week},
43634364
author = {Peter Shirley, Trevor David Black, Steve Hollasch},
4364-
year = {2024},
4365-
month = {July},
4365+
year = {20XX},
4366+
month = {XXXXXX},
43664367
note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheNextWeek.html}},
43674368
url = {https://raytracing.github.io/books/RayTracingTheNextWeek.html}
43684369
}
@@ -4372,13 +4373,13 @@
43724373
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43734374
\usepackage{biblatex}
43744375

4375-
~\cite{Shirley2024RTW2}
4376+
~\cite{Shirley20XXRTW2}
43764377

4377-
@online{Shirley2024RTW2,
4378+
@online{Shirley20XXRTW2,
43784379
title = {Ray Tracing: The Next Week},
43794380
author = {Peter Shirley, Trevor David Black, Steve Hollasch},
4380-
year = {2024},
4381-
month = {July},
4381+
year = {20XX},
4382+
month = {XXXXXX},
43824383
url = {https://raytracing.github.io/books/RayTracingTheNextWeek.html}
43834384
}
43844385
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

books/RayTracingTheRestOfYourLife.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
**Ray Tracing: The Rest of Your Life**
99
[Peter Shirley][], [Trevor David Black][], [Steve Hollasch][]
1010
<br>
11-
Version 4.0.0, 2024-07-26
11+
Version 4.0.1, 20XX-XX-XX
12+
**DRAFT IN DEVELOPMENT**
1213
<br>
1314
Copyright 2018-2024 Peter Shirley. All rights reserved.
1415

@@ -4032,13 +4033,13 @@
40324033

40334034
### LaTeX and BibTex
40344035
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4035-
~\cite{Shirley2024RTW3}
4036+
~\cite{Shirley20XXRTW3}
40364037

4037-
@misc{Shirley2024RTW3,
4038+
@misc{Shirley20XXRTW3,
40384039
title = {Ray Tracing: The Rest of Your Life},
40394040
author = {Peter Shirley, Trevor David Black, Steve Hollasch},
4040-
year = {2024},
4041-
month = {July},
4041+
year = {20XX},
4042+
month = {XXXXXX},
40424043
note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}},
40434044
url = {https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}
40444045
}
@@ -4048,13 +4049,13 @@
40484049
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40494050
\usepackage{biblatex}
40504051

4051-
~\cite{Shirley2024RTW3}
4052+
~\cite{Shirley20XXRTW3}
40524053

4053-
@online{Shirley2024RTW3,
4054+
@online{Shirley20XXRTW3,
40544055
title = {Ray Tracing: The Rest of Your Life},
40554056
author = {Peter Shirley, Trevor David Black, Steve Hollasch},
4056-
year = {2024},
4057-
month = {July},
4057+
year = {20XX},
4058+
month = {XXXXXX},
40584059
url = {https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}
40594060
}
40604061
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)