Skip to content

Commit

Permalink
Bump to 1.5 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaily committed Aug 4, 2018
1 parent 6889089 commit 4da4d1e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
21 changes: 13 additions & 8 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
Version 1.5, 2018-08-04
------------------------
- [added] Allow input to be an url (both in the CLI and the GUI).
- [fixed] Replaced the FFmpeg x64 binary by an x86 one to support 32bits platforms.

Version 1.4, 2018-06-17
------------------------
- [fixed] "Unable to save the image: System.NullReferenceException" errors happening on systems where the default decimal separator is not a dot. (the fps parameter was not formatted properly)

Version 1.3, 2018-06-10
------------------------
- [added] live log in the GUI showing the output of FFmpeg.
- [added] re-added a batch mode and a CLI interface.
- [added] Live log in the GUI showing the output of FFmpeg.
- [added] Re-added a batch mode and a CLI interface.
- [added] Allow a file to be drag and dropped on the input text box.

Version 1.2, 2018-04-29
------------------------
- [fixed] partial image sometimes being saved after cancelling.
- [fixed] Partial image sometimes being saved after cancelling.

Version 1.1, 2018-04-22
------------------------
- Rewritten from scratch.
- [changed] now use FFmpeg instead of DirectShow
- this means Windows 10 is now properly supported
- this also means virtually all video formats can now be read!
- [added] ability to generate smooth barcodes.
- [changed] Now use FFmpeg instead of DirectShow
- This means Windows 10 is now properly supported
- This also means virtually all video formats can now be read!
- [added] Ability to generate smooth barcodes.

Version 0.5, 2011-02-14
------------------------
- Second public release.
- [changed] multi-threaded barcode generation.
- [changed] Multi-threaded barcode generation.

Version 0.1, 2011-03-20
------------------------
Expand Down
4 changes: 2 additions & 2 deletions MovieBarCodeGenerator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]

0 comments on commit 4da4d1e

Please sign in to comment.