Recent Releases of tui-journal
tui-journal - v0.16.1
What's Changed
- Remove Dependencies to OpenSSL & Native TLS by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/568
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.16.0...v0.16.1
- Rust
Published by github-actions[bot] 7 months ago
tui-journal - v0.16.0
What's Changed
- Change: Use CLI arg
--configfor configuration directory and themes by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/565 - Fix typos by @kianmeng in https://github.com/AmmarAbouZor/tui-journal/pull/563
- Update Dependencies & Clippy fixes by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/552
New Contributors
- @kianmeng made their first contribution in https://github.com/AmmarAbouZor/tui-journal/pull/563
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.15.0...v0.16.0
- Rust
Published by github-actions[bot] 7 months ago
tui-journal - v0.15.0
What's Changed
- Filter & Cycle through untagged items by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/536
- feat: support cycling untagged entries by @orhun in https://github.com/AmmarAbouZor/tui-journal/pull/531
- Fix typo in README.md by @hedesandxlii in https://github.com/AmmarAbouZor/tui-journal/pull/539
- Fix: Fix Typos in CLI help & README by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/541
- Changed: Update rust edition to 2024 + Adjust CI checks in https://github.com/AmmarAbouZor/tui-journal/pull/540
New Contributors
- @hedesandxlii made their first contribution in https://github.com/AmmarAbouZor/tui-journal/pull/539
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.14.0...v0.15.0
- Rust
Published by github-actions[bot] 11 months ago
tui-journal - v0.14.0
What's Changed
- Added: Custom themes on user level & Styles improvements by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/521
- Config for extension of temp file in external editor by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/511
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.13.1...v0.14.0
- Rust
Published by github-actions[bot] about 1 year ago
tui-journal - v0.13.1
What's Changed
- Add FreeBSD install instructions to README by @yonas in https://github.com/AmmarAbouZor/tui-journal/pull/505
- Added: Config path via CLI & State Path configurable & Fix default state path by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/507
New Contributors
- @yonas made their first contribution in https://github.com/AmmarAbouZor/tui-journal/pull/505
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.13.0...v0.13.1
- Rust
Published by github-actions[bot] about 1 year ago
tui-journal - v0.13.0
What's Changed
- Fixed: Fix Homebrew GitHub Action by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/491
- CI: Include minimal supported rust version & Increase Min Version by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/499
- Added: Smart Case for Filter & Fuzzy Finder by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/500
- Changed: Update dependencies & Simplified versions by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/501
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.12.1...v0.13.0
- Rust
Published by github-actions[bot] about 1 year ago
tui-journal - v0.12.1
What's Changed
- Fix: Update dependencies & Fix Ratatui breaking changes by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/485
- Change: Release on Both Arm and X86 for MacOS by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/487
- Added: GitHub Action to Release on Homebrew Tap (Work in Porgress) by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/488
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.12.0...v0.12.1
- Rust
Published by github-actions[bot] over 1 year ago
tui-journal - v0.12.0
What's Changed
- Added: Provide Configuration for entries datum visibility by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/461
- Added: Support Cycling Through Tags via Keybinding by @AmmarAbouZor & @orhun in https://github.com/AmmarAbouZor/tui-journal/pull/468
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.11.0...v0.12.0
- Rust
Published by github-actions[bot] over 1 year ago
tui-journal - v0.11.0
What's Changed
- Removes MouseCapture by @dupgit in https://github.com/AmmarAbouZor/tui-journal/pull/454
- Added: Colored Tags by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/455
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.10.0...v0.11.0
- Rust
Published by github-actions[bot] over 1 year ago
tui-journal - v0.10.0
What's Changed
Breaking Changes:
Keybinding for fuzzy find has been moved from u to a and <Shift-f> to free up the key u which is used for undo & redo actions.
Changes:
- History Management: Provide Undo & Redo Functionalities. by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/452
- Update Dependencies & Fix Crossterm and Raratui Breaking Changes by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/445
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.9.1...v0.10.0
- Rust
Published by github-actions[bot] over 1 year ago
tui-journal - v0.9.1
What's Changed
- feat: show the selected index and entry count (#402) by @orhun in https://github.com/AmmarAbouZor/tui-journal/pull/403
- fix(help): Corrects number of modes and uppercase for editor and Vim by @dupgit in https://github.com/AmmarAbouZor/tui-journal/pull/421
- Fix: Update Dependencies & Fix breaking changes by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/427
- Added: Basic Emacs keybindings to Editor Help Popup by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/428
New Contributors
- @dupgit made their first contribution in https://github.com/AmmarAbouZor/tui-journal/pull/421
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.9.0...v0.9.1
- Rust
Published by github-actions[bot] over 1 year ago
tui-journal - v0.9.0
What's Changed
- Added: Optionally Sync Clipboard between Built-in Editor and the Operating System by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/400
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.8.4...v0.9.0
- Rust
Published by github-actions[bot] over 1 year ago
tui-journal - v0.8.4
What's Changed
- Fix release on MacOS by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/379
- Remove Editor-Mode check when copying to OS by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/388
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.8.3...v0.8.4
- Rust
Published by github-actions[bot] almost 2 years ago
tui-journal - v0.8.3
What's Changed
- Added
--lockedto Install Instruction & Update dependencies by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/376 - Fixed: Specify arm target on mac build and release by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/377
- Update all dependencies to their latest versions
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.8.2...v0.8.3
- Rust
Published by github-actions[bot] almost 2 years ago
tui-journal - v0.8.2
What's Changed
- Fixed: Change Help popup shortcut on windows by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/320
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.8.1...v0.8.2
- Rust
Published by github-actions[bot] about 2 years ago
tui-journal - v0.8.1
What's Changed
- Fixed: Aeruginous: migrate from deprecated comment-changes option
-Tby @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/308 - Added: Rust minimum supported version to cargo manifest by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/310
- Enhancement: Remove explicit inline annotations by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/311
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.8.0...v0.8.1
- Rust
Published by github-actions[bot] about 2 years ago
tui-journal - v0.8.0
What's Changed
- Added: Add an optional priority field to the journals by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/280
- Added: Add Default suggested priority while creating a journal by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/294
- Added: CLI Sub-Command to assign priority to journals by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/296
- Added: Add sort Functionality for journals by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/299
- Changed: Skip Rendering the UI on Key-Release & Key-Repeat Events by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/302
- Added: Go to Top/Bottom & Page Up/Down Commands by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/303
- Added: App State (Sorting and Full-Screen Options) will be persisted by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/304
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.7.0...v0.8.0
- Rust
Published by github-actions[bot] about 2 years ago
tui-journal - v0.7.0
What's Changed
- Changed: Aeruginous CHANGELOG fragment creation logic by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/279
- Changed: Use native rust support for async traits by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/265
- Added: Add full screen mode by @orhun in https://github.com/AmmarAbouZor/tui-journal/pull/281
- Changed: Main Footer Height is calculated dynamically by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/284
- Fixed: App will be redrawn on not handled input too by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/285
- Fixed: CHANGELOG creation logic; fixes #286 by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/287
- Fixed: Call to Aeruginous; fixes #286 by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/288
- Fixed: Commit fetch depth in CHANGELOG assembly; fixes #286 by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/289
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.6.1...v0.7.0
- Rust
Published by github-actions[bot] about 2 years ago
tui-journal - v0.6.1
What's Changed
- Update Ratatui to 0.25 + Update dependencies by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/261
- [Aeruginous] Create CHANGELOG Fragment by @github-actions in https://github.com/AmmarAbouZor/tui-journal/pull/262
- Chore: Bump thiserror from 1.0.51 to 1.0.52 by @dependabot in https://github.com/AmmarAbouZor/tui-journal/pull/263
- Ignore key events of types other than press by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/267
- [Aeruginous] Create CHANGELOG Fragment by @github-actions in https://github.com/AmmarAbouZor/tui-journal/pull/268
- [Aeruginous] Assemble CHANGELOG by @github-actions in https://github.com/AmmarAbouZor/tui-journal/pull/269
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.6.0...v0.6.1
- Rust
Published by github-actions[bot] about 2 years ago
tui-journal - v0.6.0
What's Changed
- Added: Support to Copy, Cut and Paste text between Built-in Editor and OS Clipboard by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/254
- Chore: Update dependencies by @AmmarAbouZor
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.5.1...v0.6.0
- Rust
Published by github-actions[bot] about 2 years ago
tui-journal - v0.5.1
What's Changed
- Added: Navigation between journals popup inputs via arrow keys by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/246
- Fixed: Letter V can't be typed in built-in editor insert mode by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/249
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.5.0...v0.5.1
- Rust
Published by github-actions[bot] about 2 years ago
tui-journal - v0.5.0
What's Changed
- Added: Horizontal Scrollbar to Editor by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/217
- Changed: Upgrade Crates Ratatui & Tui-Textarea with breaking changes by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/224
- Added: Visual Mode to Built-in Editor by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/239
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.4.0...v0.5.0
- Rust
Published by github-actions[bot] about 2 years ago
tui-journal - v0.4.0
What's Changed
- Fixed: Journal Popup: Fix Footer Text & Position by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/204
- Added: Autosave Option for External Editor by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/208
- Fixed: Write Configurations created needed Directories by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/210
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.3.3...v0.4.0
- Rust
Published by github-actions[bot] over 2 years ago
tui-journal - v0.3.3
What's Changed
- Fixed: Release Action Provides Binaries for All Major Platforms by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/192
- Added: Scrollbar for keybindings Overview Popup by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/194
- Added: Scrollbar to Journals list by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/196
- Added: Scrollbar to Journals Editor by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/199
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.3.2...v0.3.3
- Rust
Published by github-actions[bot] over 2 years ago
tui-journal - v0.3.2
What's Changed
- docs: Add installation instructions for Arch Linux by @orhun in https://github.com/AmmarAbouZor/tui-journal/pull/140
- docs: Add installation instructions for Alpine Linux by @orhun in https://github.com/AmmarAbouZor/tui-journal/pull/142
- Added: Unit Tests for UI Functions by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/171
- Added: Unit Tests for the main App Logic by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/176
- Migrate to Ratatui & Update Crossterm to 27 by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/178
- Fix Input Boxes Border color by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/181
New Contributors
- @orhun made their first contribution in https://github.com/AmmarAbouZor/tui-journal/pull/140
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.3.1...v0.3.2
- Rust
Published by github-actions[bot] over 2 years ago
tui-journal - v0.3.1
What's Changed
- Fix: Release GitHub Action by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/116
- Changed: Optimization for app main loop by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/118
- Fix: Fix SQLite connection string path by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/137
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.3.0...v0.3.1
- Rust
Published by github-actions[bot] over 2 years ago
tui-journal - v0.3.0
Please See CHANGELOG.ron for details.
What's Changed
- Fixed: Prevent release generation in forks by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/86
- Added: Add package name to CHANGELOG assembly workflow by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/85
- Changed: Call Docker images of linters directly by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/89
- Fixed: Fix Release action using MakeFile by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/97
- Added: Fuzzy Finder for Journals by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/105
- Added: Fuzzy Find Demo by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/107
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.2.0...v0.3.0
- Rust
Published by github-actions[bot] over 2 years ago
tui-journal - v0.2.0
Please See CHANGELOG.ron for details.
What's Changed
- Fixed: Release GitHub action by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/53
- Added: Tags (Categories) for journal + Filter Function by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/56
- Changed: Keep journals list in focus after closing the external editor by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/58
- Added: Select-Tags Popup in Create/Edit Journals Prompt by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/62
- Changed: Add Filter Keybindings To Footer by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/64
- Added: Search Functions in Filter by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/66
- Added: Create Cleanup Cache GitHub Action by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/73
- Added: Wiki Documentation by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/76
- Added: automatic version increment and CFF self-maintenance by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/79
- Allow Release Action To Start Manually by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/83
New Contributors
- @dependabot made their first contribution in https://github.com/AmmarAbouZor/tui-journal/pull/69
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/0.1.4...v0.2.0
- Rust
Published by github-actions[bot] over 2 years ago
tui-journal - TUI-Journal 0.1.4
Please See CHANGELOG.ron for details.
What's Changed
- Add NetBSD by @0323pin in https://github.com/AmmarAbouZor/tui-journal/pull/3
- Migrate from tui-rs to ratatui by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/4
- settings improvements by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/13
- [Documentation] Create README Badges by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/14
- CI Improvements by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/15
- Changed: Help popup improvements by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/17
- Added: Export current journal's content by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/18
- Increase Version by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/19
- Fixed setting backend path from CLI by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/22
- Added: Release CD action by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/24
- Fixed: Export journal extension by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/25
- Changed: Enhance render loop by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/28
- Added: CITATION.cff by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/26
- Added: Edit current journal content in external editor by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/29
- Added: configure CHANGELOG maintenance utilities by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/16
- Added: Tabs and scrolling to help popup by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/32
- Fixed: bugs in fragment creation by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/33
- Added: Multi-selection for journals by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/34
- Changed: bump baptiste0928/cargo-install to v2.1.0 by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/36
- [Aeruginous] Create CHANGELOG Fragment by @github-actions in https://github.com/AmmarAbouZor/tui-journal/pull/37
- Added: Export Import functions for multiple journals by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/39
- [Aeruginous] Create CHANGELOG Fragment by @github-actions in https://github.com/AmmarAbouZor/tui-journal/pull/40
- Fixed: Synchronizing problems with sqlite back-end by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/41
- [Aeruginous] Create CHANGELOG Fragment by @github-actions in https://github.com/AmmarAbouZor/tui-journal/pull/42
- Changed: improve GHA linting speed dramatically by @kevinmatthes in https://github.com/AmmarAbouZor/tui-journal/pull/43
- [Aeruginous] Create CHANGELOG Fragment by @github-actions in https://github.com/AmmarAbouZor/tui-journal/pull/44
- Addd: Option to Use Git Configured Editor as External editor by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/45
- [Aeruginous] Create CHANGELOG Fragment by @github-actions in https://github.com/AmmarAbouZor/tui-journal/pull/46
- [Aeruginous] Create Missing CHANGELOG Fragments by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/48
- Chore: Add dependabot by @AmmarAbouZor in https://github.com/AmmarAbouZor/tui-journal/pull/50
- [Aeruginous] Assemble CHANGELOG by @github-actions in https://github.com/AmmarAbouZor/tui-journal/pull/52
New Contributors
- @0323pin made their first contribution in https://github.com/AmmarAbouZor/tui-journal/pull/3
- @kevinmatthes made their first contribution in https://github.com/AmmarAbouZor/tui-journal/pull/14
- @github-actions made their first contribution in https://github.com/AmmarAbouZor/tui-journal/pull/37
Full Changelog: https://github.com/AmmarAbouZor/tui-journal/compare/v0.1.0...0.1.4
- Rust
Published by github-actions[bot] over 2 years ago
tui-journal - v0.1.0
First Release of the app
What's Changed
- App created by @ammarabouzor
- Feature: Async by @ammarabouzor in https://github.com/ammarabouzor/tui-journal/pull/1
- Feature: Sqlite by @ammarabouzor in https://github.com/ammarabouzor/tui-journal/pull/2
New Contributors
- @ammarabouzor made their first contribution in https://github.com/ammarabouzor/tui-journal/pull/1
Full Changelog: https://github.com/ammarabouzor/tui-journal/commits/v0.1.0
- Rust
Published by AmmarAbouZor almost 3 years ago