Skip to content

Commit

Permalink
Prepare release v13.0.0
Browse files Browse the repository at this point in the history
- Rewrite source code using Rust.
- Remove support for PowerShell.
- Added back old modules to check the current active directory access and number
  of background jobs.
- Show a new symbol when a Git repo has changes to be commited.
- Add new battery charging icons.
- The directory status module no longer follows symlinks.
  • Loading branch information
skippyr committed Jan 1, 2025
1 parent 79c623f commit d914be8
Show file tree
Hide file tree
Showing 16 changed files with 1,950 additions and 1,436 deletions.
8 changes: 0 additions & 8 deletions .clang-format

This file was deleted.

4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf

[*.{rs, toml}]
indent_size = 4

10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
*.swp
.DS_Store
.idea
.vs
.vscode
build
cmake-build-*
out
/.idea
/.vs
/.vscode
/target
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

11 changes: 0 additions & 11 deletions CMakeLists.txt

This file was deleted.

Loading

0 comments on commit d914be8

Please sign in to comment.