Releases: JuliaAnimators/Javis.jl
Releases · JuliaAnimators/Javis.jl
v0.2.2
v0.2.1
Javis v0.2.1
Closed issues:
- Update Tutorial 5 to Include Text Drawing (#168)
- Make LaTeX Appear/Disappear (#170)
- Create a new gallery showcase gif (#181)
Merged pull requests:
- add julia_logo data and code (#205) (@ric-cioffi)
- Draw latex (#206) (@Wikunia)
- Updated readme to v0.2 (#215) (@Wikunia)
- Add the missing bracket (#219) (@findmyway)
- Update tutorial_2.md (#221) (@briochemc)
- CompatHelper: bump compat for "Images" to "0.23" (#223) (@github-actions[bot])
v0.2.0
Javis v0.2.0
Closed issues:
- Morphing v2 with color and fill :) (#80)
- Ability to see animation live without creating pngs (#102)
- Refactoring (#122)
- Tutorial: Animations.jl (#135)
- [BUG] Improve Error Message about Defining Video First (#152)
- Draw a text (#161)
- How To's for Paths and Text (#169)
- [BUG] Scaling only works in the origin. Can't move to origin by
Translation
(#187) - [BUG] follow_path only works from origin and if the subaction starts from 1 (#189)
- [BUG] scaling to 0.0 in disappear breaks everything (#190)
Merged pull requests:
- [WIP] Live Preview (#119) (@TheCedarPrince)
- ability to animate text (#162) (@Wikunia)
- Let us follow a path (#163) (@Wikunia)
- removed possibility to set the fontsize inside the latex function (#180) (@Wikunia)
- Wik documentation push preview (#182) (@Wikunia)
- Update Change Log (#183) (@TheCedarPrince)
- How To: draw_text, follow_path and liveview (#184) (@Wikunia)
- Improved Action Error Msg (#185) (@TheCedarPrince)
- [Bugfix] return 1.0 in interpolation for single frame (#188) (@Wikunia)
- [Bugfix] scaling to 0 (#191) (@Wikunia)
- [Bugfix] Follow path starting after first frame (#192) (@Wikunia)
- refactoring (#194) (@Wikunia)
- Remove any files stored in test/images (#195) (@TheCedarPrince)
- V0.2 (#196) (@Wikunia)
- Wik examples follow path (#198) (@Wikunia)
- convert frame only once (#199) (@Wikunia)
- Update for Tutorial 5 (#200) (@TheCedarPrince)
- Tutorial overhaul (#201) (@Wikunia)
- Changed compat entries to allow more (#202) (@Wikunia)
- Added Examples Page (#203) (@TheCedarPrince)
v0.1.5
v0.1.4
v0.1.3
Javis v0.1.3
- First
SubAction
for anAction
no longer requires explicit frame range and will default to the frames of theAction
- Ability to scale an object with
Scaling
. Works similar toTranslation
andRotation
v0.1.2
Javis v0.1.2
Closed issues:
- Generate mp4 (#101)
Merged pull requests:
- Adding basic functionality for generating mp4 file (#112) (@TheCedarPrince)
v0.1.1
v0.1.0
Javis v0.1.0
Closed issues:
- LaTeX support (#1)
- Create Gridlines Animation (#2)
- Concept of animating moving (#5)
- Nicer error message if
tex2svg
is not installed (#10) - Couldn't run test (#13)
- Easier way of defining frames (#22)
- Tutorials for v0.1.0 Release (#25)
- Update contributing.md (#29)
- Translation in BackgroundAction is not exposed to outside variables correctly (#32)
- Non animated Transition (#33)
- return Point from user defined function (#36)
- Templates: Issues and PRs (#48)
- Project philosophy (#49)
- add a text function (#51)
- ffmpeg not installed by default on windows (#53)
- Better defaults for kwargs in javis (#57)
- Rotation from 0 by default (#60)
- Increase code coverage (#61)
- Access to arbitrary return (#62)
- Bug: can't use id if frames are not defined (#68)
- Auto-Export of Luxor Functions (#70)
- Update README (#77)
- Tutorial about Transitions and SubActions (#78)
- Tutorial on Actions (#83)
- Tutorial on LaTeX (#89)
Merged pull requests:
- Able to render some LaTeX (#3) (@Wikunia)
- example version of a simple animating move (#6) (@Wikunia)
- CompatHelper: add new compat entry for "LightXML" at version "0.9" (#7) (@github-actions[bot])
- CompatHelper: add new compat entry for "LaTeXStrings" at version "1.1" (#8) (@github-actions[bot])
- CompatHelper: add new compat entry for "Luxor" at version "2.2" (#9) (@github-actions[bot])
- give a better error message if tex2svg fails (#11) (@Wikunia)
- Updated README Contributing Guidelines, Testing, and authors (#12) (@TheCedarPrince)
- Luxor 2 should be fine. (#14) (@Wikunia)
- Simple morph between paths. SORRY FOR THE WEIRD COLORS (#15) (@Wikunia)
- [WIP] Grid Lines Animation (#18) (@TheCedarPrince)
- Created documentation for latex function in compliance with BlueStyle (#20) (@TheCedarPrince)
- first version for BackgroundAction (#26) (@Wikunia)
- General documentation (#27) (@Wikunia)
- Fixing documentation for latex (#28) (@TheCedarPrince)
- testing julia 1.5 (#30) (@Wikunia)
- Pass on the translation of a BackgroundAction (#34) (@Wikunia)
- Use Transition with a single argument (#35) (@Wikunia)
- able to return a Point (#37) (@Wikunia)
- Link to my blog post and removed stable for now (#45) (@Wikunia)
- Transition shorthand (#46) (@Wikunia)
- support for :same and Rel as frames (#47) (@Wikunia)
- Project Tutorials and General Docs Improvements (#50) (@TheCedarPrince)
- using FFMPEG (#54) (@Wikunia)
- Reasonable defaults (#58) (@Wikunia)
- downgrade FFMPEG (#59) (@Wikunia)
- CompatHelper: bump compat for "FFMPEG" to "0.4" (#63) (@github-actions[bot])
- Bugfix for short-hand rotation (#65) (@Wikunia)
- CodeCov and rename angle to ang (#66) (@Wikunia)
- Introduction of
val
and added some docstrings for pos, ang, val (#67) (@Wikunia) - Bugfix for allowing id as the first argument (#69) (@Wikunia)
- Auto export of Luxor functions (#71) (@TheCedarPrince)
- Subactions (#72) (@Wikunia)
- Update issue templates (#76) (@Wikunia)
- fixed some links and refs (#79) (@Wikunia)
- First draft of the mission statement (#81) (@TheCedarPrince)
- call subaction with rel_frame and test case (#82) (@Wikunia)
- Tutorial #4: The creation of Jarvis (#84) (@Wikunia)
- A new readme (#85) (@Wikunia)
- Tutorial on Actions (#86) (@TheCedarPrince)
- Sudomaze tutorial (#90) (@Wikunia)
- General docs improvements (#93) (@TheCedarPrince)
- LaTeX Tutorial (#94) (@TheCedarPrince)