Skip to content

Commit

Permalink
Update rst change list and readme_history
Browse files Browse the repository at this point in the history
  • Loading branch information
pinterf committed Jan 12, 2024
1 parent 237b8b6 commit d44e173
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
25 changes: 24 additions & 1 deletion distrib/Readme/readme_history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,31 @@ This file contains all change log, with detailed examples and explanations.
The "rst" version of the documentation just lists changes in brief.
For online documentation check https://avisynthplus.readthedocs.io/en/latest/

20231219 3.7.3 post ??
20240112 3.7.3 post ??
----------------------
- Bump year to 2024, yeah :)
- Fix: Planar RGB source ShowBlue and ShowGreen was swapped.
- rst docs update
- Syntax sections
- general list
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/overview.html#avisynth-syntax
- The full Avisynth grammar, as appears at Avisynth.nl, updated function objects, arrays
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/syntax/syntax_the_full_grammar.html
- script variables - escaped string literals
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/syntax/syntax_script_variables.html
- control structures if-else, do-while, for-next
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/syntax/syntax_control_structures.html
- internal functions (most of its subsections), frame props, debug functions, multithreading
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/syntax/syntax_internal_functions.html
- block statements, added if-else, do-while, for-next
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/script_ref/script_ref_block_statements.html
- Arrays
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/script_ref/script_ref_arrays.html
- Import, refresh, add utf8
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/import.html
- ShowAlpha/ShowGreen/.. etc.
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/showalpha.html
(20231219 3.7.3 post ??)
- rst docs: Conditional filters, Runtime functions
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/conditionalfilter.html
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/conditionalreader.html
Expand Down
11 changes: 10 additions & 1 deletion distrib/docs/english/source/avisynthdoc/changelist374.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Changes from 3.7.3 to 3.7.4

Additions, changes
~~~~~~~~~~~~~~~~~~
- Bump year to 2024
- DirectShowSource new parameter ``utf8`` for utf8 filename support
- "propShow" ``font``, ``text_color``, ``halo_color``, ``bold`` new parameters for custom style
- "propShow" (#366): ``x``, ``y``, ``align`` new parameters for custom positioning
Expand All @@ -23,6 +24,8 @@ Build environment, Interface

Bugfixes
~~~~~~~~
- Fix #384: swapped ShowGreen/ShowBlue for planar RGB sources
- Fix: allow use of "local" in ConditionalSelect string version (fixed wrong function signature)
- "Info" now can display a line which is only partially visible (instead of not showing it at all)
- "Text" use "lsp" parameter the same way as in SubTitle: in 1/8 pixel units, not in 1 pixels.
- "Text" vertical alignment position would be wrong for multiline strings containing even number of lines.
Expand All @@ -41,11 +44,17 @@ Documentation
- Update "Info"
- Update rst docs with control structs if/else/for/while
- Update "ShowTime", "ShowSMPTE", "ShowFrameNumber" section with 3.7.3 changes
- Update most items at Syntax and internal functions sections, add arrays, function objects,
escaped string literals, multithreading, frame properties, debug functions
- Add if-else, do-while, for-next
- Update Import (add utf8)
- update Conditional filters, Runtime functions
- update ShowAlpha/Red/...

Please report bugs at `github AviSynthPlus page`_ - or - `Doom9's AviSynth+
forum`_

$Date: 2023/12/02 18:54:00 $
$Date: 2024/01/12 09:35:00 $

.. _github AviSynthPlus page:
https://github.com/AviSynth/AviSynthPlus
Expand Down

0 comments on commit d44e173

Please sign in to comment.