Skip to content

Commit

Permalink
Release Focus 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
focus-editor committed Apr 7, 2024
1 parent 286664c commit 424c17d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions FOCUS-CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@

# Main Git Branch

+ New features:
+ ...
+ Bug fixes:
+ ...
+ Other changes:
+ ...


# RELEASES ==================================================================

# Version 0.3.4

+ New features:
+ Jumping to build errors is now supported. See the default config for examples and more information (thanks @jlami for the initial implementation)
+ Use the new commands `go_to_next_build_error` (F8 by default) and `go_to_previous_build_error` (Shift-F8 by default)
Expand All @@ -39,9 +51,6 @@
+ C highlighting has been slightly improved


# RELEASES ==================================================================


# Version 0.3.3

+ New features:
Expand Down
4 changes: 2 additions & 2 deletions first.jai
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RELEASE_DATE :: #run -> string {
}

// // NOTE: Uncomment when releasing, comment out when not releasing
// VERSION :: "0.3.3";
// RELEASE_DATE :: "22 March 2024";
// VERSION :: "0.3.4";
// RELEASE_DATE :: "7 April 2024";

#run,stallable build();

Expand Down

0 comments on commit 424c17d

Please sign in to comment.