Skip to content

Releases: MaartenDesnouck/google-apps-script

2.3.1

01 Oct 18:14

Choose a tag to compare

  • Pushing and pulling single project files to/from Google Drive
  • Add .gs as a recognized filetype so they get packed pushed to your project
  • Fixed a bug where gas would break in non-tty terminals or when being piped

2.2.6

30 Sep 17:12

Choose a tag to compare

  • Bugfix for issue where reverting an incorrect push wrecked your remote project.
    Sincerely sorry for that.

  • Other bugfixes

  • Allow command in a folder that is not the root folder of the project

  • Check if link and clone are not being executed inside another gas project

  • Updated dependencies

2.1.3

13 Aug 16:59

Choose a tag to compare

  • Fix this project for windows systems
  • Add a gas status command showing what files have been added/removed/altered on your local machine compared to the version on your Google Drive

2.0.0

23 Jul 12:13

Choose a tag to compare

  • Auth using redirect url instead of copy-pasting tokens
  • Refactoring and fixing in order to get an A on Codacy

1.6.7

03 Jul 19:38

Choose a tag to compare

  • Fixing endless loop when you had more than 100 script files in your Google Drive
  • Map folders to Google Apps Script script files with full path and vice versa.
  • gas include files are now downloaded in the gas-include folder between your own code
  • gas auth will check if you are correctly authenticated even if a token appears present

1.5.0

31 May 19:26

Choose a tag to compare

  • Improved output messages
  • No longer creating gas-include.js file in new projects
  • Better error handling

1.4.2

14 May 17:42

Choose a tag to compare

  • Create the include folder if it does not exist yet when executing 'gas inlcude'
  • You can now specify files to include from remote urls using a gas-include.js file
  • Updated depencies; mainly upgrading googeapis to 19.0.0

1.3.3

13 May 17:19

Choose a tag to compare

  • Source files don't get deleted and recreated anymore, so editors like Atom and Sublime will play nice.
  • allow file names as identifier
  • adding a 'gas info' command
  • fix folder name collision issue
  • remove remote from commands

1.2.1

29 Apr 13:10

Choose a tag to compare

  • Add the 'gas remote rename' command
  • Add the 'gas open' command as an easy way to open your current project in the online editor

1.1.2

27 Apr 19:54

Choose a tag to compare

  • Add the 'gas remote create' command to create a new project in your drive
  • Add the 'gas remote delete' command to delete a project from your drive
  • Add the 'gas link' command to allow linking any Google Drive project to any local folder, giving you complete project structure freedom