Releases: abstractlyZach/reZIDE
Releases · abstractlyZach/reZIDE
v0.10.0
What’s Changed
- Bump minor version (#85) @abstractlyZach
💥 Breaking Changes
- use configdir for main script (#79) @abstractlyZach
- Use ConfigDir for listing layouts (#78) @abstractlyZach
- read config files from directory (#77) @abstractlyZach
📦 Build System
- Add autoformat command (#80) @abstractlyZach
📚 Documentation
- Make autorunners clear the terminal whenever they run again (#84) @abstractlyZach
- update readme (#82) @abstractlyZach
🚀 Features
- add layout total size rule (#83) @abstractlyZach
- use configdir for main script (#79) @abstractlyZach
- Use ConfigDir for listing layouts (#78) @abstractlyZach
- read config files from directory (#77) @abstractlyZach
- prep for config dir (#76) @abstractlyZach
v0.9.1
What’s Changed
- Bump patch version (#75) @abstractlyZach
📦 Build System
- Add poetry.lock target to makefile (#62) @abstractlyZach
👷 Continuous Integration
- Add targets for dev and CI setup (#64) @abstractlyZach
- move mypy into pyproject (#61) @abstractlyZach
📚 Documentation
- Split example config files (#73) @abstractlyZach
- Update README.md (#72) @abstractlyZach
- Add youtube screencap (#71) @abstractlyZach
- Add comment (#70) @abstractlyZach
- update readme (#68) @abstractlyZach
- update readme (#67) @abstractlyZach
- Update readme's basic description (#66) @abstractlyZach
- Add reZIDE logo (#65) @abstractlyZach
🔨 Refactoring
- Refactor config reader files (#74) @abstractlyZach
v0.9.0
What’s Changed
- bump minor version (#60) @abstractlyZach
📚 Documentation
- Fix PyPI badge (#59) @abstractlyZach
v0.8.0
What’s Changed
- Bump minor version (#58) @abstractlyZach
- Add git files to gitignore so that fd can work better (#55) @abstractlyZach
📚 Documentation
- update coverage badge (#57) @abstractlyZach
- Fix github badge (#56) @abstractlyZach
- Use github directory for more expressiveness in readme (#54) @abstractlyZach
🚀 Features
- shell completion (#52) @abstractlyZach
🔨 Refactoring
- rename project (#53) @abstractlyZach
0.7.0
What’s Changed
- Bump minor version (#51) @abstractlyZach
- Add extra window manager log statements (#48) @abstractlyZach
- Use a smaller traceback level if we're using a lower verbosity (#49) @abstractlyZach
- Wait for window manipulation events to start doing other actions (#46) @abstractlyZach
- Move verbosity into the start of the program (#47) @abstractlyZach
- rename container to section (#45) @abstractlyZach
- Add window document (#44) @abstractlyZach
- Mark containers when splitting them (#43) @abstractlyZach
- use windows and containers (#42) @abstractlyZach
💥 Breaking Changes
- print layout names (#50) @abstractlyZach
🚀 Features
- print layout names (#50) @abstractlyZach
- rule validation (#41) @abstractlyZach
🔨 Refactoring
- print layout names (#50) @abstractlyZach
- rule validation (#41) @abstractlyZach
v0.6.0
What’s Changed
- Bump minor version (#40) @abstractlyZach
- test magic tiler script (#31) @abstractlyZach
- test window size script (#30) @abstractlyZach
- Add tests for the get-tree script (#29) @abstractlyZach
- read config files episode 2 (#28) @abstractlyZach
- Add tests for tree (#25) @abstractlyZach
📚 Documentation
- document magic tiler script (#36) @abstractlyZach
- Add more interesting windows to the example (#26) @abstractlyZach
🚀 Features
- redesign config (#39) @abstractlyZach
- read config files (#27) @abstractlyZach
🔨 Refactoring
- redesign config (#39) @abstractlyZach
- Separate Layout Parsing from Window Management (#38) @abstractlyZach
- Refactor layout (#37) @abstractlyZach
- Add magic tiler tests (#35) @abstractlyZach
- Refactor Magic Tiler into a class (#34) @abstractlyZach
- Move verbosity into magic-tiler (#33) @abstractlyZach
- refactor layout (#32) @abstractlyZach
- read config files (#27) @abstractlyZach
v0.5.0
What’s Changed
- Bump version to 0.5.0 (#24) @abstractlyZach
- update main example (#19) @abstractlyZach
💥 Breaking Changes
- split windows correctly (#23) @abstractlyZach
🚀 Features
- split windows correctly (#23) @abstractlyZach
- do layout math (#20) @abstractlyZach
🔨 Refactoring
- reimplement window creation (#22) @abstractlyZach
- Quality of life changes (#21) @abstractlyZach
- Create module for DTOs (#18) @abstractlyZach
- refactor shared interfaces (#17) @abstractlyZach
🔥 Removals and Deprecations
- reimplement window creation (#22) @abstractlyZach
- Quality of life changes (#21) @abstractlyZach
v.0.4.0
What’s Changed
- Bump minor version (#16) @abstractlyZach
- Create tiles and windows (#14) @abstractlyZach
- Convert configs from toml to python classes for layout management (#13) @abstractlyZach
- Use TOML (#12) @abstractlyZach
🔨 Refactoring
- Use marks (#15) @abstractlyZach
v0.3.0
What’s Changed
- Bump minor version (#11) @abstractlyZach
- Add motivation into readme (#9) @abstractlyZach
- Create vertical and horizontal windows (#8) @abstractlyZach
- Check for empty workspace (#7) @abstractlyZach
📚 Documentation
- Add resizing functionality (#10) @abstractlyZach
🚀 Features
- Add resizing functionality (#10) @abstractlyZach
v0.2.0
What’s Changed
- bump version (#6) @abstractlyZach
- Use pyproject.toml as the version Source of Truth (#3) @abstractlyZach
- Add ci (#2) @abstractlyZach
- First commit (#1) @abstractlyZach
🚀 Features
- create main script (#5) @abstractlyZach
- Add basic window management (#4) @abstractlyZach