Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 4.37 KB

NEWS.md

File metadata and controls

59 lines (51 loc) · 4.37 KB

ottrpal 1.2.1

  • Fixed minor windows curl bug for CRAN compatibility

ottrpal 1.2

  • Has the ability to transfer notes from a Google slide to fill in the alternative text and captions for the images for include_slide()
  • Can accommodate multiple css files #115

ottrpal 1.0

  • Attempt to fix citeproc error by @cansavvy in #7
  • Undo citeproc change -- that wasn't the problem by @cansavvy in #9
  • Get rid of setwd() bits by @cansavvy in #12
  • Run Styler on the R files by @cansavvy in #15
  • Fix youtube and embed links by @cansavvy in #14
  • Add footer function! by @cansavvy in #18
  • Add commas and gha check by @cansavvy in #20
  • Add footnote conversion: take 2 by @cansavvy in #24
  • Try to fix GHA for filing PRs with leanbuild updates by @cansavvy in #27
  • Functionalize youtube conversion of links by @cansavvy in #29
  • Update some things on the GHA by @cansavvy in #30
  • Trim down dependencies by @cansavvy in #33
  • Polish Book.txt workflow by @cansavvy in #34
  • Add a basic vignette! by @cansavvy in #36
  • Polishing quiz checking by @cansavvy in #37
  • Incorporate coursera functions by @cansavvy in #39
  • Add output_yaml argument to render_coursera by @cansavvy in #42
  • Make quiz checks more informative and user friendly by @cansavvy in #44
  • Add a first vignette! by @cansavvy in #47
  • Severing ties with didactr - Part II by @cansavvy in #51
  • Add toc_close.css download by @cansavvy in #54
  • Citeproc Strikes Back: Add warning and fix syntax by @cansavvy in #57
  • I think this will remove the periods we need to get rid of by @carriewright11 in #69
  • Add issue and PR templates! by @cansavvy in #70
  • Fixing example file copy over function by @cansavvy in #72
  • Get rid of pesky comma on image specs by @cansavvy in #74
  • Add space before feedback linee by @cansavvy in #76
  • Add nicely rendered docs using pkgdown by @cansavvy in #77
  • Fixing a few minor docs formatting things by @cansavvy in #78
  • potential fix to copy quizzes to manuscript dir by @carriewright11 in #80
  • Fix copy_quizzes to use quiz_dir by @cansavvy in #82
  • Make so quiz_dir can be NULL by @cansavvy in #83
  • Fix bookdown_to_book_txt by @cansavvy in #87
  • Update links to OTTR by @cansavvy in #88
  • Rename package to ottr by @cansavvy in #89
  • Adding embed functionality for Leanpub conversion by @cansavvy in #90
  • Improve Book_txt handling by @cansavvy in #92
  • Add width/height argument options for iframe stuff by @cansavvy in #93
  • Add footer_text functionality to ottr::bookdown_to_embed_leanpub by @cansavvy in #94
  • Change render_coursera -> render_without_toc by @cansavvy in #96
  • ottr -> ottrpal by @cansavvy in #98
  • Update quiz handling by @cansavvy in #99
  • Update vignettes and examples by @cansavvy in #100

ottrpal 0.1.0

  • Added a NEWS.md file to track changes to the package.