changelog.txt
changeset 0 b2e3aa63e96c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/changelog.txt	Thu Jul 17 22:03:19 2025 -0400
@@ -0,0 +1,71 @@
+0.1 (2023-05-28) Changelog:
+ - Initial release
+ - Very early prototype
+
+0.2 (2023-06-01) Changelog:
+ - First public release
+
+
+0.3 (2023-06-04) Changelog:
+ - Now using SDL_FontCache for drawing text more efficiently.
+ - Added an intro sequence
+ - Textures are now flipped
+ - Improved title screen
+ - Code cleanup
+ - Added an indicator for showing what tile the player is currently standing on
+
+0.4 (2023-06-07)
+ - New mission lookup table (not fully functional yet)
+ - First official GNU/Linux build
+ - Other minor changes
+
+0.5 (2023-06-09)
+ - Improved mission screen
+ - Fixed an issue that caused the mission description not being displayed
+ - New main menu background
+ - Added support for translations
+ - The "Currently @" HUD now displays the proper name of the object instead of the one character code
+ - First public source release
+ - New fire alarm sound by Looki2000
+ - General bug fixes and other small changes
+
+0.5.1 (2023-06-09)
+ - Re-enabled the intro sequence
+
+0.6 (2023-06-09)
+ - New theme
+ - Changed "Currently @" to "Currently Selected:"
+ - Added a background for the selected object indicator
+ - Changed the text color of the selected object indicator
+ - Changed the color of the "Stealing" progress bar
+ - Added several new debug indicators
+ - Changed the sky color
+ - Revamped code for the stealing mechanic to make it easier to implement changes in the future.
+ - Modified code to not use strcpy_s for better cross-compatibility
+ - Removed the text mode debug feature as it is no longer needed
+ - Other minor changes
+
+0.7 (2023-06-14)
+ - The player has to go out one of the doors after completing a mission.
+ - Player cannot move before starting missions
+ - Other minor changes
+
+0.8 (2024-08-26)
+ - New level loader
+ - New tiles
+ - New music
+ - Minor changes to title menu
+ - Fixed zoom glitch
+ - Other minor changes
+
+0.8.1 (2024-09-04)
+ - Changes to some textures
+ - Reenabled the intro
+ - One of the new songs now plays during the intro
+ - The songs that plays in-game has been changed to Class 1 (in release 0.8 it was Class 3)
+ - Other minor changes
+
+0.9 (2025-01-28)
+ - Added new music
+ - Different tracks now randomly play in-game.
+ - Changed copyright date
\ No newline at end of file