Skip to content

Releases: Mattdgn/Make_My_File-42

1.2.6

05 Nov 08:21

Choose a tag to compare

Update install script for user no root access (In 42 clusters )

1.2.5

02 Nov 07:09

Choose a tag to compare

Fix leaks

1.2.4

29 Oct 18:45

Choose a tag to compare

Fix check critical system directory (Home/usr)

1.2.2

29 Oct 18:21

Choose a tag to compare

Fix auto-update

1.2.1

29 Oct 17:51

Choose a tag to compare

Release Notes - Version 1.2.1

Automatic Version Updates:
The application now automatically checks for updates upon launch.

Update configuration makefile

1.2.0

26 Oct 15:20

Choose a tag to compare

Full Changelog: 1.1.0...1.2.0

Changes

  • Added MiniLibX with automatic download.
  • Fixed Makefile generation for library creation and Libft linking.

1.1.0

25 Oct 00:59
989906a

Choose a tag to compare

Auto-Detection of Source Files and Headers: The application now automatically subdirectories detects source files and headers in your project directory

C Project Structure Detection: It detects whether you are in a C project and creates the necessary structure if it’s missing.

Automatic Project Structure Creation: If the structure is not present (no .c files in the directory), the app will automatically create:

main.c, name-app.c, and name-app.h
Directories: include/ and src/
A corresponding Makefile
A bonus .gitignore file

v. 1.0.0

23 Oct 17:58

Choose a tag to compare

MaJ executable