F.E.I.S/CHANGELOG.md

121 lines
5.6 KiB
Markdown
Raw Normal View History

2022-04-20 14:46:07 +02:00
# v2.0.0
2022-04-19 23:13:18 +02:00
## 🥝🍇🍓🍊🍏 New Stuff 🍏🍊🍓🍇🥝
2023-07-12 00:59:41 +02:00
- BPM Autodetect
2023-03-18 02:24:04 +01:00
- Waveform mode for the Linear View
2022-10-08 01:11:36 +02:00
- memon 1.0 + 0.3 + 0.2 support
2023-07-12 00:59:41 +02:00
- BPM Changes
2022-04-20 14:46:07 +02:00
- MP3 support
2022-01-05 23:08:46 +01:00
## 🍒 Small improvements 🍒
2022-11-22 00:01:25 +01:00
- Claps and Beats ticks should now be perfectly synced !
- Playfield
- Pressing `F` displays free buttons (add a red highlight on buttons where you can't add a new note without a collision)
2023-07-18 03:13:46 +02:00
- Chords can now be displayed with a customizable color (Go to `Settings > Playfield`)
2023-07-20 02:58:46 +02:00
- Note Numbers can now be displayed
2022-04-20 14:46:07 +02:00
- Linear View
2023-07-14 14:48:26 +02:00
- notes can be selected by dragging a rectangle with the mouse
2022-11-20 22:10:00 +01:00
- new settings
- lane order
2022-11-22 00:24:20 +01:00
- color notes according to quantization, colors are customizable and saved
2022-11-20 22:10:00 +01:00
- cursor height
2023-07-20 16:00:49 +02:00
- Status Bar
- Snap color is now shown next to the value
- Don't show distinct music file offset and engine time
2022-01-05 23:08:46 +01:00
- Frendlier error message when the UI font is not found in the assets folder
- Playback position is kept instead of being reset to zero when you change charts or reload the audio file
2022-11-20 22:10:00 +01:00
- New menu `Settings > Editor`, allows setting
- snap value
- note collision zone size
- History now takes into account when you :
- Rename a chart (you change its difficulty)
- Re-rate a chart
- Add and remove charts
- Change the timing (either BPMs or offset)
2022-11-15 01:14:03 +01:00
- New Keyboard Shortcuts help dialog
2023-04-18 01:09:48 +02:00
- New `Notes` menu with options to transform the selected notes :
- mirror
- rotate
- quantize
2023-04-16 01:39:57 +02:00
- WAY better support for paths with non-ascii characters on Windows (C++ is comically bad at this)
- Support for negative time playback (lead in before the song starts)
- The editable time range of a chart now grows in a way that should interfere less with editing
2023-07-11 23:23:57 +02:00
- Support for the jujube marker format
2023-07-12 00:59:41 +02:00
- Sound parameters are saved
2023-07-14 01:57:09 +02:00
- Markers and Marker previews are loaded in the background, which should avoid long boot up times + UI freezes
2023-07-20 15:38:48 +02:00
- The window size is saved and restored when restarting F.E.I.S.
2022-01-05 23:08:46 +01:00
2022-11-15 01:14:03 +01:00
## 🚧 Changes 🚧
2022-01-05 23:08:46 +01:00
- Force using the asset folder next to the executable
- Sound files in the assets have been renamed
- The long note currently being created (by holding right click) is dropped when the mouse stops hovering over the playfield
2022-04-19 23:13:18 +02:00
- The history window changed looks and now displays "current" and "saved" next to the correct history item
2022-11-22 00:01:25 +01:00
- Saving with `File > Save` or `Ctrl+S` now forces saving to disk even if no changes were made
2022-11-15 01:14:03 +01:00
- File Properties Dialog has been reconstructed from scratch
2022-01-05 23:08:46 +01:00
2022-04-20 14:46:07 +02:00
## 🗿 Bugfixes 🗿
- Playfield
- Fixed the unwanted long note dummy appearing when right clicking outside the playfield *then* hovering over a button, (Fixes #10)
2023-07-13 00:29:42 +02:00
- Don't display the Playfield window if no chart is loaded
2022-04-20 14:46:07 +02:00
- Linear View
2022-10-08 01:11:36 +02:00
- Fixed jerky motion when scrolling down (that one was *hard* to track down)
2022-04-20 14:46:07 +02:00
- Density Graph
- Shows up for charts without music !
2022-11-20 22:10:00 +01:00
- Updates more often, notably when :
- cutting/pasting/deleting notes with the keyboard shortcuts or the menu item
2022-04-20 14:46:07 +02:00
- the audio file changes or is unloaded (because of an invalid path for example) (or more generally when the end point of the chart changes without the notes changing)
2022-11-20 22:10:00 +01:00
- BPMs are inserted
2023-07-20 15:38:48 +02:00
- Fix background logo disappearing if the window is smaller than the logo
2022-04-20 14:46:07 +02:00
2022-01-05 23:08:46 +01:00
# v1.1.0
## 🍓 New Stuff 🍓
2022-10-08 01:11:36 +02:00
- Use the mouse wheel to move back and forth in time
2022-01-05 23:08:46 +01:00
- The Edit menu now has actual items inside, like Cut / Copy / Paste etc ...
## 🗿 Bugfixes 🗿
- Long notes textures would show incorrectly on some GPUs, not anymore !
- Long notes would disappear too early if a negative offset was set, not anymore !
- F.E.I.S would crash when trying to put notes too early in the chart, not anymore !
- Density graph would not reload when changing chart, not anymore !
## 🍒 Small improvements 🍒
- The Timeline (big thingy with the note density graph on the right side) now looks PIXEL-PERFECT
- The Playfield now cannot be scrolled, it used to be possible but I did not notice until now
- F.E.I.S would not let you put notes after what it decided was the end of the chart, now it always gives you one extra editable measure after the last note
2022-04-20 14:46:07 +02:00
# v1.0.1
*(+ v1.0.0)*
2022-01-05 23:08:46 +01:00
## 🍏🍓🍉🍎🥝 New Stuff 🥝🍎🍉🍓🍏
- More Edition Controls
- Stepmania-like `Tab` selection
- Cut / Copy / Paste / Delete
- Undo / Redo
- undoing/redoing an action that toggled notes scrolls to the first toggled note
- Linear View
- Display the notes in a VSRG fashion
- Shows the collision zones and the long notes durations as well
- Long Notes
- F.E.I.S can now display long notes properly !
- You can also edit long notes, see the wiki for instructions
- Density Graph
- The Timeline on the side now displays a density graph very similar to the one you can see on the upper portion of the screen while playing a song in jubeat
- Notification System
- Very similar to ArrowVortex, display a queue of notifications in the top-left corner
- Note Collision help
- any note that's to close to another will be highlighted in red in both the playfield and the density graph on the side
- Pitch Control
- Pressing `Shift+Left`/`Shift+Right` slows-down/speed-up the playback, up to 200 and down to 10%
- Chord-specific clap sound
- Similar to what's done in jubeat analyser, pressing `Shift+F4` toggles the Clap+Chord sound
# v0.1.2
## Fixed
- Fixed a bug that would incorrectly load an empty marker instead of the one selected in the menu
# v0.1.1
## Fixed
- Crash when Using the "Close" Menu Item
## Changed
- Markers now default to loading the first valid folder in the assets
# v0.1.0
Initial release