Skip to content

Commit

Permalink
[Aeruginous] Assemble CHANGELOG (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: AmmarAbouZor <AmmarAbouZor@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and AmmarAbouZor authored Jun 24, 2023
1 parent e127190 commit 2041495
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.2.0
45 changes: 37 additions & 8 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@
},
introduction: Some("All notable changes to this project are documented in this file.\n\nThe format is based on `Keep a Changelog`_."),
sections: [
(
references: {},
version: (
major: 0,
minor: 2,
patch: 0,
),
released: "2023-06-24T19:05:58.025030712+00:00",
introduction: None,
changes: (
references: {},
changes: {
"Changed": [
"Improvements On Release Action Pipline",
"Add Filter Keybindings To Main Footer",
"Update app Preview in README",
"Keep journals list in focus after closing the external editor",
],
"Added": [
"Create Cleanup Cache GitHub Action",
"Select-Tags Popup in Create/Edit Journals Prompt",
"Wiki Documentation",
"Tags (Categories) for journal + Filter Function",
"automatic version increment and CFF self-maintenance",
"Search Functions in Filter",
],
},
),
),
(
references: {},
version: (
Expand All @@ -16,6 +45,13 @@
changes: (
references: {},
changes: {
"Fixed": [
"Export journal file extension",
"Setting back-end path from CLI",
"Editor will be cleared after deleting entries if there are no entries left",
"bugs in fragment creation",
"Synchronizing problems with sqlite back-end",
],
"Added": [
"Export Import functions for multiple journals",
"configure CHANGELOG maintenance utilities",
Expand All @@ -39,15 +75,8 @@
"Make creating new entry more user-friendly postponing the validation at initialisation",
"Option to Use Git Configured Editor as External editor",
],
"Fixed": [
"Export journal file extension",
"Setting back-end path from CLI",
"Editor will be cleared after deleting entries if there are no entries left",
"bugs in fragment creation",
"Synchronizing problems with sqlite back-end",
],
},
),
),
],
)
)
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cff-version: 1.2.0
message: Please cite this software using these information.

# Version information.
date-released: 2023-06-11
version: 0.1.4
date-released: 2023-06-24
version: 0.2.0

# Project information.
abstract: Your journal app if you live in a terminl
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-journal"
version = "0.1.4"
version = "0.2.0"
edition = "2021"
authors = ["Ammar Abou Zor"]
license = "MIT"
Expand Down
8 changes: 0 additions & 8 deletions changelog.d/20230617_042032_GitHub_Actions_main.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230617_044830_GitHub_Actions_main.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230617_162911_GitHub_Actions_main.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230617_192607_GitHub_Actions_main.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230618_195102_GitHub_Actions_main.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230620_043802_GitHub_Actions_main.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230622_050423_GitHub_Actions_main.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230622_163518_GitHub_Actions_main.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230622_185317_GitHub_Actions_main.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230624_184745_GitHub_Actions_main.ron

This file was deleted.

0 comments on commit 2041495

Please sign in to comment.