Skip to content
Snippets Groups Projects
changelog.md 1.66 KiB
Newer Older
  • Learn to ignore specific revisions
  • 
    # Changelog
    All notable changes to this project will be documented in this file.
     
    The format is based on [Keep a Changelog](http://keepachangelog.com/)
    and this project adheres to [Semantic Versioning](http://semver.org/).
    
    ## [1.3.2-a] - 18. 6. 2024
      
    The generated PDF now complies to the PDF/A-1B standard.
     
    ### Added
    - Added support code for PDF/A generation. WARNING! This will not compile with texlive 2024, at least until new version of pdfx package is released.
    
    
    ## [1.3.1] - 17. 6. 2024
      
    Improvements of frontmatter, table of contents entries and sectioning.
     
    ### Changed
    - Changed order of front matter entries (acknowledgements, dedications, etc.) to match standard sectioning.
    - Excluding frontmatter entries from table of contents.
    
    ### Fixed
    - Fixed missing empty page after titlepage.
    - Fixed numbering/toc of subsubsection.
    
    
    
    ## [1.3.0] - 17. 6. 2024
      
    Dropped older compilers that do not support computer-read PDFs (e.g., the text could not be copy-pasted). Now, only XeLaTeX and LuaLaTeX can be used.
     
    ### Changed
    - Changed the if that processes the used compiler, so it supports only XeLaTex or LuaLaTeX. Otherwise, error is raised.
    
    
    
    
    ## [1.2.2] - 17. 6. 2024
      
    Title page is now first, the assignment is second page.
     
    ### Changed
    - Swapped Title page and assignment page.
    
    
    Sync of layout for oneside and twoside versions. 
     
    ### Changed
    - The introduction chapter is numbered (as it should have been).
    
    ### Fixed
    - Fixed the problem that oneside and twoside versions had different layouts because of different margings.
    
    
    ## [1.2.0] - 17. 6. 2024
      
    Started versioning.
    
    ### Added
    - Version number of the project.
    - This changelog file.