This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
Releases: abdfnx/botway
Releases · abdfnx/botway
Botway 🤖 v0.1.7
New
- Add support to
php
,java
andkotlin
languages
Changelog
- c7e51ab bump
- f9c8209 add support for
java
☕ - b9bb2eb build(deps): bump github.com/railwayapp/cli from 1.8.3 to 1.8.4 (#68)
- 02c6870 build(deps): bump YamlDotNet from 11.2.1 to 12.0.0 in /packages/botnet (#67)
- b15c068 add
kotlin
support - 92a8895 add discord
php
support to botway - 49cf925 move
bw-php
package toabdfnx/bw-php
repo - d5cb079 add
bw-php
readme file - 9c55c5f add
bw-php
git ignore file, updatecomposer.json
file - 038234d start building
bw-php
php client package for botway - eb4f037 Scoop update for botway version v0.1.6
- 6383cbb replace
yarn
withpnpm
in./scripts/release/start-release.go
file
What's Changed
- build(deps): bump YamlDotNet from 11.2.1 to 12.0.0 in /packages/botnet by @dependabot in #67
- build(deps): bump github.com/railwayapp/cli from 1.8.3 to 1.8.4 by @dependabot in #68
Full Changelog: v0.1.6...v0.1.7
Botway 🤖 v0.1.6
Changes
- Add
--blank
flag tobotway new
command to generate a blank bot project. - Some fixes and improvements.
- Update
botway delete
command.
Changelog
- 7c14721 bump
- 0ec7264 remove
runtime
package - bb488d6 fix
./scripts/release/start-release.go
file - d1944b3 update
botway delete
command - e44ad82 big updates and fixes, add
--blank
flag tonew
command - 73f7527 use
tools.CheckDir()
function in all botway, formatbotway.json
file - f15aa3b Scoop update for botway version
Full Changelog: v0.1.5...v0.1.6
Botway 🤖 v0.1.5
Changelog
- d2d5a98 bump
- c586091 fix
gitCommit
function in./scripts/release/start-release.go
- a308111 add
gitCommit
function to release script - 50bc2d3 update
main.ts
path in deno templates - f02feee update lockfiles
- 09bfc9d add
bun
nodejs package manager to botwaynew
command choices - 89b45f0 bump to
v0.1.4
Full Changelog: v0.1.4...v0.1.5
Botway 🤖 v0.1.4
What's New ?
- Create new botway templates:
discord-csharp
discord-crystal
discord-dart
telegram-csharp
telegram-dart
- Fix botway dashboard
- Update botway client packages
- Add support to
poetry
python package manager - Add
--create-repo
,--repo-name
and--private
flags tobotway new
command - Add
enable_buildkit
prop to bot config file to enable Buildkit
Changelog
- 40f855b add new tools functions, add
enable_buildkit
prop to botway config - 105c42e add
C#
andDart
telegram templates to botway, updatenew
command - dcad7f8 upgrade modules, update botway bot generator example file
- 0b18060 build(deps): bump github.com/charmbracelet/bubbles from 0.12.0 to 0.13.0 (#63)
- 5efbdfb build(deps): bump github.com/railwayapp/cli from 1.8.2 to 1.8.3 (#62)
- fd52e18 build(deps): bump github.com/railwayapp/cli from 1.8.1 to 1.8.2 (#61)
- c149495 remove
botway-lua
package from botway client packages - 5fcb915 start building botway lua client package (
botway-lua
) - 363d8d7 add
--create-repo
,--repo-name
and--private
flags tonew
cmd - 633548e rename
examples
dir toexample
- 047618c bump
botway_dart
tov0.1.1
- ae69820 format botway root file, add botway bot generator example
- bc7bc28 make the minimum dart sdk version is
2.17.0
inbotway_dart
pkg - 2a77272 create the
code of conduct
of botway - 7898087 format all
*.go
files, update botway full docker image - 230559e format all
*.go
files incmd
dir, createSetupTokensInDocker
func - 8cb2434 finish from supporting
poetry
for all botway python templates #50 - c3ddc56 build botway telegram python
poetry
handler to botway CLI - a8643d2 add
poetry
python packages manager handler #50 , format files - 27445a9 add botway discord
dart
template handler to botway CLI - dfabab0 upgrade modules, add botway discord c# template handler
- 94505d6 add License and changelog files to
botway_dart
library - 4b4abaf format and documenting
botway_dart
library - fa79297 finish and publish
v0.1.0
ofbotway_dart
- 944ff8a bump
github.com/microcosm-cc/bluemonday
tov1.0.19
- 317af8c create the security policy of botway
- 515d6e8 add the new botway discord templates to botway CLI
- 82872fc bump
botway-rs
tov0.2.11
- 3911d0a bump
botway.js
andbotway-rs
tov0.0.4
andv0.2.1
- 7545e99 update error messages in all botway client packages
- 2eddc5b bump
BotNet
tov0.1.1
- 1945e37 Merge branch 'main' of https://github.com/abdfnx/botway into main
- 820bf69 add
BotNet
License and Readme files, update botnet config file - 25cfd5a add
/packages/botnet
todependabot
config file - c7c3ce4 Update
pnpm-lock.yaml
file, build botway csharp client package - ab22306 build(deps): bump github.com/railwayapp/cli from 1.8.0 to 1.8.1 (#60)
- 56cf9ee build(deps): bump github.com/charmbracelet/bubbles from 0.11.0 to 0.12.0 (#59)
- d758b96 build(deps): bump github.com/charmbracelet/bubbletea from 0.21.0 to 0.22.0 (#58)
- 77a8d03 Update
botway-rs
package README - 0cc2eb9 Merge branch 'main' of https://github.com/abdfnx/botway into main
- e8e3625 publish botway
0.1.3
to npm - 9aa02b0 Update botway demo file, fix the past tense of
set
in botway dashboard - 61bba54 Scoop update for botway version
What's Changed
- build(deps): bump github.com/charmbracelet/bubbletea from 0.21.0 to 0.22.0 by @dependabot in #58
- build(deps): bump github.com/charmbracelet/bubbles from 0.11.0 to 0.12.0 by @dependabot in #59
- build(deps): bump github.com/railwayapp/cli from 1.8.0 to 1.8.1 by @dependabot in #60
- build(deps): bump github.com/railwayapp/cli from 1.8.1 to 1.8.2 by @dependabot in #61
- build(deps): bump github.com/railwayapp/cli from 1.8.2 to 1.8.3 by @dependabot in #62
- build(deps): bump github.com/charmbracelet/bubbles from 0.12.0 to 0.13.0 by @dependabot in #63
Full Changelog: v0.1.3...v0.1.4
Botway 🤖 v0.1.3
What's New ?
- Create new botway template:
telegram-deno
- Connect with GitHub API
- Add version checker
- Add new commands:
With Github
botway github get-username
botway github login
botway github logout
botway github refresh
botway github status
botway gh-repo
botway gh-config
With Railway
botway railway info
botway railway link
botway railway unlink
botway railway logout
botway deploy down
botway deploy logs
botway deploy live
Changelog
- 2711f7f fix
start-release
script - 807b221 finish from botway release script, bump to
v0.1.3
- fcb1dd0 create and add
botway deploy live
command to botway root cmd - 81e5c22 add
botway railway info
andbotway railway logout
commands - ba9dfb0 add new railway commands:
deploy down
anddeploy logs
- 1393230 add new features: add version checker, add
railway
command - a846ffa upgrade and bump go modules
- e77c154 build(deps): bump github.com/botwayorg/gh from 0.0.4 to 0.0.5 (#56)
- f6930cd build(deps): bump github.com/botwayorg/gh from 0.0.3 to 0.0.4 (#55)
- b0de60d build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#54)
- 7b1f653 connect with github api and add new commands:
github
,gh-repo
- 232c7fe update all packages, format
botway.json
file - 841f9b5 🙂 forgot to bump botway npm version to
v0.1.2
- 1a789f4 add new telegram template
telegram-deno
, fix deno display - 0f74fc8 untrack
.mp4
files and remove botway demo file from cdn website - e5dbc2d docs(README): add botway demo
- 58f51d3 docs(README): add botway demo
- b00acff track *.mp4 files using Git LFS
- faebbfe Scoop update for botway version
What's Changed
- build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #54
- build(deps): bump github.com/botwayorg/gh from 0.0.3 to 0.0.4 by @dependabot in #55
- build(deps): bump github.com/botwayorg/gh from 0.0.4 to 0.0.5 by @dependabot in #56
Full Changelog: v0.1.2...v0.1.3
Botway 🤖 v0.1.2
Changelog
- 34971a4 Merge branch 'main' of https://github.com/abdfnx/botway into main
- 6e2ed6b fix(railway): fix all railway database connection issues and bugs
- 3db9c28 docs(README): fix
elewis787/boa
repo url - 94c5d58 build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 in /packages/botway.js (#51)
- 3d9f592 Scoop update for botway version
What's Changed
- build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 in /packages/botway.js by @dependabot in #51
Full Changelog: v0.1.1...v0.1.2
Botway 🤖 v0.1.1
Changelog
- b3edcaa fix all
botway new
issues, upgradebotway new
interface - f0cc735 restore old botway dashboard
- a77274f update and upgrade
botway new
command, add new modules - 7f32f4d update
dependabot
config, move all templates assets to @botwayorg org - 3412475 update all botway cdn assets
- a8bf469 build(deps): bump node-fetch from 3.2.5 to 3.2.6 (#48)
- cef9b06 🐋 fix dockerfile of botway cdn assets, make some edits on botway
- eff236c fix botway cdn assets dockerfile
- 567a0ac build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.4 to 2.3.5 (#47)
- 29fa1e9 update README, add new task, update docker images, fix
deploy
cmd - 382d0e7 Scoop update for botway version
What's Changed
- build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.4 to 2.3.5 by @dependabot in #47
- build(deps): bump node-fetch from 3.2.5 to 3.2.6 by @dependabot in #48
Full Changelog: v0.1.01...v0.1.1
Botway 🤖 v0.1.01
Changelog
- 19e87d0 fix
upload-scoop-manifest
task - 6083429 update README, add new task, update releasing tools, bump to
0.1.01
- 24b92f4 build(deps): bump github.com/railwayapp/cli from 1.7.5 to 1.8.0 (#45)
- 2a784f3 add entrypoint to botway cdn assets dockerfile, update installer
- 140656d add new assets for botway cdn assets
- c165d00 update messages for windows in botway installer
- e1c95bc fix botway installers issue, update botway unix installer
- 2615b50 fix botway cdn assets installers dockerfile, update unix installer
- 54570e7 Update README.md
- b0df521 finish from botway cdn assets Dockefile
- bb8e85a update paths
- 2aeb496 trying
- c5503f5 add more commands to botway assets Dockerfile, update cargo config
- 17f1da6 start building botway cdn assets website
What's Changed
- build(deps): bump github.com/railwayapp/cli from 1.7.5 to 1.8.0 by @dependabot in #45
Full Changelog: v0.1.0...v0.1.01
Botway 🤖 v0.1.0
The first production release
this is the first production release of
botway
Changelog
- 4f0e01a add botway dashboard to root command, fix some issues in dashbaord
- 0febdcd 🎉 finally finish from botway dashboard, update modfile
- bcbb2ed add new modules, update keyhandler and paginator, build views
- 73a2627 add railway config file path to constants, build the key handler
- b4a7f59 remove botIndex from Bubble model, create botway bots handlers
- a5bc6ee fix style component imports, start building dashboard bubble
- 84f6c7c create some useful utils for botway dashboard
- 8f8b542 finish from botway dashboard components
- d331ef7 build the custom viewport of botway dashboard
- f5fb4ee create key map of botway dashboard
- 8ec1f65 building botway dashboard components, update constants
- 09644e9 Merge branch 'main' of https://github.com/abdfnx/botway
- 4d1873a start building botway dashboard, with
icons
package - b2d35eb build(deps): bump github.com/railwayapp/cli from 1.7.4 to 1.7.5 (#43)
- e07fd8c build(deps): bump node-fetch from 3.2.4 to 3.2.5 (#42)
- 6495f0a build(deps): bump github.com/charmbracelet/bubbles from 0.10.3 to 0.11.0 (#40)
- c6f5209 build(deps): bump github.com/gookit/config/v2 from 2.1.1 to 2.1.2 (#39)
- 028b9c8 build(deps): bump github.com/railwayapp/cli from 1.7.3 to 1.7.4 (#38)
- 836484e build(deps): bump github.com/gookit/config/v2 from 2.1.0 to 2.1.1 (#37)
- df0aa6f build(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#36)
- da6e0cd build(deps): bump github.com/railwayapp/cli from 1.6.0 to 1.7.3 (#35)
- 0f82291 build(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#34)
- 7b13fb3 add
bfs
task, update botway config handlers in all commands - 361a8b3 add new modules, start building botway dashboard
- d3e480b update botway docker build script file
What's Changed
- build(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 by @dependabot in #34
- build(deps): bump github.com/railwayapp/cli from 1.6.0 to 1.7.3 by @dependabot in #35
- build(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 by @dependabot in #36
- build(deps): bump github.com/gookit/config/v2 from 2.1.0 to 2.1.1 by @dependabot in #37
- build(deps): bump github.com/railwayapp/cli from 1.7.3 to 1.7.4 by @dependabot in #38
- build(deps): bump github.com/gookit/config/v2 from 2.1.1 to 2.1.2 by @dependabot in #39
- build(deps): bump github.com/charmbracelet/bubbles from 0.10.3 to 0.11.0 by @dependabot in #40
- build(deps): bump node-fetch from 3.2.4 to 3.2.5 by @dependabot in #42
- build(deps): bump github.com/railwayapp/cli from 1.7.4 to 1.7.5 by @dependabot in #43
Full Changelog: v0.1.0-beta.7...v0.1.0
Botway 🤖 v0.1.0-beta.7
Changelog
- 607b08f bump to
v0.1.0-beta.7
- 1f21df9 update node dockerfiles templates, update
botway db
command - f39d512 update
botway run
command, finish frombotway db
command, some fixes - 77c246e update railway api interfaces, start building
botway db add
command
Full Changelog: v0.1.0-beta.6...v0.1.0-beta.7