Skip to content

Commit

Permalink
changelog and new release date for today
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Jul 2, 2024
1 parent dd5e6fb commit 297db83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This work is free. You can redistribute it and/or modify it under the terms of t

Current Release: Cyclone 0.9-0 (this release needs at least Pd Vanilla 0.55-0)

Released June 23rd 2024
Released July 2nd 2024

Find Cyclone's latest releases at: https://github.com/porres/pd-cyclone/releases or directly via Pd's external manager (Help => Find Externals). Please report bugs at https://github.com/porres/pd-cyclone/issues.

Expand Down
2 changes: 1 addition & 1 deletion cyclone_objects/binaries/cyclone_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ void print_cyclone(t_cyclone *x){
sys_getversion(&major, &minor, &bugfix);
post("");
post("--------------------------------------------------------------------");
post(":: Cyclone %d.%d-%d; Released June 23rd 2024", cyclone_major, cyclone_minor, cyclone_bugfix);
post(":: Cyclone %d.%d-%d; Released July 2nd 2024", cyclone_major, cyclone_minor, cyclone_bugfix);
post(":: License: BSD-3-Clause (aka Revised BSD License)");
post(":: Copyright © 2003-2024 - Krzysztof Czaja, Hans-Christoph Steiner,");
post(":: Fred Jan Kraan, Alexandre Porres, Derek Kwan, Matt Barber\n\:: and others.");
Expand Down
1 change: 1 addition & 0 deletions documentation/extra_files/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cyclone 0.9-0 (needs at least Pd Vanilla 0.55-0):
- [xbendin]/[xbendin2]/[xbendout]/[xbendout2] have been deprecated, use [midiformat] and [midiparse] instead (I doubt anyone is using such badly designed and silly objects anyway)
- The documentation has been revised and considering PlugData users, and many ELSE alternatives were added in a new 'see also' section (because ELSE is also part of PlugData), as well as Vanilla alternatives/related objects
- Added a browser plugin for objects on right click on an empty spot of the patch
- [trunc~] is now borrowed and equivalent to ELSE's [trunc~] which has multichannel support
- Fixed a bug in [zl.group] where it did not load the default arg
- Fixed regression bugs in [offer], list input works now and other things that were funny seems ok now (we introduced this bug in 0.3)
- [buffer~]: Added support for 64-bit audio files in [buffer~] (Pd 0.55 in double precision is required for this); object has been rewritten and now uses [file which] with 0.55's functionality that allows finding files in the parent. Added support for arguments in the 'read' message and implemented 'replace' message (the object doesn't really behave 100% like the MAX original because that one is bugged as fuck)
Expand Down
2 changes: 1 addition & 1 deletion documentation/extra_files/cyclone-meta.pd
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
#X text 27 142 FOLLOWING DEVELOPERS: Hans-Christoph Steiner (2005-2013) and Fred Jan Kraan (dec/2014 - feb/2016);
#X text 27 73 VERSION: 0.9-0, f 60;
#X text 27 172 CURRENT DEVELOPERS (since february 2016): Alexandre Torres Porres \, Derek Kwan and Matt Barber (Actually \, since about 2020 \, virtually just Porres)., f 60;
#X text 27 91 RELEASE_DATE: Released June 23rd 2024, f 60;
#X text 27 91 RELEASE_DATE: Released July 2nd 2024, f 60;

0 comments on commit 297db83

Please sign in to comment.