All releases of Artistic Style


Release Notes: Support for translations was added. Bracket definitions were redesigned to simplify the user interface: "Predefined Style" options are now "Bracket Style" options, and "Bracket Options" have been depreciated. Several new bracket styles were added. UTF-16 encoded files (as standard in Visual Studio) can now be formatted. Many other improvements and bugfixes were made.


Release Notes: Initial internationalization support was implemented. The behavior of "--min-conditional-indent" and of "--style=linux" was changed. Certain MFC macros are now formatted. Checksum verification was added to source file output to help avoid code duplication or omission. The test framework was changed to Google Test. Previously, many predefined styles were added, and new style options were added for brackets, for padding, for pointer and reference operator alignment, and for comment indentation.


Release Notes: Many bugfixes and enhancements were made.


No changes have been submitted for this release.


Release Notes: This is a stable release of the 1.3.x development tree. There are numerous improvements and bug fixes.


Release Notes: Indentation of nested class definitions, handling of labels, and class-definition indentifiers fixed. New options '--break-blocks=all' and 'break-blocks' added. Moved back to odd-minor-numbered development versions and even-minor-numbered stable versions. New option '--ident-preprocessor' added, which indents preprocessor macro lines.


Release Notes: Improved indentation of lines containing single-line blocks.


Release Notes: Fix for an indentation bug in C/C++ 'const' methods.


Release Notes: Improvements in the handling of single colons (':') in class headers, e.g. class Foo : public Bar { ... }, and in method headers, e.g. Foo::Foo(int a) : Bar(a) { ... }


Release Notes: This release fixes an important bug (introduced in the previous version) in the formatting of brackets.