Skip to content

Change log

Nguyen Hoang Duong edited this page Sep 20, 2019 · 10 revisions

Jump to version

Latest stable 2.1
Latest unstable 3.0-rc
3.x 3.0-rc 3.0-beta 3.0-alpha
2.x 2.1 2.0 2.0-rc
1.x 1.1 1.1-rc 1.1-alpha 1.0 1.0-beta 1.0-alpha

3.0 Release Candidate

Latest unstable version

  • Added the --delete-log option to delete log files in /tmp
  • --ls-themes & --ls-plugins can now be used with the -d/-D option
  • Added some aliases to existing options
  • Re-implemented how reveal-init imports plugins, themes and lib files: Files with space characters in their names can now be imported with no problem and arguments can be overridden
  • Importing lib files: reveal-init now preserves the directory structure in lib (e.g. import $REVEAL_PATH/lib/css/zenburn.css -> css/ is created and zenburn.css is moved into lib/css/ instead of lib/)
  • Reformatted code

3.0 Beta

  • Added the --ls-themes and --ls-plugins options
  • Updated help information
  • Updated log messages (now print "$REVEAL_PATH" instead of the actual REVEAL_PATH for reduced log messages' length)
  • Fixed various things (notably the plugin import bug, see the commits for more details)

3.0 Alpha

  • Logging implemented (+ log file and the --verbose option for verbose logging)
  • -v is now equivalent to --verbose instead of --version
  • Added the -c & --check options to test REVEAL_PATH
  • Added the --lib option to let the user choose what to copy from REVEAL_PATH/lib
  • Fixed various things (see the commits for more details)

2.1

✔️ Latest stable version

  • Minor fix
  • Add support for themes and plugins that are presented as hidden files

2.0

  • Added support for directories whose names contain whitespace (e.g. my view)

2.0 Release Candidate

  • Implement option --git to initiate project as a Git repository
  • Patch a security issue (related to binaries and paths on UNIX-like operating systems)
  • Add support to create directories whose names start with a double dash --

1.1

Version bumped. Nothing else changed since 1.1 RC.

1.1 Release Candidate

  • Add -v option (same as --version)
  • Remove --help-page option
  • Optimize
  • Small fix

1.1 Alpha

  • Implemented -d option (which lets the user uses a custom $REVEAL_PATH temporarily)
  • reveal-init now tries to find the correct index JavaScript file of each plugin (an important fix!)

1.0

Minor changes.

1.0 Beta

  • Fix miscellaneous stdout logging mistakes
  • Add --version option
  • Error checking improved

1.0 Alpha

First (pre-)release. Features:

  • Custom theme & plugins
  • Pre-generate empty horizontal slides
  • Add <title> and <h1>
  • Tab length preference