Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.1 Release: v0.3.1
    # [0.3.1] - 2024-10-31
    
    ### Changed
    
    - Drop the `sgelt` dependency and use the [`mdslicer`](https://github.com/boileaum/mdslicer) package instead (see #61)
    
    ### Fixed
    
    - Sphinx cross-references warning
  • v0.3.0 Release: v0.3.0
    # [0.3.0] - 2024-09-27
    
    ### Added
    
    - A smooth scroll in the materialize theme
    - Doc: add a dropdown button to choose the color of the materialize theme example (see #59)
    - Render LaTeX equations (see #56)
    
    ### Changed
    
    - Reorganize the templates to make them more modular and easier to maintain
    - Use a `ChoiceLoader` for jinja (see #42)
    - Doc: examples menu is now a grid of image cards (see #60)
    - `opla.md` is the default file name for CLI (see #55)
  • v0.2.2 Release: v0.2.2
    # [0.2.2] - 2024-09-27
    
    ### Added
    
    - Add setuptools to dependency list
  • v0.2.1 Release: v0.2.1
    ### Added
    
    - Update the documentation with Myst-Markdown link
    - Add documentation for making the examples
    - opla version in footer (#53)
    
    ### Changed
    
    - Use tag message as release description
    - Reorg the templates (#50 and #52)
    
    ### Fixed
    
    - Hover effects in footer icons
  • v0.2.0 Release: v0.2.0
    ### Added
    
    - Handle footer data in markdown header
    - A number of examples in the documentation
    
    ### Changed
    
    - Reorganize code into modules
    - custom css and js files may apply to all themes
    
    ### Removed
    
    - useless test files
    
    ### Fixed
    
    - A number of issues with the theme
  • v0.1.2
    3c378639 · Bump to version 0.1.2 ·
    Release: v0.1.2
    ### Changed
    
    - Use PYPI for `sgelt` dependency in order to publish opla on PYPI.
    - Change project name to be able to publish on PYPI.
  • v0.1.0 Release: v0.1.0
    First release