Skip to content

Releases: OpenCz/C_zsh

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:21
c6e6cc9

1.0.1 (2026-08-21)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:04
65ef21c

1.0.0 (2026-08-21)

v1.0.0-unstable-21082026-3

Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 14:48
471feb3

1.0.0-unstable-21082026-3 (2026-08-21)

  • release 1.0.0-unstable-21082026-3 (07824f2)

New APIs / Features

v1.0.0-unstable-21082026-2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 14:34
6829fdc

1.0.0-unstable-21082026-2 (2026-08-21)

  • release 1.0.0-unstable-21082026-2 (2ffa696)

Bug Fixes

  • update environment right (5671a3e)
  • update ssl certificates (31fc844)

v1.0.0-unstable-21082026

Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 13:49
2006b82

1.0.0-unstable-21082026 (2026-08-21)

  • release 1.0.0-unstable-21082026 (c53ce74)

New APIs / Features

  • switch to ubuntu container (b95049d)

v1.0.0-unstable-20082026

Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 19:22
b09f87c

1.0.0-unstable-20082026 (2026-08-20)

⚠ BREAKING CHANGES

  • implement controler of background task

  • release 1.0.0-unstable-20082026 (fe0f943)

New APIs / Features

  • add .so (25f40bc)
  • add append jobs proto (e3eae06)
  • add ASCII title art to title.txt (591ecf7)
  • add basic if builtin no error handling (1cdf348)
  • add binary installer (9a4f516)
  • add bright color support and improve color handling in prompt (4eb7071)
  • add builtin_if file in makefile (926786c)
  • add closup function for proper installer cleanup (dc60832)
  • add closup.c to Makefile for installer structure integration (85d9136)
  • add Code of Conduct to promote a respectful project environment (c4f9a1f)
  • add color on ls alias (55b5636)
  • add command argument decoding to process expanded commands (e04da6a)
  • add command substitution source files to Makefile (ddf2623)
  • add config builtin wildcard (b94f4c2)
  • add config source files to Makefile for build process (8874bf8)
  • add core header file with loop function declaration (6ab09e2)
  • add cwdcmd function to execute command based on local variable (179882a)
  • add czshrc_header for shell configuration and usage instructions (0a0e2f9)
  • add date formatting functions and integrate into display_time (6c05735)
  • add decode_literals and is_hard function declarations to parsing.h (037b29b)
  • add dependabot (fdb14b3)
  • add display header file with ASCII print function declaration (3a087f7)
  • add error handling in if builtin (131d217)
  • add function in header file for if builtin (b2846de)
  • add function to retrieve file size using stat system call (70015f0)
  • add functional test runner for comparing 42sh to tcsh (594955c)
  • add functions for foreground and background color printing in prompt (92a09e8)
  • add header file for installer with ncurses support (09a4b46)
  • add header file for ncurses window initialization (5d581ef)
  • add include signal (e264e1b)
  • add initialization function for ncurses window setup (f04a005)
  • add install target to Makefile for OS detection and configuration setup (a5706ac)
  • add install.h header for installer functionality (798dbea)
  • add is_env function to retrieve environment variable values (a666cd2)
  • add is_hard.c to SRC_PARSING in Makefile (059ecc2)
  • add issue template for bug reports, feature requests, and tasks (073e5f9)
  • add keynote demo (2743ccc)
  • add limit and unlimit builtins with corresponding Makefile updates (1cc2e09)
  • add loop function to display ASCII title from file (eef9df5)
  • add main function for ncurses window management (69da448)
  • add Makefile for installer project with build rules (48c7b03)
  • add more error handling in if builtin (8e8b924)
  • add my_word_array_to_str function to convert word array to string (b1b6e6e)
  • add necessary function for unit tests (999bc54)
  • add openator function for reading file content with error handling (d60ae28)
  • add OS detection functionality in detect_os.c (3292cfc)
  • add preferences management and alias functionality (a9cbd5e)
  • add print_ascii function to display ASCII art at specified coordinates (8caaba0)
  • add pull request template for consistent contributions (bad3735)
  • add quit instruction message to loop display (2451ff5)
  • add release & pre-release (763cb0c)
  • add rendering functionality for alias editing (14ee82f)
  • add repository structure (24a8e66)
  • add set and unset builtins for local variable management (ad61ae7)
  • add set and unset builtins for local variable management (ef1edfc)
  • add signal type (fc79c1c)
  • add source function and update Makefile for new source file (20cb7f2)
  • add support for command substitution with parentheses (815119e)
  • add sys/stat (fe1cd1c)
  • add test for hard-coded double dollar variable substitution in replace_env_vars (0a729f2)
  • add test for hard-coded last exit variable substitution in replace_env_vars (bb48cb9)
  • add tests for quote conversion and literal decoding in test_parsing_quotes.c (f27d084)
  • add trim_inplace function and improve user info parsing in manage_prompt (d7a2a77)
  • add utility functions for file handling and string manipulation (f6b5f61)
  • add utils header file for shared utility functions (36d17e2)
  • add verification and retrieval functions for resource limits (ce94d3f)
  • add vgcore (f24635e)
  • added operator char in i...
Read more