Skip to content

Releases: vitabletech/SnippetMaster

release-v1.5.3

23 Dec 16:05
20deaf7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

release-v1.5.2

23 Dec 07:04
d9b77e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

release-v1.5.1

20 Nov 05:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

release-v1.5.0

19 Nov 07:55
Compare
Choose a tag to compare

What's Changed

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

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

07 Aug 14:19
d019396
Compare
Choose a tag to compare

What's Changed

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 and snippets/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:
    • Learn how to use SnippetMaster with the tutorial
    • Understand the importance of SnippetMaster with this video
    • KT session for using SnippetMaster effectively in this video
  • 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

05 Aug 13:20
Compare
Choose a tag to compare

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

04 Aug 20:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.4

release-v1.2.2

03 Jul 05:04
c810e1f
Compare
Choose a tag to compare

Change Log

What's Changed

Full Changelog

release-v1.2.1

20 Jun 08:55
Compare
Choose a tag to compare

What's Changed

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

03 Jun 08:36
a9ef657
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0