Skip to content

Commit

Permalink
Update version number and API table
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeoDespres committed May 9, 2020
1 parent 26ad75b commit 03b146d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.


## Unreleased
## [0.7.0](https://github.com/RomeoDespres/reapy/releases/tag/0.7.0) - 2020-05-09

### Added

Expand Down Expand Up @@ -300,6 +300,7 @@ Project.play_state was buggy and has been removed.
[`Envelope.delete_points_in_range`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Envelope.delete_points_in_range
[`Envelope.get_derivatives`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Envelope.get_derivatives
[`Envelope.get_value`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Envelope.get_value
[`Envelope.has_valid_id`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Envelope.has_valid_id
[`Envelope.n_items`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Envelope.n_items
[`Envelope.n_points`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Envelope.n_points
[`Envelope.name`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Envelope.name
Expand Down Expand Up @@ -344,6 +345,7 @@ Project.play_state was buggy and has been removed.
[`Item.delete`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Item.delete
[`Item.get_info_value`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Item.get_info_value
[`Item.get_take`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Item.get_take
[`Item.has_valid_id`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Item.has_valid_id
[`Item.is_selected`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Item.is_selected
[`Item.length`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Item.length
[`Item.n_takes`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Item.n_takes
Expand Down Expand Up @@ -383,6 +385,7 @@ Project.play_state was buggy and has been removed.
[`Project.get_play_rate`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Project.get_play_rate
[`Project.get_selected_item`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Project.get_selected_item
[`Project.get_selected_track`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Project.get_selected_track
[`Project.has_valid_id`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Project.has_valid_id
[`Project.is_dirty`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Project.is_dirty
[`Project.is_paused`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Project.is_paused
[`Project.is_playing`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Project.is_playing
Expand Down Expand Up @@ -439,6 +442,7 @@ Project.play_state was buggy and has been removed.
[`Send`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Send
[`Source.delete`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Source.delete
[`Source.filename`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Source.filename
[`Source.has_valid_id`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Source.has_valid_id
[`Source.length`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Source.length
[`Source.n_channels`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Source.n_channels
[`Source.sample_rate`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Source.sample_rate
Expand All @@ -449,6 +453,7 @@ Project.play_state was buggy and has been removed.
[`Take.beat_to_ppq`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Take.beat_to_ppq
[`Take.envelopes`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Take.envelopes
[`Take.get_info_value`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Take.get_info_value
[`Take.has_valid_id`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Take.has_valid_id
[`Take.is_midi`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Take.is_midi
[`Take.item`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Take.item
[`Take.make_active_take`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Take.make_active_take
Expand Down Expand Up @@ -487,6 +492,7 @@ Project.play_state was buggy and has been removed.
[`Track.envelopes`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Track.envelopes
[`Track.get_info_string`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Track.get_info_string
[`Track.get_info_value`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Track.get_info_value
[`Track.has_valid_id`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Track.has_valid_id
[`Track.icon`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Track.icon
[`Track.instrument`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Track.instrument
[`Track.is_selected`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.html#reapy.core.Track.is_selected
Expand Down Expand Up @@ -572,4 +578,4 @@ Project.play_state was buggy and has been removed.
[`update_arrange`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.reaper.html#reapy.core.reaper.reaper.update_arrange
[`update_timeline`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.reaper.html#reapy.core.reaper.reaper.update_timeline
[`view_prefs`]: https://python-reapy.readthedocs.io/en/latest/reapy.core.reaper.html#reapy.core.reaper.reaper.view_prefs
[`inside_reaper`]: (https://python-reapy.readthedocs.io/en/latest/reapy.tools.html#reapy.tools.inside_reaper.inside_reaper)
[`inside_reaper`]: (https://python-reapy.readthedocs.io/en/latest/reapy.tools.html#reapy.tools.inside_reaper.inside_reaper)
4 changes: 2 additions & 2 deletions docs/source/api_table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ API Helper Functions
"`ClearPeakCache <https://www.reaper.fm/sdk/reascript/reascripthelp.html#ClearPeakCache>`_","`clear_peak_cache <reapy.core.reaper.html#reapy.core.reaper.reaper.clear_peak_cache>`_"
"`ShowActionList <https://www.reaper.fm/sdk/reascript/reascripthelp.html#ShowActionList>`_",""
"`mkvolpanstr <https://www.reaper.fm/sdk/reascript/reascripthelp.html#mkvolpanstr>`_",""
"`ValidatePtr <https://www.reaper.fm/sdk/reascript/reascripthelp.html#ValidatePtr>`_",""
"`ValidatePtr <https://www.reaper.fm/sdk/reascript/reascripthelp.html#ValidatePtr>`_","`Project.has_valid_id <reapy.core.html#reapy.core.Project.has_valid_id>`_; `Track.has_valid_id <reapy.core.html#reapy.core.Track.has_valid_id>`_; `Item.has_valid_id <reapy.core.html#reapy.core.Item.has_valid_id>`_; `Take.has_valid_id <reapy.core.html#reapy.core.Take.has_valid_id>`_; `Envelope.has_valid_id <reapy.core.html#reapy.core.Envelope.has_valid_id>`_; `Source.has_valid_id <reapy.core.html#reapy.core.Source.has_valid_id>`_"
"`genGuid <https://www.reaper.fm/sdk/reascript/reascripthelp.html#genGuid>`_",""
"`format_timestr <https://www.reaper.fm/sdk/reascript/reascripthelp.html#format_timestr>`_",""
"`APITest <https://www.reaper.fm/sdk/reascript/reascripthelp.html#APITest>`_","`test_api <reapy.core.reaper.html#reapy.core.reaper.reaper.test_api>`_"
Expand All @@ -58,7 +58,7 @@ API Helper Functions
"`GetToggleCommandStateEx <https://www.reaper.fm/sdk/reascript/reascripthelp.html#GetToggleCommandStateEx>`_",""
"`RecursiveCreateDirectory <https://www.reaper.fm/sdk/reascript/reascripthelp.html#RecursiveCreateDirectory>`_","`os.makedirs <reapy.core.reaper.html#reapy.core.reaper.os.makedirs>`_"
"`get_ini_file <https://www.reaper.fm/sdk/reascript/reascripthelp.html#get_ini_file>`_","`get_ini_file <reapy.core.reaper.html#reapy.core.reaper.reaper.get_ini_file>`_"
"`ValidatePtr2 <https://www.reaper.fm/sdk/reascript/reascripthelp.html#ValidatePtr2>`_",""
"`ValidatePtr2 <https://www.reaper.fm/sdk/reascript/reascripthelp.html#ValidatePtr2>`_","`Project.has_valid_id <reapy.core.html#reapy.core.Project.has_valid_id>`_; `Track.has_valid_id <reapy.core.html#reapy.core.Track.has_valid_id>`_; `Item.has_valid_id <reapy.core.html#reapy.core.Item.has_valid_id>`_; `Take.has_valid_id <reapy.core.html#reapy.core.Take.has_valid_id>`_; `Envelope.has_valid_id <reapy.core.html#reapy.core.Envelope.has_valid_id>`_; `Source.has_valid_id <reapy.core.html#reapy.core.Source.has_valid_id>`_"
"`resolve_fn <https://www.reaper.fm/sdk/reascript/reascripthelp.html#resolve_fn>`_",""
"`GetAppVersion <https://www.reaper.fm/sdk/reascript/reascripthelp.html#GetAppVersion>`_","`get_reaper_version <reapy.core.reaper.html#reapy.core.reaper.reaper.get_reaper_version>`_"
"`ReaScriptError <https://www.reaper.fm/sdk/reascript/reascripthelp.html#ReaScriptError>`_",""
Expand Down
2 changes: 1 addition & 1 deletion reapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def is_inside_reaper():
from .core.reaper import *


__version__ = "0.6.0"
__version__ = "0.7.0"

0 comments on commit 03b146d

Please sign in to comment.