summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-04Release awwan v0.6.0 (2022-07-04)v0.6.0Shulhan
2022-07-04www/doc: update structure of CHANGELOGShulhan
2022-07-04go.mod: update share module to v0.39.0Shulhan
2022-06-20all: fix the #get! statement when executing on localShulhan
2022-06-20_www: update the global application nameShulhan
2022-06-20all: reformat all go files using the next gofmtShulhan
2022-06-20go.mod: set minimum Go version to 1.17 and update share moduleShulhan
2022-04-05all: changes the way to build JavaScript using esbuildShulhan
2022-04-03all: replace ioutil.ReadFile with os.ReadFileShulhan
2022-04-03cmd/awwan: make the "help" and "version" as commandShulhan
2022-04-03go.mod: update share module to v0.36.0Shulhan
2022-03-14Release awwan v0.5.0 (2022-03-14)v0.5.0Shulhan
2022-03-14all: change the awwan software license to GPL 3.0 or laterShulhan
2022-03-14go.mod: update to module share v0.35.0Shulhan
2022-03-13all: move variables for embedded to constantsShulhan
2022-02-05Release awwan 0.4.0 (2022.02.05)v0.4.0Shulhan
2022-02-05_www/doc: replace index to view README and CHANGELOGShulhan
2022-02-05all: reformat CHANGELOG to make generated HTML readableShulhan
2022-02-05Makefile: set CGO_ENABLED to true when running testShulhan
2022-02-05go.mod: update to share module v0.34.0Shulhan
2021-12-09all: implement function to delete file on web user interface (WUI)Shulhan
2021-12-09all: make the local statement executed with "/bin/sh -c ..."Shulhan
2021-12-09go.mod: update to latest share moduleShulhan
2021-10-20www: various changesShulhan
2021-10-20all: watch the tsconfig.json file on worker buildShulhan
2021-10-20www: replace require.js with native JavaScript moduleShulhan
2021-10-20all: implement feature to create new directory or file from wuiShulhan
2021-10-20all: add sub-command "build" to awwanShulhan
2021-10-08go.mod: update to latest share moduleShulhan
2021-08-30_www: disable save and execute buttons when no file openedShulhan
2021-08-29_www: add header and link to documentationShulhan
2021-08-29all: rewrite the web-user interface using TypeScriptShulhan
2021-08-29_www: allow to edit text file with size < 3MBShulhan
2021-08-29_www: implement notification using wui/notifShulhan
2021-08-29all: refactoring due to changes on wui editor and vfsShulhan
2021-08-28_www: set the URL hash when changing directoryShulhan
2021-08-27_www: implement auto-save when pressing CTRL+SShulhan
2021-08-23all: implement HTTP API and function to Save file on web-user interfaceShulhan
2021-08-23go.mod: update module shareShulhan
2021-08-22all: implement serve commandShulhan
2021-08-22all: generate the coverage when running the testShulhan
2021-08-22all: refactoring to support custom standard output and errorShulhan
2021-08-22go.mod: update share moduleShulhan
2021-08-22all: rewrite the Session and Script using StatementShulhan
2021-08-11all: fix and update content of READMEShulhan
2021-08-11go.mod: update to latest share moduleShulhan
2021-08-11all: join the require statement into single lineShulhan
2021-08-09all: rewrite the join statements function on ScriptShulhan
2021-08-09all: refactoring the codeShulhan
2021-08-01all: refactoring the commandShulhan