rename changes.md to revisions.md

This commit is contained in:
Ben Fry
2022-08-07 19:06:19 -04:00
parent 97316d8a46
commit 56edf1a079
4 changed files with 13 additions and 8 deletions
+4 -4
View File
@@ -23,7 +23,7 @@ This software is currently in beta. We don't have a schedule for the final 4.0 r
As with all releases, we'll do [everything possible](https://twitter.com/ben_fry/status/1426282574683516928) to avoid breaking API. However, there will still be tweaks that have to be made. We'll try to keep them minor. Our goal is stability, and keeping everyone's code running.
The full list of changes can be seen in [the release notes for each version](https://github.com/processing/processing4/blob/master/build/shared/changes.md). <b>The list below only covers changes for developers working on this repository, or that may have an impact on Library, Mode, or Tool development.</b>
The full list of changes can be seen in [the release notes for each version](https://github.com/processing/processing4/blob/master/build/shared/revisions.md). <b>The list below only covers changes for developers working on this repository, or that may have an impact on Library, Mode, or Tool development.</b>
### Beta 9
@@ -40,7 +40,7 @@ The full list of changes can be seen in [the release notes for each version](htt
* Apple Silicon support should be complete, as far as we know. If you find otherwise, file an issue.
* Check out the long [changes](https://github.com/processing/processing4/blob/master/build/shared/changes.md) update for this one. Too much to cover here.
* Check out the long [revisions](https://github.com/processing/processing4/blob/master/build/shared/revisions.md) update for this one. Too much to cover here.
* Now using Java 17.0.4+8 from [Adoptium](https://adoptium.net/).
@@ -55,7 +55,7 @@ The full list of changes can be seen in [the release notes for each version](htt
### Beta 6
* Major rewrite of `handleOpen()`, now possible to use something besides the folder name for the main sketch file (see `changes.md` for details).
* Major rewrite of `handleOpen()`, now possible to use something besides the folder name for the main sketch file (see `revisions.md` for details).
* Now using Java 17.0.2+8 from [Adoptium](https://adoptium.net/).
@@ -113,7 +113,7 @@ The full list of changes can be seen in [the release notes for each version](htt
* ~~The minimum system version for macOS (for the PDE and exported applications) is now set to 10.13.6 (the last update of High Sierra). Apple will likely be dropping support for High Sierra in late 2020, so we may make the minimum 10.14.x by the time 4.x ships.~~
* ~~See `changes.md` if you're using `surface.setResizable()` with this release on macOS and with P2D or P3D renderers.~~
* ~~See `revisions.md` if you're using `surface.setResizable()` with this release on macOS and with P2D or P3D renderers.~~
* The `static` versions of `selectInput()`, `selectOutput()`, and `selectFolder()` in `PApplet` have been removed. These were not documented, hopefully they were not in use anyway.
+4 -4
View File
@@ -669,7 +669,7 @@
<copy todir="${contents.dir}/Java" preservelastmodified="true">
<fileset dir=".." includes="core/library/**" /> <!-- why this? -->
<fileset dir="shared" includes="lib/**" />
<fileset file="shared/changes.md" />
<fileset file="shared/revisions.md" />
</copy>
<!-- Can't use this method since the appbundler builds have split:
@@ -978,7 +978,7 @@
<fileset dir="shared" includes="launch4j/**" />
<fileset dir="shared" includes="lib/**" />
<fileset dir="shared" includes="modes/**" />
<fileset file="shared/changes.md" />
<fileset file="shared/revisions.md" />
</copy>
<antcall target="assemble">
@@ -1281,10 +1281,10 @@
<fileset dir="shared" includes="launch4j/**" />
<fileset dir="shared" includes="lib/**" />
<fileset dir="shared" includes="modes/**" />
<fileset file="shared/changes.md" />
<fileset file="shared/revisions.md" />
</copy>
<fixcrlf file="windows/work/changes.md" eol="crlf" encoding="UTF-8" />
<fixcrlf file="windows/work/revisions.md" eol="crlf" encoding="UTF-8" />
<antcall target="assemble">
<param name="target.path" value="windows/work" />
+5
View File
@@ -68,6 +68,11 @@ X and update the Help menu to link to it
X add a version of the FAQ to the processing4 wiki
X and link to it from the Help menu
X rewrite https://github.com/processing/processing4/wiki/FAQ for 4.0
X rename changes.md to revisions.md
X this document replaced revisions.txt, and the name was changed to changes.md
X to prevent confusion with the old revisions.txt file
X however, it's far more confusion, because "changes" is used on the wiki
X which documents the differences between 3.x and 4.x et al
housekeeping
X make sure the numbers scripts are working again before launch