Releases: vitabletech/SnippetMaster
release-v1.5.3
What's Changed
- merge Release v1.5.2 to main by @msrajawat298 in #69
- main to develop by @msrajawat298 in #70
Full Changelog: v1.5.2...v1.5.3
release-v1.5.2
What's Changed
- get update code from main branch after release by @msrajawat298 in #62
- release: update readme file by @msrajawat298 in #65
- got recent changes by @msrajawat298 in #66
Full Changelog: v1.5.1...v1.5.2
release-v1.5.1
release-v1.5.0
What's Changed
- Release v1.5.0 by @msrajawat298 in #56
- enhancement: add new commands ansible, terraform and aws cli by @msrajawat298 in #59
Features
- DevOps Commands:
- Ansible:
- Added new commands for ad-hoc operations, playbook execution, and essential tasks.
- Terraform:
- Introduced commands for initialization, planning, applying, and managing Terraform infrastructure.
- AWS CLI:
- Included commands for common AWS operations, simplifying interactions with AWS services.
- Docker:
- Update and added new docker commands
- Ansible:
Improvements
- Updated and enhanced the repository with additional commands to facilitate DevOps processes.
- Improved developer experience by providing a comprehensive set of commands for popular tools.
Documentation
- Updated documentation to include details about the new commands and their usage.
- Added examples and explanations for Ansible, Terraform, and AWS CLI commands.
Full Changelog: v1.4.0...v1.5.0
release-v1.4.0
What's Changed
- Release v1.2.5 by @msrajawat298 in #51
- Release v1.2.5 by @msrajawat298 in #52
- New feature added by @msrajawat298 in #54
- For publish merge Develop branch code to release branch by @msrajawat298 in #55
Changelog - Version 1.4.0
- Added new code snippets for Git and GitHub commands. (See
snippets/git.code-snippets
) - Enhanced existing code snippets for Docker and shell commands. (See
snippets/docker.code-snippets
andsnippets/shell.code-snippets
) - Updated the supported languages list in the README:
- Wordpress
- Docker commands
- Laravel
- git/GitHub commands
- Shell, Linux commands
- Added tutorial and example links for learning how to use SnippetMaster effectively:
- Rate and review SnippetMaster on the Visual Studio Marketplace
- Check out the roadmap to stay informed about the latest and upcoming features.
- Contributors can be found here.
- For full details, refer to the Changelog.
Full Changelog: v1.3.0...v1.4.0
release-v1.3.0
What's Changed
- enhancement: added docker cmds and some useful linux cmds by @msrajawat298 in #49
-
Modified workflow to trigger on tag pushes instead of branch pushes. (See
.github/workflows/publish.yml
) -
Added Docker-related code snippets for container management and image manipulation. (See
snippets/docker.code-snippets
) -
Added new shell commands for various tasks like checking Apache configuration, tailing logs, fixing SSL certificate issues, mounting remote directories, etc. (See
snippets/shell.code-snippets
) -
Added Docker commands for container management. See _docker in snippets/docker.code-snippets.
-
Added the ability to create a new Docker image from a running container. See _create docker image in snippets/docker.code-snippets.
-
Added the capability to push Docker images to AWS Container Registry (ECR). See _push docker image to aws ECR in snippets/docker.code-snippets.
-
Included a code snippet for sharing Docker images locally without pushing them to AWS ECR. See _share image in snippets/docker.code-snippets.
-
Added support for loading Docker images from a local file. See _load image in snippets/docker.code-snippets.
-
Introduced a Docker command to run a container with your project name and image. See _docker_run_project in snippets/docker.code-snippets.
-
Added Docker commands to pull the latest CentOS image from Docker Hub and run an interactive CentOS container. See _docker_pull_centos and _docker_run_centos in snippets/docker.code-snippets.
-
Added a code snippet to update SSH configuration with ssh-rsa algorithms. See _update_ssh_config in snippets/shell.code-snippets.
-
Included a code snippet for tailing multiple log files in real-time. See _tail logs in snippets/shell.code-snippets.
-
Added a code snippet to fix SSL certificates issues. See _fix ssl in snippets/shell.code-snippets.
-
Introduced a code snippet to enable Apache modules on Ubuntu systems. See _enable apache module in snippets/shell.code-snippets.
-
Added a code snippet to check Apache configuration for syntax errors. See _check apache in snippets/shell.code-snippets.
-
Included a code snippet to restart the Apache server. See _restart apache in snippets/shell.code-snippets.
-
Added a code snippet to copy files using scp with ssh-dss key algorithm. See _scp ssh-dss in snippets/shell.code-snippets.
-
Introduced a code snippet to create a symbolic link between /etc/apache2/conf.d and /etc/apache2/sites-enabled. See _apache symlink in snippets/shell.code-snippets.
-
Added a code snippet to mount a remote directory from a server to a local mount point in Linux. See _mount_remote_directory in snippets/shell.code-snippets.
-
Included code snippets to display the first 10 packages available in the Yum package manager, check disk space usage, list block devices, resize filesystem, and replace text in a file with sed. See _yum_list, _disk_space_usage, _lsblk, _resize_filesystem, and _sed_replace_text in snippets/shell.code-snippets.
-
Added a code snippet to search for the python27-pip package using Yum package manager. See _yum_search_python27-pip in snippets/shell.code-snippets.
-
Included code snippets to install VS Code Extension Manager (VSCE), package VS Code extensions into a .vsix file, and publish VS Code extensions using a Personal Access Token (VSCE_TOKEN). See _install_vsce, _package_extension, and _publish_extension_token in snippets/shell.code-snippets.
-
Added code snippets to create a new user in Ubuntu, check if a user is created, get the Public and Local IP addresses, create an SFTP user with Chroot, and get comprehensive system information. See _adduser, _checkuser, _public_ip, _local_ip, _create_sftp_user, and _sys_info in snippets/shell.code-snippets.
Full Changelog: v1.2.4...v1.2.5
release-v1.2.4
What's Changed
- after release merge into develop by @msrajawat298 in #41
- Fix the issue of snippet after DIR / is needed #44 by @msrajawat298 in #45
- pull from main to develop by @msrajawat298 in #46
- Develop update workflow action by @msrajawat298 in #47
Full Changelog: v1.2.2...v1.2.4
release-v1.2.2
Change Log
What's Changed
- Merged code into main after Release v1.2.2 by @msrajawat298 in Pull Request #35
- Retrieved latest code from main to develop after release by @msrajawat298 in Pull Request #37
- Fixed: Dollar sign is not showing before PHP variables and added some other changes by @msrajawat298 in Pull Request #38
- Merged Develop branch changes into release branch to release the changes by @msrajawat298 in Pull Request #39
- Released v1.2.2 by @msrajawat298 in Pull Request #40
release-v1.2.1
What's Changed
- Release v1.2.0 by @pankajcs033 in #28
Full Changelog: v1.2.0...v1.2.1
Changelog - Version 1.2.1
New Features
-
Added new snippets for customizing the WordPress admin interface.
-
Implemented functionality to hide and show custom menu items from the sidebar.
-
Enabled the ability for ninjas to access and interact with other user roles without requiring a third-party plugin.
-
Introduced new videos demonstrating how to contribute to Snippet Master.
-
Included guidelines on how to release packages in Snippet Master.
-
Expanded support for multiple languages.
Bug Fixes
- Resolved the documentation table content issue.
Improvements
-
Updated documentation to reflect the latest changes and improvements.
-
Implemented UI-related changes for a more intuitive user experience.
Release-v1.2.0
What's Changed
- enhancement: new enhancement add new git cmd for reset author details by @msrajawat298 in #19
- merge Develop branch with release branch bcz package realese by @msrajawat298 in #21
- after release merge into main Release v1.1.1 by @msrajawat298 in #23
- after release by @msrajawat298 in #24
- New Feature added related to Wordpress code snippet by @pankajcs033 in #25
- New Feature added related to Shell code snippet by @pankajcs033 in #25
- Merge changes into release branch by @pankajcs033 in #26
New Contributors
- @pankajcs033 made their first contribution in #25
Full Changelog: v1.1.0...v1.2.0