Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix CHANGELOG.md lists, rename "next" -> "up" (for **up**coming) #329

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 32 additions & 30 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## vab next
## vab up

(Features available with latest build from source)

#### Notable changes

Expand Down Expand Up @@ -46,11 +48,11 @@ vab sdl ~/.vmodules/sdl/examples/tvintris -o /tmp/tvintris.apk

#### Commits

vab: add `--version` flag (#321)
extra: support install/remove from local sources (#320)
all: support *extra commands*, `vab <cmd>` where `<cmd>` comes from `vab install extra user/vab-<cmd>` (#319)
deploy: add notice below (potential) long crash reports (#318)
vab: introduce and use `paths` module (#316)
* vab: add `--version` flag (#321)
* extra: support install/remove from local sources (#320)
* all: support *extra commands*, `vab <cmd>` where `<cmd>` comes from `vab install extra user/vab-<cmd>` (#319)
* deploy: add notice below (potential) long crash reports (#318)
* vab: introduce and use `paths` module (#316)

## vab 0.4.2
*01 October 2024*
Expand All @@ -62,27 +64,27 @@ Added `vab.android.emulator` module for basic emulator control

#### Commits

platforms: minor format unification in `AndroidManifest.xml` (#291)
options, deploy: fix setting `device_id` when `verbosity <= 1` (#293)
vab, cli: refactor flag parsing, deprecate programmatic `flag.FlagParser` usage (#294)
ci: update GitHub action versions to prevent warnings (#295)
all: run `v fmt -w .` in project root (#296)
vab, cli: minimize special handling of input in user space (#297)
cli, options: simplify special case handling, pass unknown flags to caller/`opt.additional_args` (#298)
cli, tests: fix `input_from_args`, fix cli tests (#299)
vab: colored errors, warnings, notices, shorter `opt.verbosity` print statements (#300)
cli, compile: support `-no-bounds-checking` v flag (#301)
util: show job error when failing in `run_jobs` (#302)
cli: fail better on V style flag parsing (#303)
options: use `ANDROID_SERIAL` env variable as default `device_id` (#304)
docs: add FAQ entry about examples (#306)
all: run `v fmt -w .` in project root (is `vfmt` drunk?) (#305)
ci: remove obsolete cancel job, use concurrency group names from V CI (#307)
env: add preliminary emulator support (#308)
tests: add + support runtime tests (#309)
ci, emulator: use `actions/checkout` to install V and examples in one go (#310)
ci, tests: ignore `notice:` in error tests more gracefully (#311)
ci: use faster `aosp_atd` avd variant instead of `google_apis` in legacy emulator (#312)
ci: use `ubuntu-latest` on steps: `code-formatting`, `v-compiles-os-android` (#313)
deploy: trigger `logcat -c` *after* package installs, increase sleeps a bit (#314)
env, ci: add support for linux emulator runs, add new `emulator` module (#315)
* platforms: minor format unification in `AndroidManifest.xml` (#291)
* options, deploy: fix setting `device_id` when `verbosity <= 1` (#293)
* vab, cli: refactor flag parsing, deprecate programmatic `flag.FlagParser` usage (#294)
* ci: update GitHub action versions to prevent warnings (#295)
* all: run `v fmt -w .` in project root (#296)
* vab, cli: minimize special handling of input in user space (#297)
* cli, options: simplify special case handling, pass unknown flags to caller/`opt.additional_args` (#298)
* cli, tests: fix `input_from_args`, fix cli tests (#299)
* vab: colored errors, warnings, notices, shorter `opt.verbosity` print statements (#300)
* cli, compile: support `-no-bounds-checking` v flag (#301)
* util: show job error when failing in `run_jobs` (#302)
* cli: fail better on V style flag parsing (#303)
* options: use `ANDROID_SERIAL` env variable as default `device_id` (#304)
* docs: add FAQ entry about examples (#306)
* all: run `v fmt -w .` in project root (is `vfmt` drunk?) (#305)
* ci: remove obsolete cancel job, use concurrency group names from V CI (#307)
* env: add preliminary emulator support (#308)
* tests: add + support runtime tests (#309)
* ci, emulator: use `actions/checkout` to install V and examples in one go (#310)
* ci, tests: ignore `notice:` in error tests more gracefully (#311)
* ci: use faster `aosp_atd` avd variant instead of `google_apis` in legacy emulator (#312)
* ci: use `ubuntu-latest` on steps: `code-formatting`, `v-compiles-os-android` (#313)
* deploy: trigger `logcat -c` *after* package installs, increase sleeps a bit (#314)
* env, ci: add support for linux emulator runs, add new `emulator` module (#315)