Skip to content

Releases: cszach/reveal-init

3.0 (Stable)

12 Oct 09:19
5d41a12
Compare
Choose a tag to compare

reveal-init 3.0 is finally out 🔥 🔥 🔥

Importing lib files, logging, listing plugins, and a ton of bug fixes. reveal-init is now closer to being complete more than ever.

Change log (since 2.1 stable)

  • Logging implemented
  • New options: --verbose, -c & --check, --lib, --ls-themes, --ls-plugins, --delete-log
  • -v is now equivalent to --verbose
  • Help information updated
  • Log messages updated
  • Reformatted code
  • ...and more (see the commits and the change logs of pre-releases of version 3.0 for more details)

Change log (since 3.0 RC)

  • Support for directory names that start with a dash is now ensured
  • reveal-init will show a warning if $dirname starts with a dash
  • /css/theme/source is now preserved by reveal-init
  • Fixed #13
  • Fixes (see the commits for more details)

3.0 (Release Candidate)

20 Sep 07:45
b697a58
Compare
Choose a tag to compare
Pre-release

Change log (since 3.0 Beta)

  • 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 stage)

18 Aug 06:40
4cb6e27
Compare
Choose a tag to compare
3.0 (Beta stage) Pre-release
Pre-release

Change log (since 3.0 Alpha)

  • 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 stage)

16 Aug 14:54
f9102d6
Compare
Choose a tag to compare
3.0 (Alpha stage) Pre-release
Pre-release

Get ready for 3.0 🔥

🎉 New options are coming out in this next release. Stand by. They are being tested, but you can test them yourself and give feedback!

NOTE There was a mistake in the program's version! The version as written in the source code is 2.2 Alpha, but that's a mistake, and it should have been 3.0 Alpha! The (updated) reveal-init file attached in the release has the problem fixed, but it is still an issue in the source code. I apologize for this.

Change log (since 2.1 stable)

  • 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 (Stable)

16 Feb 14:54
Compare
Choose a tag to compare

Change log (since 2.0 stable)

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

2.0 (Stable)

10 Feb 07:15
Compare
Choose a tag to compare

reveal-init 2.0 is out, hot and fresh 🔥

With reveal-init, it is possible to initiate Reveal.js projects as Git repos. :octocat: definitely likes this!

Change log (since 1.1 stable)

  • Added option --git to initiate Reveal.js projects as Git repositories
  • Fixed binaries' paths security issue
  • Added support for directories that start with a double dash "--"
  • Added support for directories whose names contain whitespace (e.g. my view)

What to expect in the next stable release?

  • More control over $REVEAL_PATH/lib
  • GUI with Zenity (maybe in another project?)

2.0 (Release Candidate)

08 Feb 15:18
Compare
Choose a tag to compare
Pre-release

Change log

  • 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 that start with a double dash --

reveal-init is on its way to the next big release. ✌️

1.1 (Stable)

07 Jan 12:07
Compare
Choose a tag to compare

The stable reveal-init 1.1 is here 🎉 🎉 🎉

Change log (since 1.0 Stable)

There's no new feature, but big improvements were done to reveal-init.

  • Added -d option for setting temporary $REVEAL_PATH
  • Added -v option (same as --version)
  • Removed --help-page option
  • Find plugins' correct main JS files

1.1 (Release Candidate)

31 Dec 08:13
Compare
Choose a tag to compare
Pre-release

reveal-init is about to hit the next stable release 🎉

Change log

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

Note: Refer to the commits to know more in details

1.1 (Alpha stage)

30 Dec 06:56
Compare
Choose a tag to compare
1.1 (Alpha stage) Pre-release
Pre-release

This is reveal-init 1.1 in its alpha stage.

Change log

  • 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!)