Skip to content
Tags give the ability to mark specific points in history as being important
  • 3.5.1
    16fd02b0 · update docs ·
    Release: 3.5.1
    * Fix crash concerning macro continuation (https://sourceforge.net/p/astyle/bugs/574)
    * Fix EOL handling for Windows builds (https://gitlab.com/saalen/astyle/-/issues/43)
    * Fix GSC comment recognition (https://gitlab.com/saalen/astyle/-/issues/46)
    * Fix MSVC compiler warnings (https://sourceforge.net/p/astyle/bugs/575)
  • 3.5
    * Add option --pad-negation (https://sourceforge.net/p/astyle/bugs/571)
     * Apply align-pointer=type only if type is present (https://sourceforge.net/p/astyle/bugs/573)
     * Avoid deletion of empty lines after continuation (https://sourceforge.net/p/astyle/bugs/574)
     * Fix alignment of logical AND operators (https://sourceforge.net/p/astyle/bugs/572)
     * Fix recognition of Java/C# multi line strings (https://gitlab.com/saalen/astyle/-/issues/42)
  • 3.4.16
    9fd80e1a · updated docs and version ·
    * fix padding of scientific notation literals
    * fix of reference args alignment
  • 3.4.15
    * Fix parsing of floating point literals (#566)
    * Fix "--break-block" handling of class and function blocks (#569)
    * Fix "--align-pointer=type" option for all types in lambda parameter lists (https://gitlab.com/saalen/astyle/-/issues/35)
    * Fix padding of lambda capture with align-pointer option
    * Exclude files ending with backup suffix from input file names list (#560)
  • 3.4.14
    * Fix split references with "-k1" option (#565)
      * Fix "--align-pointer=type" option for fundamental types in lambda parameter lists (https://gitlab.com/saalen/astyle/-/issues/35)
      * Fix "--indent-after-parens" indent count (https://gitlab.com/saalen/astyle/-/issues/29)
  • 3.4.13 Release: 3.4.13
    * fix comment indent after string macro with R suffix (https://gitlab.com/saalen/astyle/-/issues/39)
    * do not break single line block after enum in mozilla mode (https://gitlab.com/saalen/astyle/-/issues/38)
    * adjust cmake policy for new versions only (https://gitlab.com/saalen/astyle/-/issues/40)
    * update man page path
    * add support for scikit-build-core
  • 3.4.12 Release: 3.4.12
    * added "--pad-brackets-in" and "--pad-brackets-out" options (https://gitlab.com/saalen/astyle/-/issues/33)
      * fixed indentation of initializer lists (https://gitlab.com/saalen/astyle/-/issues/28)
      * fixed crash with "--add-braces=nested" applied to if-else blocks (https://gitlab.com/saalen/astyle/-/issues/36)
  • 3.4.11
    3f2b5c92 · #27 updated notes.html ·
    * added new option "--add-braces=nested" to add braces in nested single line statements (https://gitlab.com/saalen/astyle/-/issues/27)
      * fix indent after double template brackets (https://gitlab.com/saalen/astyle/-/issues/28)
      * fix indent after dot (https://gitlab.com/saalen/astyle/-/issues/28)
      * "--squeeze-lines=1" is no longer default with Linux builds (#559)
      * add experimental GHC mode (https://gitlab.com/saalen/astyle/-/issues/31)
      * fix indent after raw string (https://gitlab.com/saalen/astyle/-/issues/32)
  • 3.4.10
    fixed missing indent in function parameter list (https://gitlab.com/saalen/astyle/-/issues/16)
  • 3.4.9
    3818cc1d · fixed CI script ·
    - applied one wording for Objective-C in the docs
     - fixed more CS regressions (https://gitlab.com/saalen/astyle/-/issues/16)
     - fixed inserting space with combined "--pad-oper" and "--align-pointer" options (#557)
  • 3.4.8
    * fixed lambda broken brace after auto keyword (#554)
     * fixed line break after comment in asm block (#226)
     * fixed padding of multiply operator (#126)
     * fixed indentation of method calls (#434)
     * fixed empty line after closing while block (https://gitlab.com/saalen/astyle/-/issues/18)
     * added outer padding for emtpy parens pairs (https://gitlab.com/saalen/astyle/-/issues/19)
     * fixed more CS regressions (https://gitlab.com/saalen/astyle/-/issues/16)
  • 3.4.7
    061c17f5 · updated version and notes ·
    * fixed lambda broken brace after auto keyword
      * fixed line break after comment in asm block
      * fixed padding of multiply operator
      * fixed indentation of method calls
      * fixed empty line after closing while block (#18)
  • 3.4.6
    fix CS padding in array method invocation
  • 3.4.5
    * fixed CS indent of array init lists within parentheses
  • 3.4.4
    * fixed C# multiline indent after new keyword
  • 3.4.2
    da71161d · updated version and notes ·
    - added VS2022 project files (http://gitlab.com/saalen/astyle/-/merge_requests/3)
  • 3.4.1
    41da8a74 · #16 updated notes ·
    - fixed padding of & following a comma (#552)
      - fixed indent of function declarations following access modifiers (#504)
      - fixed indent of C# allocation blocks (#464)
      - fixed indentation of comments after CS interpolation quotes (https://gitlab.com/saalen/astyle/-/issues/16)
  • 3.4
    82fd2d21 · updated notes ·
    * fixed formatting of CS interpolation literals (https://gitlab.com/saalen/astyle/-/issues/8)
    * fixed false lambda recognition (https://gitlab.com/saalen/astyle/-/issues/11)
    * fixed indentation of member declarations (https://gitlab.com/saalen/astyle/-/issues/10)
    * fixed indentation of struct assignments (https://gitlab.com/saalen/astyle/-/issues/12)
    * added new option "--indent-lambda" to to enable new lambda recognition (https://gitlab.com/saalen/astyle/-/issues/7)
    * added link to astyle Python distribution projects (https://gitlab.com/saalen/astyle/-/issues/6)
  • 3.3.1
    Fixed compilation on some Linux systems
  • 3.3
    0ffb5e44 · updated version string ·