# This week in Nu #79
- ilius added [-i, -m, and -s flags to `match`](https://github.com/nushell/nushell/pull/3111)
- jonathandturner bumped to [0.27.2](https://github.com/nushell/nushell/pull/3109), updated the wasm demo [to the latest nushell](https://github.com/nushell/demo)
- andrasio added the [ability to drop columns](https://github.com/nushell/nushell/pull/3107), added [the ability to rotate columns or rows around](https://github.com/nushell/nushell/pull/3097), and also to [rotate the whole table](https://github.com/nushell/nushell/pull/3086)
- fdncred updated [the readme](https://github.com/nushell/nushell/pull/3106), fixed the [ci badge](https://github.com/nushell/nushell/pull/3105), improved access to [ansi light colors](https://github.com/nushell/nushell/pull/3100), added [`ansi strip`](https://github.com/nushell/nushell/pull/3095), added [nu-ansi-term](https://github.com/nushell/nushell/pull/3089), added [internal timing of commands](https://github.com/nushell/nushell/pull/3081)
- stormasm fixed a crash with [`flatten`](https://github.com/nushell/nushell/pull/3099)
- rezural refactored [`table` to return a string](https://github.com/nushell/nushell/pull/3088)
- iCodeSometime fixed [path handling with '.'](https://github.com/nushell/nushell/pull/3084), fixed a [website issue](https://github.com/nushell/nushell.github.io/pull/104)
- more scripts were added to the [nushell script collection](https://github.com/nushell/nu_scripts)
- VSCode plugin [got an update](https://github.com/nushell/vscode-nushell-lang)
- JTurtl3 fixed a [typo in the book](https://github.com/nushell/nushell.github.io/pull/103)