Releases: MaartenDesnouck/google-apps-script
Releases · MaartenDesnouck/google-apps-script
2.3.1
- 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
-
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
- 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
- Auth using redirect url instead of copy-pasting tokens
- Refactoring and fixing in order to get an A on Codacy
1.6.7
- 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
- Improved output messages
- No longer creating gas-include.js file in new projects
- Better error handling
1.4.2
- 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
- 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
- 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
- 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